Shades of Dark Purple #762074
Tints of Dark Purple #762074
RGB
CMYK
RGB Variations
Color information
#762074 (or 0x762074) is known color: Dark Purple. HEX triplet: 76, 20 and 74. RGB value is (118,32,116). Sum of RGB (Red+Green+Blue) = 118+32+116=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 32 (12.89% from 255 or 12.03% from 266); Blue value is 116 (45.70% from 255 or 43.61% from 266); Max value from RGB is 118 - color contains mainly: red. Hex color #762074 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762074 is #89DF8B. Grayscale: #434343. Windows color (decimal): -9035660 or 7610486. OLE color: 7610486.
HSL color Cylindrical-coordinate representation of color #762074: hue angle of 301.4º 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 #762074 is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 32 | 116 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.54 |
| HSL | 301.4º | 0.57% | 0.29% | - |
| HSV(B) | 301.4º | 0.73% | 0.46% | - |
| XYZ | 11.14 | 6.15 | 17.12 | - |
| YUV | 67.29 | 155.49 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 32 | 116 | 0 | 0.73 | 0.02 | 0.54 | 301.4 | 0.57 | 0.29 |
| Hex | 76 | 20 | 74 | 0 | 49 | 2 | 36 | 12D | 39 | 1D |
| Octal | 166 | 40 | 164 | 0 | 111 | 2 | 66 | 455 | 71 | 35 |
| Binary | 1110110 | 100000 | 1110100 | 0 | 1001001 | 10 | 110110 | 100101101 | 111001 | 11101 |
Color Harmonies of #762074
Complementary color
Monochromatic Colors of #762074
Black with #762074
Text Example
Text Example
White with #762074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762074; }
p { color: rgb(118,32,116); }
H1.HeaderClassName
{
color: #762074;
}
.AnyTagClassName
{
color: #762074;
}
</style>
background-color css
<style>
a { background-color: #762074; }
a { background-color: rgb(118,32,116); }
div.DivClassName
{
background-color: #762074;
}
.BgClassName
{
background-color: #762074;
}
</style>
border-color css
<style>
span { border-color: #762074; }
span { border-color: rgb(118,32,116); }
td.TdClassName
{
border-color: #762074;
}
.TagClassName
{
border-color: #762074;
}
</style>