Shades of Purple #720A67
Tints of Purple #720A67
RGB
CMYK
RGB Variations
Color information
#720A67 (or 0x720A67) is known color: Purple. HEX triplet: 72, 0A and 67. RGB value is (114,10,103). Sum of RGB (Red+Green+Blue) = 114+10+103=227 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50.22% from 227); Green value is 10 (4.30% from 255 or 4.41% from 227); Blue value is 103 (40.62% from 255 or 45.37% from 227); Max value from RGB is 114 - color contains mainly: red. Hex color #720A67 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720A67 is #8DF598. Grayscale: #333333. Windows color (decimal): -9303449 or 6752882. OLE color: 6752882.
HSL color Cylindrical-coordinate representation of color #720A67: hue angle of 306.35º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #720A67 is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 10 | 103 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.55 |
| HSL | 306.35º | 0.84% | 0.24% | - |
| HSV(B) | 306.35º | 0.91% | 0.45% | - |
| XYZ | 9.5 | 4.77 | 13.25 | - |
| YUV | 51.7 | 156.96 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 10 | 103 | 0 | 0.91 | 0.10 | 0.55 | 306.35 | 0.84 | 0.24 |
| Hex | 72 | A | 67 | 0 | 5B | A | 37 | 132 | 54 | 18 |
| Octal | 162 | 12 | 147 | 0 | 133 | 12 | 67 | 462 | 124 | 30 |
| Binary | 1110010 | 1010 | 1100111 | 0 | 1011011 | 1010 | 110111 | 100110010 | 1010100 | 11000 |
Color Harmonies of #720A67
Complementary color
Monochromatic Colors of #720A67
Black with #720A67
Text Example
Text Example
White with #720A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720A67; }
p { color: rgb(114,10,103); }
H1.HeaderClassName
{
color: #720A67;
}
.AnyTagClassName
{
color: #720A67;
}
</style>
background-color css
<style>
a { background-color: #720A67; }
a { background-color: rgb(114,10,103); }
div.DivClassName
{
background-color: #720A67;
}
.BgClassName
{
background-color: #720A67;
}
</style>
border-color css
<style>
span { border-color: #720A67; }
span { border-color: rgb(114,10,103); }
td.TdClassName
{
border-color: #720A67;
}
.TagClassName
{
border-color: #720A67;
}
</style>