Shades of Purple Heart #660DB1
Tints of Purple Heart #660DB1
RGB
CMYK
RGB Variations
Color information
#660DB1 (or 0x660DB1) is known color: Purple Heart. HEX triplet: 66, 0D and B1. RGB value is (102,13,177). Sum of RGB (Red+Green+Blue) = 102+13+177=292 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.93% from 292); Green value is 13 (5.47% from 255 or 4.45% from 292); Blue value is 177 (69.53% from 255 or 60.62% from 292); Max value from RGB is 177 - color contains mainly: blue. Hex color #660DB1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660DB1 is #99F24E. Grayscale: #393939. Windows color (decimal): -10089039 or 11603302. OLE color: 11603302.
HSL color Cylindrical-coordinate representation of color #660DB1: hue angle of 272.56º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #660DB1 is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 13 | 177 | - |
| CMYK | 0.42 | 0.93 | 0 | 0.31 |
| HSL | 272.56º | 0.86% | 0.37% | - |
| HSV(B) | 272.56º | 0.93% | 0.69% | - |
| XYZ | 13.56 | 6.29 | 42.09 | - |
| YUV | 58.31 | 194.99 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 13 | 177 | 0.42 | 0.93 | 0 | 0.31 | 272.56 | 0.86 | 0.37 |
| Hex | 66 | D | B1 | 2A | 5D | 0 | 1F | 111 | 56 | 25 |
| Octal | 146 | 15 | 261 | 52 | 135 | 0 | 37 | 421 | 126 | 45 |
| Binary | 1100110 | 1101 | 10110001 | 101010 | 1011101 | 0 | 11111 | 100010001 | 1010110 | 100101 |
Color Harmonies of #660DB1
Complementary color
Monochromatic Colors of #660DB1
Black with #660DB1
Text Example
Text Example
White with #660DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660DB1; }
p { color: rgb(102,13,177); }
H1.HeaderClassName
{
color: #660DB1;
}
.AnyTagClassName
{
color: #660DB1;
}
</style>
background-color css
<style>
a { background-color: #660DB1; }
a { background-color: rgb(102,13,177); }
div.DivClassName
{
background-color: #660DB1;
}
.BgClassName
{
background-color: #660DB1;
}
</style>
border-color css
<style>
span { border-color: #660DB1; }
span { border-color: rgb(102,13,177); }
td.TdClassName
{
border-color: #660DB1;
}
.TagClassName
{
border-color: #660DB1;
}
</style>