Shades of Purple #720F6C
Tints of Purple #720F6C
RGB
CMYK
RGB Variations
Color information
#720F6C (or 0x720F6C) is known color: Purple. HEX triplet: 72, 0F and 6C. RGB value is (114,15,108). Sum of RGB (Red+Green+Blue) = 114+15+108=237 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.10% from 237); Green value is 15 (6.25% from 255 or 6.33% from 237); Blue value is 108 (42.58% from 255 or 45.57% from 237); Max value from RGB is 114 - color contains mainly: red. Hex color #720F6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720F6C is #8DF093. Grayscale: #363636. Windows color (decimal): -9302164 or 7081842. OLE color: 7081842.
HSL color Cylindrical-coordinate representation of color #720F6C: hue angle of 303.64º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #720F6C is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 15 | 108 | - |
| CMYK | 0 | 0.87 | 0.05 | 0.55 |
| HSL | 303.64º | 0.77% | 0.25% | - |
| HSV(B) | 303.64º | 0.87% | 0.45% | - |
| XYZ | 9.82 | 5 | 14.64 | - |
| YUV | 55.2 | 157.8 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 15 | 108 | 0 | 0.87 | 0.05 | 0.55 | 303.64 | 0.77 | 0.25 |
| Hex | 72 | F | 6C | 0 | 57 | 5 | 37 | 130 | 4D | 19 |
| Octal | 162 | 17 | 154 | 0 | 127 | 5 | 67 | 460 | 115 | 31 |
| Binary | 1110010 | 1111 | 1101100 | 0 | 1010111 | 101 | 110111 | 100110000 | 1001101 | 11001 |
Color Harmonies of #720F6C
Complementary color
Monochromatic Colors of #720F6C
Black with #720F6C
Text Example
Text Example
White with #720F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720F6C; }
p { color: rgb(114,15,108); }
H1.HeaderClassName
{
color: #720F6C;
}
.AnyTagClassName
{
color: #720F6C;
}
</style>
background-color css
<style>
a { background-color: #720F6C; }
a { background-color: rgb(114,15,108); }
div.DivClassName
{
background-color: #720F6C;
}
.BgClassName
{
background-color: #720F6C;
}
</style>
border-color css
<style>
span { border-color: #720F6C; }
span { border-color: rgb(114,15,108); }
td.TdClassName
{
border-color: #720F6C;
}
.TagClassName
{
border-color: #720F6C;
}
</style>