Shades of Vivid Violet #762F94
Tints of Vivid Violet #762F94
RGB
CMYK
RGB Variations
Color information
#762F94 (or 0x762F94) is known color: Vivid Violet. HEX triplet: 76, 2F and 94. RGB value is (118,47,148). Sum of RGB (Red+Green+Blue) = 118+47+148=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 47 (18.75% from 255 or 15.02% from 313); Blue value is 148 (58.20% from 255 or 47.28% from 313); Max value from RGB is 148 - color contains mainly: blue. Hex color #762F94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762F94 is #89D06B. Grayscale: #4F4F4F. Windows color (decimal): -9031788 or 9711478. OLE color: 9711478.
HSL color Cylindrical-coordinate representation of color #762F94: hue angle of 282.18º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #762F94 is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 47 | 148 | - |
| CMYK | 0.20 | 0.68 | 0 | 0.42 |
| HSL | 282.18º | 0.52% | 0.38% | - |
| HSV(B) | 282.18º | 0.68% | 0.58% | - |
| XYZ | 13.83 | 8.02 | 28.84 | - |
| YUV | 79.74 | 166.52 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 47 | 148 | 0.20 | 0.68 | 0 | 0.42 | 282.18 | 0.52 | 0.38 |
| Hex | 76 | 2F | 94 | 14 | 44 | 0 | 2A | 11A | 34 | 26 |
| Octal | 166 | 57 | 224 | 24 | 104 | 0 | 52 | 432 | 64 | 46 |
| Binary | 1110110 | 101111 | 10010100 | 10100 | 1000100 | 0 | 101010 | 100011010 | 110100 | 100110 |
Color Harmonies of #762F94
Complementary color
Monochromatic Colors of #762F94
Black with #762F94
Text Example
Text Example
White with #762F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762F94; }
p { color: rgb(118,47,148); }
H1.HeaderClassName
{
color: #762F94;
}
.AnyTagClassName
{
color: #762F94;
}
</style>
background-color css
<style>
a { background-color: #762F94; }
a { background-color: rgb(118,47,148); }
div.DivClassName
{
background-color: #762F94;
}
.BgClassName
{
background-color: #762F94;
}
</style>
border-color css
<style>
span { border-color: #762F94; }
span { border-color: rgb(118,47,148); }
td.TdClassName
{
border-color: #762F94;
}
.TagClassName
{
border-color: #762F94;
}
</style>