Shades of Dark Purple #762178
Tints of Dark Purple #762178
RGB
CMYK
RGB Variations
Color information
#762178 (or 0x762178) is known color: Dark Purple. HEX triplet: 76, 21 and 78. RGB value is (118,33,120). Sum of RGB (Red+Green+Blue) = 118+33+120=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 33 (13.28% from 255 or 12.18% from 271); Blue value is 120 (47.27% from 255 or 44.28% from 271); Max value from RGB is 120 - color contains mainly: blue. Hex color #762178 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762178 is #89DE87. Grayscale: #444444. Windows color (decimal): -9035400 or 7872886. OLE color: 7872886.
HSL color Cylindrical-coordinate representation of color #762178: hue angle of 298.62º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #762178 is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 33 | 120 | - |
| CMYK | 0.02 | 0.72 | 0 | 0.53 |
| HSL | 298.62º | 0.57% | 0.3% | - |
| HSV(B) | 298.62º | 0.73% | 0.47% | - |
| XYZ | 11.41 | 6.3 | 18.38 | - |
| YUV | 68.33 | 157.16 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 33 | 120 | 0.02 | 0.72 | 0 | 0.53 | 298.62 | 0.57 | 0.3 |
| Hex | 76 | 21 | 78 | 2 | 48 | 0 | 35 | 12B | 39 | 1E |
| Octal | 166 | 41 | 170 | 2 | 110 | 0 | 65 | 453 | 71 | 36 |
| Binary | 1110110 | 100001 | 1111000 | 10 | 1001000 | 0 | 110101 | 100101011 | 111001 | 11110 |
Color Harmonies of #762178
Complementary color
Monochromatic Colors of #762178
Black with #762178
Text Example
Text Example
White with #762178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762178; }
p { color: rgb(118,33,120); }
H1.HeaderClassName
{
color: #762178;
}
.AnyTagClassName
{
color: #762178;
}
</style>
background-color css
<style>
a { background-color: #762178; }
a { background-color: rgb(118,33,120); }
div.DivClassName
{
background-color: #762178;
}
.BgClassName
{
background-color: #762178;
}
</style>
border-color css
<style>
span { border-color: #762178; }
span { border-color: rgb(118,33,120); }
td.TdClassName
{
border-color: #762178;
}
.TagClassName
{
border-color: #762178;
}
</style>