Shades of Dark Purple #762073
Tints of Dark Purple #762073
RGB
CMYK
RGB Variations
Color information
#762073 (or 0x762073) is known color: Dark Purple. HEX triplet: 76, 20 and 73. RGB value is (118,32,115). Sum of RGB (Red+Green+Blue) = 118+32+115=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 115 (45.31% from 255 or 43.40% from 265); Max value from RGB is 118 - color contains mainly: red. Hex color #762073 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762073 is #89DF8C. Grayscale: #424242. Windows color (decimal): -9035661 or 7544950. OLE color: 7544950.
HSL color Cylindrical-coordinate representation of color #762073: hue angle of 302.09º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #762073 is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 32 | 115 | - |
| CMYK | 0 | 0.73 | 0.03 | 0.54 |
| HSL | 302.09º | 0.57% | 0.29% | - |
| HSV(B) | 302.09º | 0.73% | 0.46% | - |
| XYZ | 11.08 | 6.12 | 16.82 | - |
| YUV | 67.18 | 154.99 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 32 | 115 | 0 | 0.73 | 0.03 | 0.54 | 302.09 | 0.57 | 0.29 |
| Hex | 76 | 20 | 73 | 0 | 49 | 3 | 36 | 12E | 39 | 1D |
| Octal | 166 | 40 | 163 | 0 | 111 | 3 | 66 | 456 | 71 | 35 |
| Binary | 1110110 | 100000 | 1110011 | 0 | 1001001 | 11 | 110110 | 100101110 | 111001 | 11101 |
Color Harmonies of #762073
Complementary color
Monochromatic Colors of #762073
Black with #762073
Text Example
Text Example
White with #762073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762073; }
p { color: rgb(118,32,115); }
H1.HeaderClassName
{
color: #762073;
}
.AnyTagClassName
{
color: #762073;
}
</style>
background-color css
<style>
a { background-color: #762073; }
a { background-color: rgb(118,32,115); }
div.DivClassName
{
background-color: #762073;
}
.BgClassName
{
background-color: #762073;
}
</style>
border-color css
<style>
span { border-color: #762073; }
span { border-color: rgb(118,32,115); }
td.TdClassName
{
border-color: #762073;
}
.TagClassName
{
border-color: #762073;
}
</style>