Shades of Purple Heart #662CDB
Tints of Purple Heart #662CDB
RGB
CMYK
RGB Variations
Color information
#662CDB (or 0x662CDB) is known color: Purple Heart. HEX triplet: 66, 2C and DB. RGB value is (102,44,219). Sum of RGB (Red+Green+Blue) = 102+44+219=365 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.95% from 365); Green value is 44 (17.58% from 255 or 12.05% from 365); Blue value is 219 (85.94% from 255 or 60% from 365); Max value from RGB is 219 - color contains mainly: blue. Hex color #662CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #662CDB is #99D324. Grayscale: #505050. Windows color (decimal): -10081061 or 14363750. OLE color: 14363750.
HSL color Cylindrical-coordinate representation of color #662CDB: hue angle of 259.89º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #662CDB is Cyan = 0.53, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 44 | 219 | - |
| CMYK | 0.53 | 0.80 | 0 | 0.14 |
| HSL | 259.89º | 0.71% | 0.52% | - |
| HSV(B) | 259.89º | 0.8% | 0.86% | - |
| XYZ | 19.17 | 9.74 | 67.89 | - |
| YUV | 81.29 | 205.72 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 44 | 219 | 0.53 | 0.80 | 0 | 0.14 | 259.89 | 0.71 | 0.52 |
| Hex | 66 | 2C | DB | 35 | 50 | 0 | E | 104 | 47 | 34 |
| Octal | 146 | 54 | 333 | 65 | 120 | 0 | 16 | 404 | 107 | 64 |
| Binary | 1100110 | 101100 | 11011011 | 110101 | 1010000 | 0 | 1110 | 100000100 | 1000111 | 110100 |
Color Harmonies of #662CDB
Complementary color
Monochromatic Colors of #662CDB
Black with #662CDB
Text Example
Text Example
White with #662CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662CDB; }
p { color: rgb(102,44,219); }
H1.HeaderClassName
{
color: #662CDB;
}
.AnyTagClassName
{
color: #662CDB;
}
</style>
background-color css
<style>
a { background-color: #662CDB; }
a { background-color: rgb(102,44,219); }
div.DivClassName
{
background-color: #662CDB;
}
.BgClassName
{
background-color: #662CDB;
}
</style>
border-color css
<style>
span { border-color: #662CDB; }
span { border-color: rgb(102,44,219); }
td.TdClassName
{
border-color: #662CDB;
}
.TagClassName
{
border-color: #662CDB;
}
</style>