Shades of Dark Purple #762176
Tints of Dark Purple #762176
RGB
CMYK
RGB Variations
Color information
#762176 (or 0x762176) is known color: Dark Purple. HEX triplet: 76, 21 and 76. RGB value is (118,33,118). Sum of RGB (Red+Green+Blue) = 118+33+118=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 33 (13.28% from 255 or 12.27% from 269); Blue value is 118 (46.48% from 255 or 43.87% from 269); Max value from RGB is 118 - color contains mainly: red, blue. Hex color #762176 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762176 is #89DE89. Grayscale: #434343. Windows color (decimal): -9035402 or 7741814. OLE color: 7741814.
HSL color Cylindrical-coordinate representation of color #762176: hue angle of 300º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #762176 is Cyan = 0, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 33 | 118 | - |
| CMYK | 0 | 0.72 | 0 | 0.54 |
| HSL | 300º | 0.56% | 0.3% | - |
| HSV(B) | 300º | 0.72% | 0.46% | - |
| XYZ | 11.29 | 6.25 | 17.75 | - |
| YUV | 68.11 | 156.16 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 33 | 118 | 0 | 0.72 | 0 | 0.54 | 300 | 0.56 | 0.3 |
| Hex | 76 | 21 | 76 | 0 | 48 | 0 | 36 | 12C | 38 | 1E |
| Octal | 166 | 41 | 166 | 0 | 110 | 0 | 66 | 454 | 70 | 36 |
| Binary | 1110110 | 100001 | 1110110 | 0 | 1001000 | 0 | 110110 | 100101100 | 111000 | 11110 |
Color Harmonies of #762176
Complementary color
Monochromatic Colors of #762176
Black with #762176
Text Example
Text Example
White with #762176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762176; }
p { color: rgb(118,33,118); }
H1.HeaderClassName
{
color: #762176;
}
.AnyTagClassName
{
color: #762176;
}
</style>
background-color css
<style>
a { background-color: #762176; }
a { background-color: rgb(118,33,118); }
div.DivClassName
{
background-color: #762176;
}
.BgClassName
{
background-color: #762176;
}
</style>
border-color css
<style>
span { border-color: #762176; }
span { border-color: rgb(118,33,118); }
td.TdClassName
{
border-color: #762176;
}
.TagClassName
{
border-color: #762176;
}
</style>