Shades of Purple #72005E
Tints of Purple #72005E
RGB
CMYK
RGB Variations
Color information
#72005E (or 0x72005E) is known color: Purple. HEX triplet: 72, 00 and 5E. RGB value is (114,0,94). Sum of RGB (Red+Green+Blue) = 114+0+94=208 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.81% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 94 (37.11% from 255 or 45.19% from 208); Max value from RGB is 114 - color contains mainly: red. Hex color #72005E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72005E is #8DFFA1. Grayscale: #2C2C2C. Windows color (decimal): -9306018 or 6160498. OLE color: 6160498.
HSL color Cylindrical-coordinate representation of color #72005E: hue angle of 310.53º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #72005E is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 0 | 94 | - |
| CMYK | 0 | 1 | 0.18 | 0.55 |
| HSL | 310.53º | 1% | 0.22% | - |
| HSV(B) | 310.53º | 1% | 0.45% | - |
| XYZ | 8.96 | 4.39 | 10.96 | - |
| YUV | 44.8 | 155.77 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 0 | 94 | 0 | 1 | 0.18 | 0.55 | 310.53 | 1 | 0.22 |
| Hex | 72 | 0 | 5E | 0 | 64 | 12 | 37 | 137 | 64 | 16 |
| Octal | 162 | 0 | 136 | 0 | 144 | 22 | 67 | 467 | 144 | 26 |
| Binary | 1110010 | 0 | 1011110 | 0 | 1100100 | 10010 | 110111 | 100110111 | 1100100 | 10110 |
Color Harmonies of #72005E
Complementary color
Monochromatic Colors of #72005E
Black with #72005E
Text Example
Text Example
White with #72005E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72005E; }
p { color: rgb(114,0,94); }
H1.HeaderClassName
{
color: #72005E;
}
.AnyTagClassName
{
color: #72005E;
}
</style>
background-color css
<style>
a { background-color: #72005E; }
a { background-color: rgb(114,0,94); }
div.DivClassName
{
background-color: #72005E;
}
.BgClassName
{
background-color: #72005E;
}
</style>
border-color css
<style>
span { border-color: #72005E; }
span { border-color: rgb(114,0,94); }
td.TdClassName
{
border-color: #72005E;
}
.TagClassName
{
border-color: #72005E;
}
</style>