Shades of Purple Heart #660BD6
Tints of Purple Heart #660BD6
RGB
CMYK
RGB Variations
Color information
#660BD6 (or 0x660BD6) is known color: Purple Heart. HEX triplet: 66, 0B and D6. RGB value is (102,11,214). Sum of RGB (Red+Green+Blue) = 102+11+214=327 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.19% from 327); Green value is 11 (4.69% from 255 or 3.36% from 327); Blue value is 214 (83.98% from 255 or 65.44% from 327); Max value from RGB is 214 - color contains mainly: blue. Hex color #660BD6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #660BD6 is #99F429. Grayscale: #3C3C3C. Windows color (decimal): -10089514 or 14027622. OLE color: 14027622.
HSL color Cylindrical-coordinate representation of color #660BD6: hue angle of 266.9º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #660BD6 is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 11 | 214 | - |
| CMYK | 0.52 | 0.95 | 0 | 0.16 |
| HSL | 266.9º | 0.9% | 0.44% | - |
| HSV(B) | 266.9º | 0.95% | 0.84% | - |
| XYZ | 17.74 | 7.92 | 64.21 | - |
| YUV | 61.35 | 214.15 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 11 | 214 | 0.52 | 0.95 | 0 | 0.16 | 266.9 | 0.9 | 0.44 |
| Hex | 66 | B | D6 | 34 | 5F | 0 | 10 | 10B | 5A | 2C |
| Octal | 146 | 13 | 326 | 64 | 137 | 0 | 20 | 413 | 132 | 54 |
| Binary | 1100110 | 1011 | 11010110 | 110100 | 1011111 | 0 | 10000 | 100001011 | 1011010 | 101100 |
Color Harmonies of #660BD6
Complementary color
Monochromatic Colors of #660BD6
Black with #660BD6
Text Example
Text Example
White with #660BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660BD6; }
p { color: rgb(102,11,214); }
H1.HeaderClassName
{
color: #660BD6;
}
.AnyTagClassName
{
color: #660BD6;
}
</style>
background-color css
<style>
a { background-color: #660BD6; }
a { background-color: rgb(102,11,214); }
div.DivClassName
{
background-color: #660BD6;
}
.BgClassName
{
background-color: #660BD6;
}
</style>
border-color css
<style>
span { border-color: #660BD6; }
span { border-color: rgb(102,11,214); }
td.TdClassName
{
border-color: #660BD6;
}
.TagClassName
{
border-color: #660BD6;
}
</style>