Shades of Vivid Violet #762F8C
Tints of Vivid Violet #762F8C
RGB
CMYK
RGB Variations
Color information
#762F8C (or 0x762F8C) is known color: Vivid Violet. HEX triplet: 76, 2F and 8C. RGB value is (118,47,140). Sum of RGB (Red+Green+Blue) = 118+47+140=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 47 (18.75% from 255 or 15.41% from 305); Blue value is 140 (55.08% from 255 or 45.90% from 305); Max value from RGB is 140 - color contains mainly: blue. Hex color #762F8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762F8C is #89D073. Grayscale: #4E4E4E. Windows color (decimal): -9031796 or 9187190. OLE color: 9187190.
HSL color Cylindrical-coordinate representation of color #762F8C: hue angle of 285.81º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #762F8C is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 47 | 140 | - |
| CMYK | 0.16 | 0.66 | 0 | 0.45 |
| HSL | 285.81º | 0.5% | 0.37% | - |
| HSV(B) | 285.81º | 0.66% | 0.55% | - |
| XYZ | 13.22 | 7.78 | 25.62 | - |
| YUV | 78.83 | 162.52 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 47 | 140 | 0.16 | 0.66 | 0 | 0.45 | 285.81 | 0.5 | 0.37 |
| Hex | 76 | 2F | 8C | 10 | 42 | 0 | 2D | 11E | 32 | 25 |
| Octal | 166 | 57 | 214 | 20 | 102 | 0 | 55 | 436 | 62 | 45 |
| Binary | 1110110 | 101111 | 10001100 | 10000 | 1000010 | 0 | 101101 | 100011110 | 110010 | 100101 |
Color Harmonies of #762F8C
Complementary color
Monochromatic Colors of #762F8C
Black with #762F8C
Text Example
Text Example
White with #762F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762F8C; }
p { color: rgb(118,47,140); }
H1.HeaderClassName
{
color: #762F8C;
}
.AnyTagClassName
{
color: #762F8C;
}
</style>
background-color css
<style>
a { background-color: #762F8C; }
a { background-color: rgb(118,47,140); }
div.DivClassName
{
background-color: #762F8C;
}
.BgClassName
{
background-color: #762F8C;
}
</style>
border-color css
<style>
span { border-color: #762F8C; }
span { border-color: rgb(118,47,140); }
td.TdClassName
{
border-color: #762F8C;
}
.TagClassName
{
border-color: #762F8C;
}
</style>