Shades of Purple #720C6F
Tints of Purple #720C6F
RGB
CMYK
RGB Variations
Color information
#720C6F (or 0x720C6F) is known color: Purple. HEX triplet: 72, 0C and 6F. RGB value is (114,12,111). Sum of RGB (Red+Green+Blue) = 114+12+111=237 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.10% from 237); Green value is 12 (5.08% from 255 or 5.06% from 237); Blue value is 111 (43.75% from 255 or 46.84% from 237); Max value from RGB is 114 - color contains mainly: red. Hex color #720C6F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720C6F is #8DF390. Grayscale: #353535. Windows color (decimal): -9302929 or 7277682. OLE color: 7277682.
HSL color Cylindrical-coordinate representation of color #720C6F: hue angle of 301.76º 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 #720C6F is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 12 | 111 | - |
| CMYK | 0 | 0.89 | 0.03 | 0.55 |
| HSL | 301.76º | 0.81% | 0.25% | - |
| HSV(B) | 301.76º | 0.89% | 0.45% | - |
| XYZ | 9.94 | 4.99 | 15.48 | - |
| YUV | 53.78 | 160.29 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 12 | 111 | 0 | 0.89 | 0.03 | 0.55 | 301.76 | 0.81 | 0.25 |
| Hex | 72 | C | 6F | 0 | 59 | 3 | 37 | 12E | 51 | 19 |
| Octal | 162 | 14 | 157 | 0 | 131 | 3 | 67 | 456 | 121 | 31 |
| Binary | 1110010 | 1100 | 1101111 | 0 | 1011001 | 11 | 110111 | 100101110 | 1010001 | 11001 |
Color Harmonies of #720C6F
Complementary color
Monochromatic Colors of #720C6F
Black with #720C6F
Text Example
Text Example
White with #720C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720C6F; }
p { color: rgb(114,12,111); }
H1.HeaderClassName
{
color: #720C6F;
}
.AnyTagClassName
{
color: #720C6F;
}
</style>
background-color css
<style>
a { background-color: #720C6F; }
a { background-color: rgb(114,12,111); }
div.DivClassName
{
background-color: #720C6F;
}
.BgClassName
{
background-color: #720C6F;
}
</style>
border-color css
<style>
span { border-color: #720C6F; }
span { border-color: rgb(114,12,111); }
td.TdClassName
{
border-color: #720C6F;
}
.TagClassName
{
border-color: #720C6F;
}
</style>