Shades of Purple Heart #662ADB
Tints of Purple Heart #662ADB
RGB
CMYK
RGB Variations
Color information
#662ADB (or 0x662ADB) is known color: Purple Heart. HEX triplet: 66, 2A and DB. RGB value is (102,42,219). Sum of RGB (Red+Green+Blue) = 102+42+219=363 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.10% from 363); Green value is 42 (16.80% from 255 or 11.57% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #662ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #662ADB is #99D524. Grayscale: #4F4F4F. Windows color (decimal): -10081573 or 14363238. OLE color: 14363238.
HSL color Cylindrical-coordinate representation of color #662ADB: hue angle of 260.34º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #662ADB is Cyan = 0.53, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 42 | 219 | - |
| CMYK | 0.53 | 0.81 | 0 | 0.14 |
| HSL | 260.34º | 0.71% | 0.51% | - |
| HSV(B) | 260.34º | 0.81% | 0.86% | - |
| XYZ | 19.09 | 9.6 | 67.86 | - |
| YUV | 80.12 | 206.38 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 42 | 219 | 0.53 | 0.81 | 0 | 0.14 | 260.34 | 0.71 | 0.51 |
| Hex | 66 | 2A | DB | 35 | 51 | 0 | E | 104 | 47 | 33 |
| Octal | 146 | 52 | 333 | 65 | 121 | 0 | 16 | 404 | 107 | 63 |
| Binary | 1100110 | 101010 | 11011011 | 110101 | 1010001 | 0 | 1110 | 100000100 | 1000111 | 110011 |
Color Harmonies of #662ADB
Complementary color
Monochromatic Colors of #662ADB
Black with #662ADB
Text Example
Text Example
White with #662ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662ADB; }
p { color: rgb(102,42,219); }
H1.HeaderClassName
{
color: #662ADB;
}
.AnyTagClassName
{
color: #662ADB;
}
</style>
background-color css
<style>
a { background-color: #662ADB; }
a { background-color: rgb(102,42,219); }
div.DivClassName
{
background-color: #662ADB;
}
.BgClassName
{
background-color: #662ADB;
}
</style>
border-color css
<style>
span { border-color: #662ADB; }
span { border-color: rgb(102,42,219); }
td.TdClassName
{
border-color: #662ADB;
}
.TagClassName
{
border-color: #662ADB;
}
</style>