Shades of Dark Purple #761470
Tints of Dark Purple #761470
RGB
CMYK
RGB Variations
Color information
#761470 (or 0x761470) is known color: Dark Purple. HEX triplet: 76, 14 and 70. RGB value is (118,20,112). Sum of RGB (Red+Green+Blue) = 118+20+112=250 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.2% from 250); Green value is 20 (8.20% from 255 or 8% from 250); Blue value is 112 (44.14% from 255 or 44.8% from 250); Max value from RGB is 118 - color contains mainly: red. Hex color #761470 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761470 is #89EB8F. Grayscale: #3B3B3B. Windows color (decimal): -9038736 or 7345270. OLE color: 7345270.
HSL color Cylindrical-coordinate representation of color #761470: hue angle of 303.67º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #761470 is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 20 | 112 | - |
| CMYK | 0 | 0.83 | 0.05 | 0.54 |
| HSL | 303.67º | 0.71% | 0.27% | - |
| HSV(B) | 303.67º | 0.83% | 0.46% | - |
| XYZ | 10.65 | 5.52 | 15.83 | - |
| YUV | 59.79 | 157.47 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 20 | 112 | 0 | 0.83 | 0.05 | 0.54 | 303.67 | 0.71 | 0.27 |
| Hex | 76 | 14 | 70 | 0 | 53 | 5 | 36 | 130 | 47 | 1B |
| Octal | 166 | 24 | 160 | 0 | 123 | 5 | 66 | 460 | 107 | 33 |
| Binary | 1110110 | 10100 | 1110000 | 0 | 1010011 | 101 | 110110 | 100110000 | 1000111 | 11011 |
Color Harmonies of #761470
Complementary color
Monochromatic Colors of #761470
Black with #761470
Text Example
Text Example
White with #761470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761470; }
p { color: rgb(118,20,112); }
H1.HeaderClassName
{
color: #761470;
}
.AnyTagClassName
{
color: #761470;
}
</style>
background-color css
<style>
a { background-color: #761470; }
a { background-color: rgb(118,20,112); }
div.DivClassName
{
background-color: #761470;
}
.BgClassName
{
background-color: #761470;
}
</style>
border-color css
<style>
span { border-color: #761470; }
span { border-color: rgb(118,20,112); }
td.TdClassName
{
border-color: #761470;
}
.TagClassName
{
border-color: #761470;
}
</style>