Shades of Dark Purple #761878
Tints of Dark Purple #761878
RGB
CMYK
RGB Variations
Color information
#761878 (or 0x761878) is known color: Dark Purple. HEX triplet: 76, 18 and 78. RGB value is (118,24,120). Sum of RGB (Red+Green+Blue) = 118+24+120=262 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.04% from 262); Green value is 24 (9.77% from 255 or 9.16% from 262); Blue value is 120 (47.27% from 255 or 45.80% from 262); Max value from RGB is 120 - color contains mainly: blue. Hex color #761878 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761878 is #89E787. Grayscale: #3E3E3E. Windows color (decimal): -9037704 or 7870582. OLE color: 7870582.
HSL color Cylindrical-coordinate representation of color #761878: hue angle of 298.75º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #761878 is Cyan = 0.02, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 24 | 120 | - |
| CMYK | 0.02 | 0.8 | 0 | 0.53 |
| HSL | 298.75º | 0.67% | 0.28% | - |
| HSV(B) | 298.75º | 0.8% | 0.47% | - |
| XYZ | 11.19 | 5.86 | 18.31 | - |
| YUV | 63.05 | 160.14 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 24 | 120 | 0.02 | 0.8 | 0 | 0.53 | 298.75 | 0.67 | 0.28 |
| Hex | 76 | 18 | 78 | 2 | 50 | 0 | 35 | 12B | 43 | 1C |
| Octal | 166 | 30 | 170 | 2 | 120 | 0 | 65 | 453 | 103 | 34 |
| Binary | 1110110 | 11000 | 1111000 | 10 | 1010000 | 0 | 110101 | 100101011 | 1000011 | 11100 |
Color Harmonies of #761878
Complementary color
Monochromatic Colors of #761878
Black with #761878
Text Example
Text Example
White with #761878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761878; }
p { color: rgb(118,24,120); }
H1.HeaderClassName
{
color: #761878;
}
.AnyTagClassName
{
color: #761878;
}
</style>
background-color css
<style>
a { background-color: #761878; }
a { background-color: rgb(118,24,120); }
div.DivClassName
{
background-color: #761878;
}
.BgClassName
{
background-color: #761878;
}
</style>
border-color css
<style>
span { border-color: #761878; }
span { border-color: rgb(118,24,120); }
td.TdClassName
{
border-color: #761878;
}
.TagClassName
{
border-color: #761878;
}
</style>