Shades of Purple #72087D
Tints of Purple #72087D
RGB
CMYK
RGB Variations
Color information
#72087D (or 0x72087D) is known color: Purple. HEX triplet: 72, 08 and 7D. RGB value is (114,8,125). Sum of RGB (Red+Green+Blue) = 114+8+125=247 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.15% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 125 (49.22% from 255 or 50.61% from 247); Max value from RGB is 125 - color contains mainly: blue. Hex color #72087D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72087D is #8DF782. Grayscale: #343434. Windows color (decimal): -9303939 or 8194162. OLE color: 8194162.
HSL color Cylindrical-coordinate representation of color #72087D: hue angle of 294.36º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #72087D is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 114 | 8 | 125 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.51 |
| HSL | 294.36º | 0.88% | 0.26% | - |
| HSV(B) | 294.36º | 0.94% | 0.49% | - |
| XYZ | 10.73 | 5.23 | 19.85 | - |
| YUV | 53.03 | 168.62 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 8 | 125 | 0.09 | 0.94 | 0 | 0.51 | 294.36 | 0.88 | 0.26 |
| Hex | 72 | 8 | 7D | 9 | 5E | 0 | 33 | 126 | 58 | 1A |
| Octal | 162 | 10 | 175 | 11 | 136 | 0 | 63 | 446 | 130 | 32 |
| Binary | 1110010 | 1000 | 1111101 | 1001 | 1011110 | 0 | 110011 | 100100110 | 1011000 | 11010 |
Color Harmonies of #72087D
Complementary color
Monochromatic Colors of #72087D
Black with #72087D
Text Example
Text Example
White with #72087D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72087D; }
p { color: rgb(114,8,125); }
H1.HeaderClassName
{
color: #72087D;
}
.AnyTagClassName
{
color: #72087D;
}
</style>
background-color css
<style>
a { background-color: #72087D; }
a { background-color: rgb(114,8,125); }
div.DivClassName
{
background-color: #72087D;
}
.BgClassName
{
background-color: #72087D;
}
</style>
border-color css
<style>
span { border-color: #72087D; }
span { border-color: rgb(114,8,125); }
td.TdClassName
{
border-color: #72087D;
}
.TagClassName
{
border-color: #72087D;
}
</style>