Shades of Vivid Violet #762A8F
Tints of Vivid Violet #762A8F
RGB
CMYK
RGB Variations
Color information
#762A8F (or 0x762A8F) is known color: Vivid Violet. HEX triplet: 76, 2A and 8F. RGB value is (118,42,143). Sum of RGB (Red+Green+Blue) = 118+42+143=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 42 (16.80% from 255 or 13.86% from 303); Blue value is 143 (56.25% from 255 or 47.19% from 303); Max value from RGB is 143 - color contains mainly: blue. Hex color #762A8F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762A8F is #89D570. Grayscale: #4B4B4B. Windows color (decimal): -9033073 or 9382518. OLE color: 9382518.
HSL color Cylindrical-coordinate representation of color #762A8F: hue angle of 285.15º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #762A8F is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 118 | 42 | 143 | - |
| CMYK | 0.17 | 0.71 | 0 | 0.44 |
| HSL | 285.15º | 0.55% | 0.36% | - |
| HSV(B) | 285.15º | 0.71% | 0.56% | - |
| XYZ | 13.26 | 7.49 | 26.73 | - |
| YUV | 76.24 | 165.68 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 42 | 143 | 0.17 | 0.71 | 0 | 0.44 | 285.15 | 0.55 | 0.36 |
| Hex | 76 | 2A | 8F | 11 | 47 | 0 | 2C | 11D | 37 | 24 |
| Octal | 166 | 52 | 217 | 21 | 107 | 0 | 54 | 435 | 67 | 44 |
| Binary | 1110110 | 101010 | 10001111 | 10001 | 1000111 | 0 | 101100 | 100011101 | 110111 | 100100 |
Color Harmonies of #762A8F
Complementary color
Monochromatic Colors of #762A8F
Black with #762A8F
Text Example
Text Example
White with #762A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762A8F; }
p { color: rgb(118,42,143); }
H1.HeaderClassName
{
color: #762A8F;
}
.AnyTagClassName
{
color: #762A8F;
}
</style>
background-color css
<style>
a { background-color: #762A8F; }
a { background-color: rgb(118,42,143); }
div.DivClassName
{
background-color: #762A8F;
}
.BgClassName
{
background-color: #762A8F;
}
</style>
border-color css
<style>
span { border-color: #762A8F; }
span { border-color: rgb(118,42,143); }
td.TdClassName
{
border-color: #762A8F;
}
.TagClassName
{
border-color: #762A8F;
}
</style>