Shades of Purple #720066
Tints of Purple #720066
RGB
CMYK
RGB Variations
Color information
#720066 (or 0x720066) is known color: Purple. HEX triplet: 72, 00 and 66. RGB value is (114,0,102). Sum of RGB (Red+Green+Blue) = 114+0+102=216 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.78% from 216); Green value is 0 (0.39% from 255 or 0% from 216); Blue value is 102 (40.23% from 255 or 47.22% from 216); Max value from RGB is 114 - color contains mainly: red. Hex color #720066 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720066 is #8DFF99. Grayscale: #2D2D2D. Windows color (decimal): -9306010 or 6684786. OLE color: 6684786.
HSL color Cylindrical-coordinate representation of color #720066: hue angle of 306.32º 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 #720066 is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 0 | 102 | - |
| CMYK | 0 | 1 | 0.11 | 0.55 |
| HSL | 306.32º | 1% | 0.22% | - |
| HSV(B) | 306.32º | 1% | 0.45% | - |
| XYZ | 9.34 | 4.54 | 12.95 | - |
| YUV | 45.71 | 159.77 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 0 | 102 | 0 | 1 | 0.11 | 0.55 | 306.32 | 1 | 0.22 |
| Hex | 72 | 0 | 66 | 0 | 64 | B | 37 | 132 | 64 | 16 |
| Octal | 162 | 0 | 146 | 0 | 144 | 13 | 67 | 462 | 144 | 26 |
| Binary | 1110010 | 0 | 1100110 | 0 | 1100100 | 1011 | 110111 | 100110010 | 1100100 | 10110 |
Color Harmonies of #720066
Complementary color
Monochromatic Colors of #720066
Black with #720066
Text Example
Text Example
White with #720066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720066; }
p { color: rgb(114,0,102); }
H1.HeaderClassName
{
color: #720066;
}
.AnyTagClassName
{
color: #720066;
}
</style>
background-color css
<style>
a { background-color: #720066; }
a { background-color: rgb(114,0,102); }
div.DivClassName
{
background-color: #720066;
}
.BgClassName
{
background-color: #720066;
}
</style>
border-color css
<style>
span { border-color: #720066; }
span { border-color: rgb(114,0,102); }
td.TdClassName
{
border-color: #720066;
}
.TagClassName
{
border-color: #720066;
}
</style>