Shades of Purple Heart #660DA8
Tints of Purple Heart #660DA8
RGB
CMYK
RGB Variations
Color information
#660DA8 (or 0x660DA8) is known color: Purple Heart. HEX triplet: 66, 0D and A8. RGB value is (102,13,168). Sum of RGB (Red+Green+Blue) = 102+13+168=283 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.04% from 283); Green value is 13 (5.47% from 255 or 4.59% from 283); Blue value is 168 (66.02% from 255 or 59.36% from 283); Max value from RGB is 168 - color contains mainly: blue. Hex color #660DA8 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660DA8 is #99F257. Grayscale: #383838. Windows color (decimal): -10089048 or 11013478. OLE color: 11013478.
HSL color Cylindrical-coordinate representation of color #660DA8: hue angle of 274.45º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #660DA8 is Cyan = 0.39, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 102 | 13 | 168 | - |
| CMYK | 0.39 | 0.92 | 0 | 0.34 |
| HSL | 274.45º | 0.86% | 0.35% | - |
| HSV(B) | 274.45º | 0.92% | 0.66% | - |
| XYZ | 12.69 | 5.94 | 37.52 | - |
| YUV | 57.28 | 190.49 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 13 | 168 | 0.39 | 0.92 | 0 | 0.34 | 274.45 | 0.86 | 0.35 |
| Hex | 66 | D | A8 | 27 | 5C | 0 | 22 | 112 | 56 | 23 |
| Octal | 146 | 15 | 250 | 47 | 134 | 0 | 42 | 422 | 126 | 43 |
| Binary | 1100110 | 1101 | 10101000 | 100111 | 1011100 | 0 | 100010 | 100010010 | 1010110 | 100011 |
Color Harmonies of #660DA8
Complementary color
Monochromatic Colors of #660DA8
Black with #660DA8
Text Example
Text Example
White with #660DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660DA8; }
p { color: rgb(102,13,168); }
H1.HeaderClassName
{
color: #660DA8;
}
.AnyTagClassName
{
color: #660DA8;
}
</style>
background-color css
<style>
a { background-color: #660DA8; }
a { background-color: rgb(102,13,168); }
div.DivClassName
{
background-color: #660DA8;
}
.BgClassName
{
background-color: #660DA8;
}
</style>
border-color css
<style>
span { border-color: #660DA8; }
span { border-color: rgb(102,13,168); }
td.TdClassName
{
border-color: #660DA8;
}
.TagClassName
{
border-color: #660DA8;
}
</style>