Shades of Purple #72067A
Tints of Purple #72067A
RGB
CMYK
RGB Variations
Color information
#72067A (or 0x72067A) is known color: Purple. HEX triplet: 72, 06 and 7A. RGB value is (114,6,122). Sum of RGB (Red+Green+Blue) = 114+6+122=242 (32% of max value = 765). Red value is 114 (44.92% from 255 or 47.11% from 242); Green value is 6 (2.73% from 255 or 2.48% from 242); Blue value is 122 (48.05% from 255 or 50.41% from 242); Max value from RGB is 122 - color contains mainly: blue. Hex color #72067A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72067A is #8DF985. Grayscale: #333333. Windows color (decimal): -9304454 or 7997042. OLE color: 7997042.
HSL color Cylindrical-coordinate representation of color #72067A: hue angle of 295.86º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #72067A is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 114 | 6 | 122 | - |
| CMYK | 0.07 | 0.95 | 0 | 0.52 |
| HSL | 295.86º | 0.91% | 0.25% | - |
| HSV(B) | 295.86º | 0.95% | 0.48% | - |
| XYZ | 10.52 | 5.11 | 18.84 | - |
| YUV | 51.52 | 167.78 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 6 | 122 | 0.07 | 0.95 | 0 | 0.52 | 295.86 | 0.91 | 0.25 |
| Hex | 72 | 6 | 7A | 7 | 5F | 0 | 34 | 128 | 5B | 19 |
| Octal | 162 | 6 | 172 | 7 | 137 | 0 | 64 | 450 | 133 | 31 |
| Binary | 1110010 | 110 | 1111010 | 111 | 1011111 | 0 | 110100 | 100101000 | 1011011 | 11001 |
Color Harmonies of #72067A
Complementary color
Monochromatic Colors of #72067A
Black with #72067A
Text Example
Text Example
White with #72067A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72067A; }
p { color: rgb(114,6,122); }
H1.HeaderClassName
{
color: #72067A;
}
.AnyTagClassName
{
color: #72067A;
}
</style>
background-color css
<style>
a { background-color: #72067A; }
a { background-color: rgb(114,6,122); }
div.DivClassName
{
background-color: #72067A;
}
.BgClassName
{
background-color: #72067A;
}
</style>
border-color css
<style>
span { border-color: #72067A; }
span { border-color: rgb(114,6,122); }
td.TdClassName
{
border-color: #72067A;
}
.TagClassName
{
border-color: #72067A;
}
</style>