Shades of Purple #660D72
Tints of Purple #660D72
RGB
CMYK
RGB Variations
Color information
#660D72 (or 0x660D72) is known color: Purple. HEX triplet: 66, 0D and 72. RGB value is (102,13,114). Sum of RGB (Red+Green+Blue) = 102+13+114=229 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.54% from 229); Green value is 13 (5.47% from 255 or 5.68% from 229); Blue value is 114 (44.92% from 255 or 49.78% from 229); Max value from RGB is 114 - color contains mainly: blue. Hex color #660D72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660D72 is #99F28D. Grayscale: #323232. Windows color (decimal): -10089102 or 7474534. OLE color: 7474534.
HSL color Cylindrical-coordinate representation of color #660D72: hue angle of 292.87º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #660D72 is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 102 | 13 | 114 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.55 |
| HSL | 292.87º | 0.8% | 0.25% | - |
| HSV(B) | 292.87º | 0.89% | 0.45% | - |
| XYZ | 8.66 | 4.33 | 16.3 | - |
| YUV | 51.13 | 163.49 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 13 | 114 | 0.11 | 0.89 | 0 | 0.55 | 292.87 | 0.8 | 0.25 |
| Hex | 66 | D | 72 | B | 59 | 0 | 37 | 125 | 50 | 19 |
| Octal | 146 | 15 | 162 | 13 | 131 | 0 | 67 | 445 | 120 | 31 |
| Binary | 1100110 | 1101 | 1110010 | 1011 | 1011001 | 0 | 110111 | 100100101 | 1010000 | 11001 |
Color Harmonies of #660D72
Complementary color
Monochromatic Colors of #660D72
Black with #660D72
Text Example
Text Example
White with #660D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660D72; }
p { color: rgb(102,13,114); }
H1.HeaderClassName
{
color: #660D72;
}
.AnyTagClassName
{
color: #660D72;
}
</style>
background-color css
<style>
a { background-color: #660D72; }
a { background-color: rgb(102,13,114); }
div.DivClassName
{
background-color: #660D72;
}
.BgClassName
{
background-color: #660D72;
}
</style>
border-color css
<style>
span { border-color: #660D72; }
span { border-color: rgb(102,13,114); }
td.TdClassName
{
border-color: #660D72;
}
.TagClassName
{
border-color: #660D72;
}
</style>