Shades of Purple #660072
Tints of Purple #660072
RGB
CMYK
RGB Variations
Color information
#660072 (or 0x660072) is known color: Purple. HEX triplet: 66, 00 and 72. RGB value is (102,0,114). Sum of RGB (Red+Green+Blue) = 102+0+114=216 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.22% from 216); Green value is 0 (0.39% from 255 or 0% from 216); Blue value is 114 (44.92% from 255 or 52.78% from 216); Max value from RGB is 114 - color contains mainly: blue. Hex color #660072 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660072 is #99FF8D. Grayscale: #2B2B2B. Windows color (decimal): -10092430 or 7471206. OLE color: 7471206.
HSL color Cylindrical-coordinate representation of color #660072: hue angle of 293.68º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #660072 is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 102 | 0 | 114 | - |
| CMYK | 0.11 | 1 | 0 | 0.55 |
| HSL | 293.68º | 1% | 0.22% | - |
| HSV(B) | 293.68º | 1% | 0.45% | - |
| XYZ | 8.52 | 4.04 | 16.25 | - |
| YUV | 43.49 | 167.79 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 0 | 114 | 0.11 | 1 | 0 | 0.55 | 293.68 | 1 | 0.22 |
| Hex | 66 | 0 | 72 | B | 64 | 0 | 37 | 126 | 64 | 16 |
| Octal | 146 | 0 | 162 | 13 | 144 | 0 | 67 | 446 | 144 | 26 |
| Binary | 1100110 | 0 | 1110010 | 1011 | 1100100 | 0 | 110111 | 100100110 | 1100100 | 10110 |
Color Harmonies of #660072
Complementary color
Monochromatic Colors of #660072
Black with #660072
Text Example
Text Example
White with #660072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660072; }
p { color: rgb(102,0,114); }
H1.HeaderClassName
{
color: #660072;
}
.AnyTagClassName
{
color: #660072;
}
</style>
background-color css
<style>
a { background-color: #660072; }
a { background-color: rgb(102,0,114); }
div.DivClassName
{
background-color: #660072;
}
.BgClassName
{
background-color: #660072;
}
</style>
border-color css
<style>
span { border-color: #660072; }
span { border-color: rgb(102,0,114); }
td.TdClassName
{
border-color: #660072;
}
.TagClassName
{
border-color: #660072;
}
</style>