Shades of Purple #72078A
Tints of Purple #72078A
RGB
CMYK
RGB Variations
Color information
#72078A (or 0x72078A) is known color: Purple. HEX triplet: 72, 07 and 8A. RGB value is (114,7,138). Sum of RGB (Red+Green+Blue) = 114+7+138=259 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.02% from 259); Green value is 7 (3.12% from 255 or 2.70% from 259); Blue value is 138 (54.30% from 255 or 53.28% from 259); Max value from RGB is 138 - color contains mainly: blue. Hex color #72078A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72078A is #8DF875. Grayscale: #353535. Windows color (decimal): -9304182 or 9045874. OLE color: 9045874.
HSL color Cylindrical-coordinate representation of color #72078A: hue angle of 289.01º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #72078A is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 114 | 7 | 138 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.46 |
| HSL | 289.01º | 0.9% | 0.28% | - |
| HSV(B) | 289.01º | 0.95% | 0.54% | - |
| XYZ | 11.6 | 5.56 | 24.51 | - |
| YUV | 53.93 | 175.45 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 7 | 138 | 0.17 | 0.95 | 0 | 0.46 | 289.01 | 0.9 | 0.28 |
| Hex | 72 | 7 | 8A | 11 | 5F | 0 | 2E | 121 | 5A | 1C |
| Octal | 162 | 7 | 212 | 21 | 137 | 0 | 56 | 441 | 132 | 34 |
| Binary | 1110010 | 111 | 10001010 | 10001 | 1011111 | 0 | 101110 | 100100001 | 1011010 | 11100 |
Color Harmonies of #72078A
Complementary color
Monochromatic Colors of #72078A
Black with #72078A
Text Example
Text Example
White with #72078A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72078A; }
p { color: rgb(114,7,138); }
H1.HeaderClassName
{
color: #72078A;
}
.AnyTagClassName
{
color: #72078A;
}
</style>
background-color css
<style>
a { background-color: #72078A; }
a { background-color: rgb(114,7,138); }
div.DivClassName
{
background-color: #72078A;
}
.BgClassName
{
background-color: #72078A;
}
</style>
border-color css
<style>
span { border-color: #72078A; }
span { border-color: rgb(114,7,138); }
td.TdClassName
{
border-color: #72078A;
}
.TagClassName
{
border-color: #72078A;
}
</style>