Shades of Dark Purple #762771
Tints of Dark Purple #762771
RGB
CMYK
RGB Variations
Color information
#762771 (or 0x762771) is known color: Dark Purple. HEX triplet: 76, 27 and 71. RGB value is (118,39,113). Sum of RGB (Red+Green+Blue) = 118+39+113=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 39 (15.62% from 255 or 14.44% from 270); Blue value is 113 (44.53% from 255 or 41.85% from 270); Max value from RGB is 118 - color contains mainly: red. Hex color #762771 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762771 is #89D88E. Grayscale: #464646. Windows color (decimal): -9033871 or 7415670. OLE color: 7415670.
HSL color Cylindrical-coordinate representation of color #762771: hue angle of 303.8º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #762771 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 39 | 113 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.54 |
| HSL | 303.8º | 0.5% | 0.31% | - |
| HSV(B) | 303.8º | 0.67% | 0.46% | - |
| XYZ | 11.18 | 6.49 | 16.29 | - |
| YUV | 71.06 | 151.67 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 39 | 113 | 0 | 0.67 | 0.04 | 0.54 | 303.8 | 0.5 | 0.31 |
| Hex | 76 | 27 | 71 | 0 | 43 | 4 | 36 | 130 | 32 | 1F |
| Octal | 166 | 47 | 161 | 0 | 103 | 4 | 66 | 460 | 62 | 37 |
| Binary | 1110110 | 100111 | 1110001 | 0 | 1000011 | 100 | 110110 | 100110000 | 110010 | 11111 |
Color Harmonies of #762771
Complementary color
Monochromatic Colors of #762771
Black with #762771
Text Example
Text Example
White with #762771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762771; }
p { color: rgb(118,39,113); }
H1.HeaderClassName
{
color: #762771;
}
.AnyTagClassName
{
color: #762771;
}
</style>
background-color css
<style>
a { background-color: #762771; }
a { background-color: rgb(118,39,113); }
div.DivClassName
{
background-color: #762771;
}
.BgClassName
{
background-color: #762771;
}
</style>
border-color css
<style>
span { border-color: #762771; }
span { border-color: rgb(118,39,113); }
td.TdClassName
{
border-color: #762771;
}
.TagClassName
{
border-color: #762771;
}
</style>