Shades of Purple #72028A
Tints of Purple #72028A
RGB
CMYK
RGB Variations
Color information
#72028A (or 0x72028A) is known color: Purple. HEX triplet: 72, 02 and 8A. RGB value is (114,2,138). Sum of RGB (Red+Green+Blue) = 114+2+138=254 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.88% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 138 (54.30% from 255 or 54.33% from 254); Max value from RGB is 138 - color contains mainly: blue. Hex color #72028A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72028A is #8DFD75. Grayscale: #323232. Windows color (decimal): -9305462 or 9044594. OLE color: 9044594.
HSL color Cylindrical-coordinate representation of color #72028A: hue angle of 289.41º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #72028A is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 114 | 2 | 138 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.46 |
| HSL | 289.41º | 0.97% | 0.27% | - |
| HSV(B) | 289.41º | 0.99% | 0.54% | - |
| XYZ | 11.55 | 5.46 | 24.49 | - |
| YUV | 50.99 | 177.11 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 2 | 138 | 0.17 | 0.99 | 0 | 0.46 | 289.41 | 0.97 | 0.27 |
| Hex | 72 | 2 | 8A | 11 | 63 | 0 | 2E | 121 | 61 | 1B |
| Octal | 162 | 2 | 212 | 21 | 143 | 0 | 56 | 441 | 141 | 33 |
| Binary | 1110010 | 10 | 10001010 | 10001 | 1100011 | 0 | 101110 | 100100001 | 1100001 | 11011 |
Color Harmonies of #72028A
Complementary color
Monochromatic Colors of #72028A
Black with #72028A
Text Example
Text Example
White with #72028A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72028A; }
p { color: rgb(114,2,138); }
H1.HeaderClassName
{
color: #72028A;
}
.AnyTagClassName
{
color: #72028A;
}
</style>
background-color css
<style>
a { background-color: #72028A; }
a { background-color: rgb(114,2,138); }
div.DivClassName
{
background-color: #72028A;
}
.BgClassName
{
background-color: #72028A;
}
</style>
border-color css
<style>
span { border-color: #72028A; }
span { border-color: rgb(114,2,138); }
td.TdClassName
{
border-color: #72028A;
}
.TagClassName
{
border-color: #72028A;
}
</style>