Shades of Vivid Violet #762F87
Tints of Vivid Violet #762F87
RGB
CMYK
RGB Variations
Color information
#762F87 (or 0x762F87) is known color: Vivid Violet. HEX triplet: 76, 2F and 87. RGB value is (118,47,135). Sum of RGB (Red+Green+Blue) = 118+47+135=300 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.33% from 300); Green value is 47 (18.75% from 255 or 15.67% from 300); Blue value is 135 (53.12% from 255 or 45% from 300); Max value from RGB is 135 - color contains mainly: blue. Hex color #762F87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762F87 is #89D078. Grayscale: #4D4D4D. Windows color (decimal): -9031801 or 8859510. OLE color: 8859510.
HSL color Cylindrical-coordinate representation of color #762F87: hue angle of 288.41º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #762F87 is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 118 | 47 | 135 | - |
| CMYK | 0.13 | 0.65 | 0 | 0.47 |
| HSL | 288.41º | 0.48% | 0.36% | - |
| HSV(B) | 288.41º | 0.65% | 0.53% | - |
| XYZ | 12.86 | 7.63 | 23.72 | - |
| YUV | 78.26 | 160.02 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 47 | 135 | 0.13 | 0.65 | 0 | 0.47 | 288.41 | 0.48 | 0.36 |
| Hex | 76 | 2F | 87 | D | 41 | 0 | 2F | 120 | 30 | 24 |
| Octal | 166 | 57 | 207 | 15 | 101 | 0 | 57 | 440 | 60 | 44 |
| Binary | 1110110 | 101111 | 10000111 | 1101 | 1000001 | 0 | 101111 | 100100000 | 110000 | 100100 |
Color Harmonies of #762F87
Complementary color
Monochromatic Colors of #762F87
Black with #762F87
Text Example
Text Example
White with #762F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762F87; }
p { color: rgb(118,47,135); }
H1.HeaderClassName
{
color: #762F87;
}
.AnyTagClassName
{
color: #762F87;
}
</style>
background-color css
<style>
a { background-color: #762F87; }
a { background-color: rgb(118,47,135); }
div.DivClassName
{
background-color: #762F87;
}
.BgClassName
{
background-color: #762F87;
}
</style>
border-color css
<style>
span { border-color: #762F87; }
span { border-color: rgb(118,47,135); }
td.TdClassName
{
border-color: #762F87;
}
.TagClassName
{
border-color: #762F87;
}
</style>