Shades of Purple Heart #662FDB
Tints of Purple Heart #662FDB
RGB
CMYK
RGB Variations
Color information
#662FDB (or 0x662FDB) is known color: Purple Heart. HEX triplet: 66, 2F and DB. RGB value is (102,47,219). Sum of RGB (Red+Green+Blue) = 102+47+219=368 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.72% from 368); Green value is 47 (18.75% from 255 or 12.77% from 368); Blue value is 219 (85.94% from 255 or 59.51% from 368); Max value from RGB is 219 - color contains mainly: blue. Hex color #662FDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #662FDB is #99D024. Grayscale: #525252. Windows color (decimal): -10080293 or 14364518. OLE color: 14364518.
HSL color Cylindrical-coordinate representation of color #662FDB: hue angle of 259.19º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #662FDB is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 47 | 219 | - |
| CMYK | 0.53 | 0.79 | 0 | 0.14 |
| HSL | 259.19º | 0.7% | 0.52% | - |
| HSV(B) | 259.19º | 0.79% | 0.86% | - |
| XYZ | 19.28 | 9.97 | 67.93 | - |
| YUV | 83.05 | 204.72 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 47 | 219 | 0.53 | 0.79 | 0 | 0.14 | 259.19 | 0.7 | 0.52 |
| Hex | 66 | 2F | DB | 35 | 4F | 0 | E | 103 | 46 | 34 |
| Octal | 146 | 57 | 333 | 65 | 117 | 0 | 16 | 403 | 106 | 64 |
| Binary | 1100110 | 101111 | 11011011 | 110101 | 1001111 | 0 | 1110 | 100000011 | 1000110 | 110100 |
Color Harmonies of #662FDB
Complementary color
Monochromatic Colors of #662FDB
Black with #662FDB
Text Example
Text Example
White with #662FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662FDB; }
p { color: rgb(102,47,219); }
H1.HeaderClassName
{
color: #662FDB;
}
.AnyTagClassName
{
color: #662FDB;
}
</style>
background-color css
<style>
a { background-color: #662FDB; }
a { background-color: rgb(102,47,219); }
div.DivClassName
{
background-color: #662FDB;
}
.BgClassName
{
background-color: #662FDB;
}
</style>
border-color css
<style>
span { border-color: #662FDB; }
span { border-color: rgb(102,47,219); }
td.TdClassName
{
border-color: #662FDB;
}
.TagClassName
{
border-color: #662FDB;
}
</style>