Shades of Purple #720E6C
Tints of Purple #720E6C
RGB
CMYK
RGB Variations
Color information
#720E6C (or 0x720E6C) is known color: Purple. HEX triplet: 72, 0E and 6C. RGB value is (114,14,108). Sum of RGB (Red+Green+Blue) = 114+14+108=236 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.31% from 236); Green value is 14 (5.86% from 255 or 5.93% from 236); Blue value is 108 (42.58% from 255 or 45.76% from 236); Max value from RGB is 114 - color contains mainly: red. Hex color #720E6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720E6C is #8DF193. Grayscale: #363636. Windows color (decimal): -9302420 or 7081586. OLE color: 7081586.
HSL color Cylindrical-coordinate representation of color #720E6C: hue angle of 303.6º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #720E6C is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 14 | 108 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.55 |
| HSL | 303.6º | 0.78% | 0.25% | - |
| HSV(B) | 303.6º | 0.88% | 0.45% | - |
| XYZ | 9.8 | 4.97 | 14.63 | - |
| YUV | 54.62 | 158.13 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 14 | 108 | 0 | 0.88 | 0.05 | 0.55 | 303.6 | 0.78 | 0.25 |
| Hex | 72 | E | 6C | 0 | 58 | 5 | 37 | 130 | 4E | 19 |
| Octal | 162 | 16 | 154 | 0 | 130 | 5 | 67 | 460 | 116 | 31 |
| Binary | 1110010 | 1110 | 1101100 | 0 | 1011000 | 101 | 110111 | 100110000 | 1001110 | 11001 |
Color Harmonies of #720E6C
Complementary color
Monochromatic Colors of #720E6C
Black with #720E6C
Text Example
Text Example
White with #720E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720E6C; }
p { color: rgb(114,14,108); }
H1.HeaderClassName
{
color: #720E6C;
}
.AnyTagClassName
{
color: #720E6C;
}
</style>
background-color css
<style>
a { background-color: #720E6C; }
a { background-color: rgb(114,14,108); }
div.DivClassName
{
background-color: #720E6C;
}
.BgClassName
{
background-color: #720E6C;
}
</style>
border-color css
<style>
span { border-color: #720E6C; }
span { border-color: rgb(114,14,108); }
td.TdClassName
{
border-color: #720E6C;
}
.TagClassName
{
border-color: #720E6C;
}
</style>