#6624DD

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

Shades of Purple Heart #6624DD

Tints of Purple Heart #6624DD

Color information

#6624DD (or 0x6624DD) is unknown color: approx Purple Heart. HEX triplet: 66, 24 and DD. RGB value is (102,36,221). Sum of RGB (Red+Green+Blue) = 102+36+221=359 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.41% from 359); Green value is 36 (14.45% from 255 or 10.03% from 359); Blue value is 221 (86.72% from 255 or 61.56% from 359); Max value from RGB is 221 - color contains mainly: blue. Hex color #6624DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6624DD is #99DB22. Grayscale: #4C4C4C. Windows color (decimal): -10083107 or 14492774. OLE color: 14492774.

HSL color Cylindrical-coordinate representation of color #6624DD: hue angle of 261.41º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6624DD is Cyan = 0.54, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10236221-
CMYK0.540.8400.13
HSL261.41º73.12%50.39%-
HSV(B)261.41º83.71%86.67%-
XYZ19.169.3169.19-
YUV76.82209.37145.96-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.41%
GREEN value IS 36 (14.45% from 255) = 10.03%
BLUE value IS 221 (86.72% from 255) = 61.56%
R=28.41%
G=10.03%
B=61.56%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal102362210.540.8400.13261.4173.1250.39
Hex6624DD36540D1054932
Octal146443356612401540511162
Binary1100110100100110111011101101010100011011000001011001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6624DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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