Shades of Purple Heart #6622CE
Tints of Purple Heart #6622CE
RGB
CMYK
RGB Variations
Color information
#6622CE (or 0x6622CE) is known color: Purple Heart. HEX triplet: 66, 22 and CE. RGB value is (102,34,206). Sum of RGB (Red+Green+Blue) = 102+34+206=342 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.82% from 342); Green value is 34 (13.67% from 255 or 9.94% from 342); Blue value is 206 (80.86% from 255 or 60.23% from 342); Max value from RGB is 206 - color contains mainly: blue. Hex color #6622CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6622CE is #99DD31. Grayscale: #494949. Windows color (decimal): -10083634 or 13509222. OLE color: 13509222.
HSL color Cylindrical-coordinate representation of color #6622CE: hue angle of 263.72º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6622CE is Cyan = 0.50, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 34 | 206 | - |
| CMYK | 0.50 | 0.83 | 0 | 0.19 |
| HSL | 263.72º | 0.72% | 0.47% | - |
| HSV(B) | 263.72º | 0.83% | 0.81% | - |
| XYZ | 17.19 | 8.43 | 59.11 | - |
| YUV | 73.94 | 202.53 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 34 | 206 | 0.50 | 0.83 | 0 | 0.19 | 263.72 | 0.72 | 0.47 |
| Hex | 66 | 22 | CE | 32 | 53 | 0 | 13 | 108 | 48 | 2F |
| Octal | 146 | 42 | 316 | 62 | 123 | 0 | 23 | 410 | 110 | 57 |
| Binary | 1100110 | 100010 | 11001110 | 110010 | 1010011 | 0 | 10011 | 100001000 | 1001000 | 101111 |
Color Harmonies of #6622CE
Complementary color
Monochromatic Colors of #6622CE
Black with #6622CE
Text Example
Text Example
White with #6622CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6622CE; }
p { color: rgb(102,34,206); }
H1.HeaderClassName
{
color: #6622CE;
}
.AnyTagClassName
{
color: #6622CE;
}
</style>
background-color css
<style>
a { background-color: #6622CE; }
a { background-color: rgb(102,34,206); }
div.DivClassName
{
background-color: #6622CE;
}
.BgClassName
{
background-color: #6622CE;
}
</style>
border-color css
<style>
span { border-color: #6622CE; }
span { border-color: rgb(102,34,206); }
td.TdClassName
{
border-color: #6622CE;
}
.TagClassName
{
border-color: #6622CE;
}
</style>