Shades of Purple #660C72
Tints of Purple #660C72
RGB
CMYK
RGB Variations
Color information
#660C72 (or 0x660C72) is known color: Purple. HEX triplet: 66, 0C and 72. RGB value is (102,12,114). Sum of RGB (Red+Green+Blue) = 102+12+114=228 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.74% from 228); Green value is 12 (5.08% from 255 or 5.26% from 228); Blue value is 114 (44.92% from 255 or 50% from 228); Max value from RGB is 114 - color contains mainly: blue. Hex color #660C72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660C72 is #99F38D. Grayscale: #323232. Windows color (decimal): -10089358 or 7474278. OLE color: 7474278.
HSL color Cylindrical-coordinate representation of color #660C72: hue angle of 292.94º degrees, saturation: 0.81, 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 #660C72 is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 102 | 12 | 114 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.55 |
| HSL | 292.94º | 0.81% | 0.25% | - |
| HSV(B) | 292.94º | 0.89% | 0.45% | - |
| XYZ | 8.65 | 4.3 | 16.29 | - |
| YUV | 50.54 | 163.82 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 12 | 114 | 0.11 | 0.89 | 0 | 0.55 | 292.94 | 0.81 | 0.25 |
| Hex | 66 | C | 72 | B | 59 | 0 | 37 | 125 | 51 | 19 |
| Octal | 146 | 14 | 162 | 13 | 131 | 0 | 67 | 445 | 121 | 31 |
| Binary | 1100110 | 1100 | 1110010 | 1011 | 1011001 | 0 | 110111 | 100100101 | 1010001 | 11001 |
Color Harmonies of #660C72
Complementary color
Monochromatic Colors of #660C72
Black with #660C72
Text Example
Text Example
White with #660C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660C72; }
p { color: rgb(102,12,114); }
H1.HeaderClassName
{
color: #660C72;
}
.AnyTagClassName
{
color: #660C72;
}
</style>
background-color css
<style>
a { background-color: #660C72; }
a { background-color: rgb(102,12,114); }
div.DivClassName
{
background-color: #660C72;
}
.BgClassName
{
background-color: #660C72;
}
</style>
border-color css
<style>
span { border-color: #660C72; }
span { border-color: rgb(102,12,114); }
td.TdClassName
{
border-color: #660C72;
}
.TagClassName
{
border-color: #660C72;
}
</style>