#6621DD

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

Shades of Purple Heart #6621DD

Tints of Purple Heart #6621DD

Color information

#6621DD (or 0x6621DD) is unknown color: approx Purple Heart. HEX triplet: 66, 21 and DD. RGB value is (102,33,221). Sum of RGB (Red+Green+Blue) = 102+33+221=356 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.65% from 356); Green value is 33 (13.28% from 255 or 9.27% from 356); Blue value is 221 (86.72% from 255 or 62.08% from 356); Max value from RGB is 221 - color contains mainly: blue. Hex color #6621DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6621DD is #99DE22. Grayscale: #4A4A4A. Windows color (decimal): -10083875 or 14492006. OLE color: 14492006.

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

Color convert

RGB10233221-
CMYK0.540.8500.13
HSL262.02º74.02%49.8%-
HSV(B)262.02º85.07%86.67%-
XYZ19.079.1369.16-
YUV75.06210.36147.21-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.65%
GREEN value IS 33 (13.28% from 255) = 9.27%
BLUE value IS 221 (86.72% from 255) = 62.08%
R=28.65%
G=9.27%
B=62.08%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal102332210.540.8500.13262.0274.0249.8
Hex6621DD36550D1064a32
Octal146413356612501540611262
Binary1100110100001110111011101101010101011011000001101001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6621DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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