Shades of Purple Heart #662DDB
Tints of Purple Heart #662DDB
RGB
CMYK
RGB Variations
Color information
#662DDB (or 0x662DDB) is known color: Purple Heart. HEX triplet: 66, 2D and DB. RGB value is (102,45,219). Sum of RGB (Red+Green+Blue) = 102+45+219=366 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.87% from 366); Green value is 45 (17.97% from 255 or 12.30% from 366); Blue value is 219 (85.94% from 255 or 59.84% from 366); Max value from RGB is 219 - color contains mainly: blue. Hex color #662DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #662DDB is #99D224. Grayscale: #515151. Windows color (decimal): -10080805 or 14364006. OLE color: 14364006.
HSL color Cylindrical-coordinate representation of color #662DDB: hue angle of 259.66º degrees, saturation: 0.71, 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 #662DDB is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 45 | 219 | - |
| CMYK | 0.53 | 0.79 | 0 | 0.14 |
| HSL | 259.66º | 0.71% | 0.52% | - |
| HSV(B) | 259.66º | 0.79% | 0.86% | - |
| XYZ | 19.2 | 9.82 | 67.9 | - |
| YUV | 81.88 | 205.38 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 45 | 219 | 0.53 | 0.79 | 0 | 0.14 | 259.66 | 0.71 | 0.52 |
| Hex | 66 | 2D | DB | 35 | 4F | 0 | E | 104 | 47 | 34 |
| Octal | 146 | 55 | 333 | 65 | 117 | 0 | 16 | 404 | 107 | 64 |
| Binary | 1100110 | 101101 | 11011011 | 110101 | 1001111 | 0 | 1110 | 100000100 | 1000111 | 110100 |
Color Harmonies of #662DDB
Complementary color
Monochromatic Colors of #662DDB
Black with #662DDB
Text Example
Text Example
White with #662DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662DDB; }
p { color: rgb(102,45,219); }
H1.HeaderClassName
{
color: #662DDB;
}
.AnyTagClassName
{
color: #662DDB;
}
</style>
background-color css
<style>
a { background-color: #662DDB; }
a { background-color: rgb(102,45,219); }
div.DivClassName
{
background-color: #662DDB;
}
.BgClassName
{
background-color: #662DDB;
}
</style>
border-color css
<style>
span { border-color: #662DDB; }
span { border-color: rgb(102,45,219); }
td.TdClassName
{
border-color: #662DDB;
}
.TagClassName
{
border-color: #662DDB;
}
</style>