#6621C4

Color #6621C4 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6621C4

Tints of Purple Heart #6621C4

Color information

#6621C4 (or 0x6621C4) is unknown color: approx Purple Heart. HEX triplet: 66, 21 and C4. RGB value is (102,33,196). Sum of RGB (Red+Green+Blue) = 102+33+196=331 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.82% from 331); Green value is 33 (13.28% from 255 or 9.97% from 331); Blue value is 196 (76.95% from 255 or 59.21% from 331); Max value from RGB is 196 - color contains mainly: blue. Hex color #6621C4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6621C4 is #99DE3B. Grayscale: #474747. Windows color (decimal): -10083900 or 12853606. OLE color: 12853606.

HSL color Cylindrical-coordinate representation of color #6621C4: hue angle of 265.4º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6621C4 is Cyan = 0.48, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB10233196-
CMYK0.480.8300.23
HSL265.4º71.18%44.9%-
HSV(B)265.4º83.16%76.86%-
XYZ15.997.952.91-
YUV72.21197.86149.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 102 (40.23% from 255) = 30.82%
GREEN value IS 33 (13.28% from 255) = 9.97%
BLUE value IS 196 (76.95% from 255) = 59.21%
R=30.82%
G=9.97%
B=59.21%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal102331960.480.8300.23265.471.1844.9
Hex6621C43053017109472d
Octal146413046012302741110755
Binary11001101000011100010011000010100110101111000010011000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6621C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6621C4; }

 p { color: rgb(102,33,196); }

 H1.HeaderClassName
 {
   color: #6621C4;
 }
 .AnyTagClassName
 {
   color: #6621C4;
 }
</style>
background-color css

<style>
 a { background-color: #6621C4; }

 a { background-color: rgb(102,33,196); }

 div.DivClassName
 {
   background-color: #6621C4;
 }
 .BgClassName
 {
   background-color: #6621C4;
 }
</style>
border-color css

<style>
 span { border-color: #6621C4; }

 span { border-color: rgb(102,33,196); }

 td.TdClassName
 {
   border-color: #6621C4;
 }
 .TagClassName
 {
   border-color: #6621C4;
 }
</style>