Shades of Dark Purple #762177
Tints of Dark Purple #762177
RGB
CMYK
RGB Variations
Color information
#762177 (or 0x762177) is known color: Dark Purple. HEX triplet: 76, 21 and 77. RGB value is (118,33,119). Sum of RGB (Red+Green+Blue) = 118+33+119=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 33 (13.28% from 255 or 12.22% from 270); Blue value is 119 (46.88% from 255 or 44.07% from 270); Max value from RGB is 119 - color contains mainly: blue. Hex color #762177 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762177 is #89DE88. Grayscale: #434343. Windows color (decimal): -9035401 or 7807350. OLE color: 7807350.
HSL color Cylindrical-coordinate representation of color #762177: hue angle of 299.3º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #762177 is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 33 | 119 | - |
| CMYK | 0.01 | 0.72 | 0 | 0.53 |
| HSL | 299.3º | 0.57% | 0.3% | - |
| HSV(B) | 299.3º | 0.72% | 0.47% | - |
| XYZ | 11.34 | 6.27 | 18.07 | - |
| YUV | 68.22 | 156.66 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 33 | 119 | 0.01 | 0.72 | 0 | 0.53 | 299.3 | 0.57 | 0.3 |
| Hex | 76 | 21 | 77 | 1 | 48 | 0 | 35 | 12B | 39 | 1E |
| Octal | 166 | 41 | 167 | 1 | 110 | 0 | 65 | 453 | 71 | 36 |
| Binary | 1110110 | 100001 | 1110111 | 1 | 1001000 | 0 | 110101 | 100101011 | 111001 | 11110 |
Color Harmonies of #762177
Complementary color
Monochromatic Colors of #762177
Black with #762177
Text Example
Text Example
White with #762177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762177; }
p { color: rgb(118,33,119); }
H1.HeaderClassName
{
color: #762177;
}
.AnyTagClassName
{
color: #762177;
}
</style>
background-color css
<style>
a { background-color: #762177; }
a { background-color: rgb(118,33,119); }
div.DivClassName
{
background-color: #762177;
}
.BgClassName
{
background-color: #762177;
}
</style>
border-color css
<style>
span { border-color: #762177; }
span { border-color: rgb(118,33,119); }
td.TdClassName
{
border-color: #762177;
}
.TagClassName
{
border-color: #762177;
}
</style>