Shades of Vivid Violet #762C84
Tints of Vivid Violet #762C84
RGB
CMYK
RGB Variations
Color information
#762C84 (or 0x762C84) is known color: Vivid Violet. HEX triplet: 76, 2C and 84. RGB value is (118,44,132). Sum of RGB (Red+Green+Blue) = 118+44+132=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 44 (17.58% from 255 or 14.97% from 294); Blue value is 132 (51.95% from 255 or 44.90% from 294); Max value from RGB is 132 - color contains mainly: blue. Hex color #762C84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762C84 is #89D37B. Grayscale: #4B4B4B. Windows color (decimal): -9032572 or 8662134. OLE color: 8662134.
HSL color Cylindrical-coordinate representation of color #762C84: hue angle of 290.45º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #762C84 is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 118 | 44 | 132 | - |
| CMYK | 0.11 | 0.67 | 0 | 0.48 |
| HSL | 290.45º | 0.5% | 0.35% | - |
| HSV(B) | 290.45º | 0.67% | 0.52% | - |
| XYZ | 12.54 | 7.32 | 22.58 | - |
| YUV | 76.16 | 159.52 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 44 | 132 | 0.11 | 0.67 | 0 | 0.48 | 290.45 | 0.5 | 0.35 |
| Hex | 76 | 2C | 84 | B | 43 | 0 | 30 | 122 | 32 | 23 |
| Octal | 166 | 54 | 204 | 13 | 103 | 0 | 60 | 442 | 62 | 43 |
| Binary | 1110110 | 101100 | 10000100 | 1011 | 1000011 | 0 | 110000 | 100100010 | 110010 | 100011 |
Color Harmonies of #762C84
Complementary color
Monochromatic Colors of #762C84
Black with #762C84
Text Example
Text Example
White with #762C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762C84; }
p { color: rgb(118,44,132); }
H1.HeaderClassName
{
color: #762C84;
}
.AnyTagClassName
{
color: #762C84;
}
</style>
background-color css
<style>
a { background-color: #762C84; }
a { background-color: rgb(118,44,132); }
div.DivClassName
{
background-color: #762C84;
}
.BgClassName
{
background-color: #762C84;
}
</style>
border-color css
<style>
span { border-color: #762C84; }
span { border-color: rgb(118,44,132); }
td.TdClassName
{
border-color: #762C84;
}
.TagClassName
{
border-color: #762C84;
}
</style>