Shades of Purple #720B6A
Tints of Purple #720B6A
RGB
CMYK
RGB Variations
Color information
#720B6A (or 0x720B6A) is known color: Purple. HEX triplet: 72, 0B and 6A. RGB value is (114,11,106). Sum of RGB (Red+Green+Blue) = 114+11+106=231 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.35% from 231); Green value is 11 (4.69% from 255 or 4.76% from 231); Blue value is 106 (41.80% from 255 or 45.89% from 231); Max value from RGB is 114 - color contains mainly: red. Hex color #720B6A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720B6A is #8DF495. Grayscale: #343434. Windows color (decimal): -9303190 or 6949746. OLE color: 6949746.
HSL color Cylindrical-coordinate representation of color #720B6A: hue angle of 304.66º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #720B6A is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 11 | 106 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.55 |
| HSL | 304.66º | 0.82% | 0.25% | - |
| HSV(B) | 304.66º | 0.9% | 0.45% | - |
| XYZ | 9.66 | 4.86 | 14.06 | - |
| YUV | 52.63 | 158.12 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 11 | 106 | 0 | 0.90 | 0.07 | 0.55 | 304.66 | 0.82 | 0.25 |
| Hex | 72 | B | 6A | 0 | 5A | 7 | 37 | 131 | 52 | 19 |
| Octal | 162 | 13 | 152 | 0 | 132 | 7 | 67 | 461 | 122 | 31 |
| Binary | 1110010 | 1011 | 1101010 | 0 | 1011010 | 111 | 110111 | 100110001 | 1010010 | 11001 |
Color Harmonies of #720B6A
Complementary color
Monochromatic Colors of #720B6A
Black with #720B6A
Text Example
Text Example
White with #720B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #720B6A; }
p { color: rgb(114,11,106); }
H1.HeaderClassName
{
color: #720B6A;
}
.AnyTagClassName
{
color: #720B6A;
}
</style>
background-color css
<style>
a { background-color: #720B6A; }
a { background-color: rgb(114,11,106); }
div.DivClassName
{
background-color: #720B6A;
}
.BgClassName
{
background-color: #720B6A;
}
</style>
border-color css
<style>
span { border-color: #720B6A; }
span { border-color: rgb(114,11,106); }
td.TdClassName
{
border-color: #720B6A;
}
.TagClassName
{
border-color: #720B6A;
}
</style>