Shades of Dark Purple #752471
Tints of Dark Purple #752471
RGB
CMYK
RGB Variations
Color information
#752471 (or 0x752471) is known color: Dark Purple. HEX triplet: 75, 24 and 71. RGB value is (117,36,113). Sum of RGB (Red+Green+Blue) = 117+36+113=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 36 (14.45% from 255 or 13.53% from 266); Blue value is 113 (44.53% from 255 or 42.48% from 266); Max value from RGB is 117 - color contains mainly: red. Hex color #752471 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752471 is #8ADB8E. Grayscale: #444444. Windows color (decimal): -9100175 or 7414901. OLE color: 7414901.
HSL color Cylindrical-coordinate representation of color #752471: hue angle of 302.96º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #752471 is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 36 | 113 | - |
| CMYK | 0 | 0.69 | 0.03 | 0.54 |
| HSL | 302.96º | 0.53% | 0.3% | - |
| HSV(B) | 302.96º | 0.69% | 0.46% | - |
| XYZ | 10.95 | 6.24 | 16.25 | - |
| YUV | 69 | 152.84 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 36 | 113 | 0 | 0.69 | 0.03 | 0.54 | 302.96 | 0.53 | 0.3 |
| Hex | 75 | 24 | 71 | 0 | 45 | 3 | 36 | 12F | 35 | 1E |
| Octal | 165 | 44 | 161 | 0 | 105 | 3 | 66 | 457 | 65 | 36 |
| Binary | 1110101 | 100100 | 1110001 | 0 | 1000101 | 11 | 110110 | 100101111 | 110101 | 11110 |
Color Harmonies of #752471
Complementary color
Monochromatic Colors of #752471
Black with #752471
Text Example
Text Example
White with #752471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752471; }
p { color: rgb(117,36,113); }
H1.HeaderClassName
{
color: #752471;
}
.AnyTagClassName
{
color: #752471;
}
</style>
background-color css
<style>
a { background-color: #752471; }
a { background-color: rgb(117,36,113); }
div.DivClassName
{
background-color: #752471;
}
.BgClassName
{
background-color: #752471;
}
</style>
border-color css
<style>
span { border-color: #752471; }
span { border-color: rgb(117,36,113); }
td.TdClassName
{
border-color: #752471;
}
.TagClassName
{
border-color: #752471;
}
</style>