Shades of Purple Heart #662BDC
Tints of Purple Heart #662BDC
RGB
CMYK
RGB Variations
Color information
#662BDC (or 0x662BDC) is known color: Purple Heart. HEX triplet: 66, 2B and DC. RGB value is (102,43,220). Sum of RGB (Red+Green+Blue) = 102+43+220=365 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.95% from 365); Green value is 43 (17.19% from 255 or 11.78% from 365); Blue value is 220 (86.33% from 255 or 60.27% from 365); Max value from RGB is 220 - color contains mainly: blue. Hex color #662BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #662BDC is #99D423. Grayscale: #505050. Windows color (decimal): -10081316 or 14429030. OLE color: 14429030.
HSL color Cylindrical-coordinate representation of color #662BDC: hue angle of 260º degrees, saturation: 0.72, 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 #662BDC is Cyan = 0.54, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 43 | 220 | - |
| CMYK | 0.54 | 0.80 | 0 | 0.14 |
| HSL | 260º | 0.72% | 0.52% | - |
| HSV(B) | 260º | 0.8% | 0.86% | - |
| XYZ | 19.26 | 9.72 | 68.57 | - |
| YUV | 80.82 | 206.55 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 43 | 220 | 0.54 | 0.80 | 0 | 0.14 | 260 | 0.72 | 0.52 |
| Hex | 66 | 2B | DC | 36 | 50 | 0 | E | 104 | 48 | 34 |
| Octal | 146 | 53 | 334 | 66 | 120 | 0 | 16 | 404 | 110 | 64 |
| Binary | 1100110 | 101011 | 11011100 | 110110 | 1010000 | 0 | 1110 | 100000100 | 1001000 | 110100 |
Color Harmonies of #662BDC
Complementary color
Monochromatic Colors of #662BDC
Black with #662BDC
Text Example
Text Example
White with #662BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662BDC; }
p { color: rgb(102,43,220); }
H1.HeaderClassName
{
color: #662BDC;
}
.AnyTagClassName
{
color: #662BDC;
}
</style>
background-color css
<style>
a { background-color: #662BDC; }
a { background-color: rgb(102,43,220); }
div.DivClassName
{
background-color: #662BDC;
}
.BgClassName
{
background-color: #662BDC;
}
</style>
border-color css
<style>
span { border-color: #662BDC; }
span { border-color: rgb(102,43,220); }
td.TdClassName
{
border-color: #662BDC;
}
.TagClassName
{
border-color: #662BDC;
}
</style>