#6624C8

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

Shades of Purple Heart #6624C8

Tints of Purple Heart #6624C8

Color information

#6624C8 (or 0x6624C8) is unknown color: approx Purple Heart. HEX triplet: 66, 24 and C8. RGB value is (102,36,200). Sum of RGB (Red+Green+Blue) = 102+36+200=338 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.18% from 338); Green value is 36 (14.45% from 255 or 10.65% from 338); Blue value is 200 (78.52% from 255 or 59.17% from 338); Max value from RGB is 200 - color contains mainly: blue. Hex color #6624C8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6624C8 is #99DB37. Grayscale: #494949. Windows color (decimal): -10083128 or 13116518. OLE color: 13116518.

HSL color Cylindrical-coordinate representation of color #6624C8: hue angle of 264.15º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6624C8 is Cyan = 0.49, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB10236200-
CMYK0.490.8200.22
HSL264.15º69.49%46.27%-
HSV(B)264.15º82%78.43%-
XYZ16.548.2655.37-
YUV74.43198.87147.66-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.18%
GREEN value IS 36 (14.45% from 255) = 10.65%
BLUE value IS 200 (78.52% from 255) = 59.17%
R=30.18%
G=10.65%
B=59.17%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal102362000.490.8200.22264.1569.4946.27
Hex6624C83152016108452e
Octal146443106112202641010556
Binary11001101001001100100011000110100100101101000010001000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6624C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6624C8; }

 p { color: rgb(102,36,200); }

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

<style>
 a { background-color: #6624C8; }

 a { background-color: rgb(102,36,200); }

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

<style>
 span { border-color: #6624C8; }

 span { border-color: rgb(102,36,200); }

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