Shades of Dark Purple #761570
Tints of Dark Purple #761570
RGB
CMYK
RGB Variations
Color information
#761570 (or 0x761570) is known color: Dark Purple. HEX triplet: 76, 15 and 70. RGB value is (118,21,112). Sum of RGB (Red+Green+Blue) = 118+21+112=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 21 (8.59% from 255 or 8.37% from 251); Blue value is 112 (44.14% from 255 or 44.62% from 251); Max value from RGB is 118 - color contains mainly: red. Hex color #761570 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761570 is #89EA8F. Grayscale: #3C3C3C. Windows color (decimal): -9038480 or 7345526. OLE color: 7345526.
HSL color Cylindrical-coordinate representation of color #761570: hue angle of 303.71º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #761570 is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 21 | 112 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.54 |
| HSL | 303.71º | 0.7% | 0.27% | - |
| HSV(B) | 303.71º | 0.82% | 0.46% | - |
| XYZ | 10.66 | 5.56 | 15.84 | - |
| YUV | 60.38 | 157.14 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 21 | 112 | 0 | 0.82 | 0.05 | 0.54 | 303.71 | 0.7 | 0.27 |
| Hex | 76 | 15 | 70 | 0 | 52 | 5 | 36 | 130 | 46 | 1B |
| Octal | 166 | 25 | 160 | 0 | 122 | 5 | 66 | 460 | 106 | 33 |
| Binary | 1110110 | 10101 | 1110000 | 0 | 1010010 | 101 | 110110 | 100110000 | 1000110 | 11011 |
Color Harmonies of #761570
Complementary color
Monochromatic Colors of #761570
Black with #761570
Text Example
Text Example
White with #761570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761570; }
p { color: rgb(118,21,112); }
H1.HeaderClassName
{
color: #761570;
}
.AnyTagClassName
{
color: #761570;
}
</style>
background-color css
<style>
a { background-color: #761570; }
a { background-color: rgb(118,21,112); }
div.DivClassName
{
background-color: #761570;
}
.BgClassName
{
background-color: #761570;
}
</style>
border-color css
<style>
span { border-color: #761570; }
span { border-color: rgb(118,21,112); }
td.TdClassName
{
border-color: #761570;
}
.TagClassName
{
border-color: #761570;
}
</style>