Shades of Purple Heart #660DB5
Tints of Purple Heart #660DB5
RGB
CMYK
RGB Variations
Color information
#660DB5 (or 0x660DB5) is known color: Purple Heart. HEX triplet: 66, 0D and B5. RGB value is (102,13,181). Sum of RGB (Red+Green+Blue) = 102+13+181=296 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.46% from 296); Green value is 13 (5.47% from 255 or 4.39% from 296); Blue value is 181 (71.09% from 255 or 61.15% from 296); Max value from RGB is 181 - color contains mainly: blue. Hex color #660DB5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #660DB5 is #99F24A. Grayscale: #3A3A3A. Windows color (decimal): -10089035 or 11865446. OLE color: 11865446.
HSL color Cylindrical-coordinate representation of color #660DB5: hue angle of 271.79º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #660DB5 is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 102 | 13 | 181 | - |
| CMYK | 0.44 | 0.93 | 0 | 0.29 |
| HSL | 271.79º | 0.87% | 0.38% | - |
| HSV(B) | 271.79º | 0.93% | 0.71% | - |
| XYZ | 13.96 | 6.45 | 44.22 | - |
| YUV | 58.76 | 196.99 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 13 | 181 | 0.44 | 0.93 | 0 | 0.29 | 271.79 | 0.87 | 0.38 |
| Hex | 66 | D | B5 | 2C | 5D | 0 | 1D | 110 | 57 | 26 |
| Octal | 146 | 15 | 265 | 54 | 135 | 0 | 35 | 420 | 127 | 46 |
| Binary | 1100110 | 1101 | 10110101 | 101100 | 1011101 | 0 | 11101 | 100010000 | 1010111 | 100110 |
Color Harmonies of #660DB5
Complementary color
Monochromatic Colors of #660DB5
Black with #660DB5
Text Example
Text Example
White with #660DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660DB5; }
p { color: rgb(102,13,181); }
H1.HeaderClassName
{
color: #660DB5;
}
.AnyTagClassName
{
color: #660DB5;
}
</style>
background-color css
<style>
a { background-color: #660DB5; }
a { background-color: rgb(102,13,181); }
div.DivClassName
{
background-color: #660DB5;
}
.BgClassName
{
background-color: #660DB5;
}
</style>
border-color css
<style>
span { border-color: #660DB5; }
span { border-color: rgb(102,13,181); }
td.TdClassName
{
border-color: #660DB5;
}
.TagClassName
{
border-color: #660DB5;
}
</style>