Shades of Purple #720C6C
Tints of Purple #720C6C
RGB
CMYK
RGB Variations
Color information
#720C6C (or 0x720C6C) is known color: Purple. HEX triplet: 72, 0C and 6C. RGB value is (114,12,108). Sum of RGB (Red+Green+Blue) = 114+12+108=234 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.72% from 234); Green value is 12 (5.08% from 255 or 5.13% from 234); Blue value is 108 (42.58% from 255 or 46.15% from 234); Max value from RGB is 114 - color contains mainly: red. Hex color #720C6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720C6C is #8DF393. Grayscale: #353535. Windows color (decimal): -9302932 or 7081074. OLE color: 7081074.
HSL color Cylindrical-coordinate representation of color #720C6C: hue angle of 303.53º 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 #720C6C is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 12 | 108 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.55 |
| HSL | 303.53º | 0.81% | 0.25% | - |
| HSV(B) | 303.53º | 0.89% | 0.45% | - |
| XYZ | 9.78 | 4.92 | 14.62 | - |
| YUV | 53.44 | 158.79 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 12 | 108 | 0 | 0.89 | 0.05 | 0.55 | 303.53 | 0.81 | 0.25 |
| Hex | 72 | C | 6C | 0 | 59 | 5 | 37 | 130 | 51 | 19 |
| Octal | 162 | 14 | 154 | 0 | 131 | 5 | 67 | 460 | 121 | 31 |
| Binary | 1110010 | 1100 | 1101100 | 0 | 1011001 | 101 | 110111 | 100110000 | 1010001 | 11001 |
Color Harmonies of #720C6C
Complementary color
Monochromatic Colors of #720C6C
Black with #720C6C
Text Example
Text Example
White with #720C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720C6C; }
p { color: rgb(114,12,108); }
H1.HeaderClassName
{
color: #720C6C;
}
.AnyTagClassName
{
color: #720C6C;
}
</style>
background-color css
<style>
a { background-color: #720C6C; }
a { background-color: rgb(114,12,108); }
div.DivClassName
{
background-color: #720C6C;
}
.BgClassName
{
background-color: #720C6C;
}
</style>
border-color css
<style>
span { border-color: #720C6C; }
span { border-color: rgb(114,12,108); }
td.TdClassName
{
border-color: #720C6C;
}
.TagClassName
{
border-color: #720C6C;
}
</style>