Shades of Purple #72015F
Tints of Purple #72015F
RGB
CMYK
RGB Variations
Color information
#72015F (or 0x72015F) is known color: Purple. HEX triplet: 72, 01 and 5F. RGB value is (114,1,95). Sum of RGB (Red+Green+Blue) = 114+1+95=210 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.29% from 210); Green value is 1 (0.78% from 255 or 0.48% from 210); Blue value is 95 (37.5% from 255 or 45.24% from 210); Max value from RGB is 114 - color contains mainly: red. Hex color #72015F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72015F is #8DFEA0. Grayscale: #2D2D2D. Windows color (decimal): -9305761 or 6226290. OLE color: 6226290.
HSL color Cylindrical-coordinate representation of color #72015F: hue angle of 310.09º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #72015F is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 1 | 95 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.55 |
| HSL | 310.09º | 0.98% | 0.23% | - |
| HSV(B) | 310.09º | 0.99% | 0.45% | - |
| XYZ | 9.02 | 4.43 | 11.21 | - |
| YUV | 45.5 | 155.94 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 1 | 95 | 0 | 0.99 | 0.17 | 0.55 | 310.09 | 0.98 | 0.23 |
| Hex | 72 | 1 | 5F | 0 | 63 | 11 | 37 | 136 | 62 | 17 |
| Octal | 162 | 1 | 137 | 0 | 143 | 21 | 67 | 466 | 142 | 27 |
| Binary | 1110010 | 1 | 1011111 | 0 | 1100011 | 10001 | 110111 | 100110110 | 1100010 | 10111 |
Color Harmonies of #72015F
Complementary color
Monochromatic Colors of #72015F
Black with #72015F
Text Example
Text Example
White with #72015F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72015F; }
p { color: rgb(114,1,95); }
H1.HeaderClassName
{
color: #72015F;
}
.AnyTagClassName
{
color: #72015F;
}
</style>
background-color css
<style>
a { background-color: #72015F; }
a { background-color: rgb(114,1,95); }
div.DivClassName
{
background-color: #72015F;
}
.BgClassName
{
background-color: #72015F;
}
</style>
border-color css
<style>
span { border-color: #72015F; }
span { border-color: rgb(114,1,95); }
td.TdClassName
{
border-color: #72015F;
}
.TagClassName
{
border-color: #72015F;
}
</style>