Shades of Purple Heart #6622DB
Tints of Purple Heart #6622DB
RGB
CMYK
RGB Variations
Color information
#6622DB (or 0x6622DB) is known color: Purple Heart. HEX triplet: 66, 22 and DB. RGB value is (102,34,219). Sum of RGB (Red+Green+Blue) = 102+34+219=355 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.73% from 355); Green value is 34 (13.67% from 255 or 9.58% from 355); Blue value is 219 (85.94% from 255 or 61.69% from 355); Max value from RGB is 219 - color contains mainly: blue. Hex color #6622DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6622DB is #99DD24. Grayscale: #4A4A4A. Windows color (decimal): -10083621 or 14361190. OLE color: 14361190.
HSL color Cylindrical-coordinate representation of color #6622DB: hue angle of 262.05º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6622DB is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 34 | 219 | - |
| CMYK | 0.53 | 0.84 | 0 | 0.14 |
| HSL | 262.05º | 0.73% | 0.5% | - |
| HSV(B) | 262.05º | 0.84% | 0.86% | - |
| XYZ | 18.84 | 9.08 | 67.78 | - |
| YUV | 75.42 | 209.03 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 34 | 219 | 0.53 | 0.84 | 0 | 0.14 | 262.05 | 0.73 | 0.5 |
| Hex | 66 | 22 | DB | 35 | 54 | 0 | E | 106 | 49 | 32 |
| Octal | 146 | 42 | 333 | 65 | 124 | 0 | 16 | 406 | 111 | 62 |
| Binary | 1100110 | 100010 | 11011011 | 110101 | 1010100 | 0 | 1110 | 100000110 | 1001001 | 110010 |
Color Harmonies of #6622DB
Complementary color
Monochromatic Colors of #6622DB
Black with #6622DB
Text Example
Text Example
White with #6622DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6622DB; }
p { color: rgb(102,34,219); }
H1.HeaderClassName
{
color: #6622DB;
}
.AnyTagClassName
{
color: #6622DB;
}
</style>
background-color css
<style>
a { background-color: #6622DB; }
a { background-color: rgb(102,34,219); }
div.DivClassName
{
background-color: #6622DB;
}
.BgClassName
{
background-color: #6622DB;
}
</style>
border-color css
<style>
span { border-color: #6622DB; }
span { border-color: rgb(102,34,219); }
td.TdClassName
{
border-color: #6622DB;
}
.TagClassName
{
border-color: #6622DB;
}
</style>