Shades of Dark Purple #762571
Tints of Dark Purple #762571
RGB
CMYK
RGB Variations
Color information
#762571 (or 0x762571) is known color: Dark Purple. HEX triplet: 76, 25 and 71. RGB value is (118,37,113). Sum of RGB (Red+Green+Blue) = 118+37+113=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 37 (14.84% from 255 or 13.81% from 268); Blue value is 113 (44.53% from 255 or 42.16% from 268); Max value from RGB is 118 - color contains mainly: red. Hex color #762571 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762571 is #89DA8E. Grayscale: #454545. Windows color (decimal): -9034383 or 7415158. OLE color: 7415158.
HSL color Cylindrical-coordinate representation of color #762571: hue angle of 303.7º degrees, saturation: 0.52, 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 #762571 is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 37 | 113 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.54 |
| HSL | 303.7º | 0.52% | 0.3% | - |
| HSV(B) | 303.7º | 0.69% | 0.46% | - |
| XYZ | 11.11 | 6.37 | 16.27 | - |
| YUV | 69.88 | 152.34 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 37 | 113 | 0 | 0.69 | 0.04 | 0.54 | 303.7 | 0.52 | 0.3 |
| Hex | 76 | 25 | 71 | 0 | 45 | 4 | 36 | 130 | 34 | 1E |
| Octal | 166 | 45 | 161 | 0 | 105 | 4 | 66 | 460 | 64 | 36 |
| Binary | 1110110 | 100101 | 1110001 | 0 | 1000101 | 100 | 110110 | 100110000 | 110100 | 11110 |
Color Harmonies of #762571
Complementary color
Monochromatic Colors of #762571
Black with #762571
Text Example
Text Example
White with #762571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762571; }
p { color: rgb(118,37,113); }
H1.HeaderClassName
{
color: #762571;
}
.AnyTagClassName
{
color: #762571;
}
</style>
background-color css
<style>
a { background-color: #762571; }
a { background-color: rgb(118,37,113); }
div.DivClassName
{
background-color: #762571;
}
.BgClassName
{
background-color: #762571;
}
</style>
border-color css
<style>
span { border-color: #762571; }
span { border-color: rgb(118,37,113); }
td.TdClassName
{
border-color: #762571;
}
.TagClassName
{
border-color: #762571;
}
</style>