Shades of Dark Purple #711872
Tints of Dark Purple #711872
RGB
CMYK
RGB Variations
Color information
#711872 (or 0x711872) is known color: Dark Purple. HEX triplet: 71, 18 and 72. RGB value is (113,24,114). Sum of RGB (Red+Green+Blue) = 113+24+114=251 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.02% from 251); Green value is 24 (9.77% from 255 or 9.56% from 251); Blue value is 114 (44.92% from 255 or 45.42% from 251); Max value from RGB is 114 - color contains mainly: blue. Hex color #711872 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711872 is #8EE78D. Grayscale: #3C3C3C. Windows color (decimal): -9365390 or 7477361. OLE color: 7477361.
HSL color Cylindrical-coordinate representation of color #711872: hue angle of 299.33º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #711872 is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 24 | 114 | - |
| CMYK | 0.01 | 0.79 | 0 | 0.55 |
| HSL | 299.33º | 0.65% | 0.27% | - |
| HSV(B) | 299.33º | 0.79% | 0.45% | - |
| XYZ | 10.17 | 5.38 | 16.42 | - |
| YUV | 60.87 | 157.99 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 24 | 114 | 0.01 | 0.79 | 0 | 0.55 | 299.33 | 0.65 | 0.27 |
| Hex | 71 | 18 | 72 | 1 | 4F | 0 | 37 | 12B | 41 | 1B |
| Octal | 161 | 30 | 162 | 1 | 117 | 0 | 67 | 453 | 101 | 33 |
| Binary | 1110001 | 11000 | 1110010 | 1 | 1001111 | 0 | 110111 | 100101011 | 1000001 | 11011 |
Color Harmonies of #711872
Complementary color
Monochromatic Colors of #711872
Black with #711872
Text Example
Text Example
White with #711872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711872; }
p { color: rgb(113,24,114); }
H1.HeaderClassName
{
color: #711872;
}
.AnyTagClassName
{
color: #711872;
}
</style>
background-color css
<style>
a { background-color: #711872; }
a { background-color: rgb(113,24,114); }
div.DivClassName
{
background-color: #711872;
}
.BgClassName
{
background-color: #711872;
}
</style>
border-color css
<style>
span { border-color: #711872; }
span { border-color: rgb(113,24,114); }
td.TdClassName
{
border-color: #711872;
}
.TagClassName
{
border-color: #711872;
}
</style>