Shades of Purple #72066B
Tints of Purple #72066B
RGB
CMYK
RGB Variations
Color information
#72066B (or 0x72066B) is known color: Purple. HEX triplet: 72, 06 and 6B. RGB value is (114,6,107). Sum of RGB (Red+Green+Blue) = 114+6+107=227 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50.22% from 227); Green value is 6 (2.73% from 255 or 2.64% from 227); Blue value is 107 (42.19% from 255 or 47.14% from 227); Max value from RGB is 114 - color contains mainly: red. Hex color #72066B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72066B is #8DF994. Grayscale: #313131. Windows color (decimal): -9304469 or 7014002. OLE color: 7014002.
HSL color Cylindrical-coordinate representation of color #72066B: hue angle of 303.89º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #72066B is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 6 | 107 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.55 |
| HSL | 303.89º | 0.9% | 0.24% | - |
| HSV(B) | 303.89º | 0.95% | 0.45% | - |
| XYZ | 9.66 | 4.77 | 14.32 | - |
| YUV | 49.81 | 160.28 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 6 | 107 | 0 | 0.95 | 0.06 | 0.55 | 303.89 | 0.9 | 0.24 |
| Hex | 72 | 6 | 6B | 0 | 5F | 6 | 37 | 130 | 5A | 18 |
| Octal | 162 | 6 | 153 | 0 | 137 | 6 | 67 | 460 | 132 | 30 |
| Binary | 1110010 | 110 | 1101011 | 0 | 1011111 | 110 | 110111 | 100110000 | 1011010 | 11000 |
Color Harmonies of #72066B
Complementary color
Monochromatic Colors of #72066B
Black with #72066B
Text Example
Text Example
White with #72066B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72066B; }
p { color: rgb(114,6,107); }
H1.HeaderClassName
{
color: #72066B;
}
.AnyTagClassName
{
color: #72066B;
}
</style>
background-color css
<style>
a { background-color: #72066B; }
a { background-color: rgb(114,6,107); }
div.DivClassName
{
background-color: #72066B;
}
.BgClassName
{
background-color: #72066B;
}
</style>
border-color css
<style>
span { border-color: #72066B; }
span { border-color: rgb(114,6,107); }
td.TdClassName
{
border-color: #72066B;
}
.TagClassName
{
border-color: #72066B;
}
</style>