Shades of Vivid Violet #762694
Tints of Vivid Violet #762694
RGB
CMYK
RGB Variations
Color information
#762694 (or 0x762694) is known color: Vivid Violet. HEX triplet: 76, 26 and 94. RGB value is (118,38,148). Sum of RGB (Red+Green+Blue) = 118+38+148=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 38 (15.23% from 255 or 12.5% from 304); Blue value is 148 (58.20% from 255 or 48.68% from 304); Max value from RGB is 148 - color contains mainly: blue. Hex color #762694 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762694 is #89D96B. Grayscale: #4A4A4A. Windows color (decimal): -9034092 or 9709174. OLE color: 9709174.
HSL color Cylindrical-coordinate representation of color #762694: hue angle of 283.64º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #762694 is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 38 | 148 | - |
| CMYK | 0.20 | 0.74 | 0 | 0.42 |
| HSL | 283.64º | 0.59% | 0.36% | - |
| HSV(B) | 283.64º | 0.74% | 0.58% | - |
| XYZ | 13.51 | 7.38 | 28.73 | - |
| YUV | 74.46 | 169.5 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 38 | 148 | 0.20 | 0.74 | 0 | 0.42 | 283.64 | 0.59 | 0.36 |
| Hex | 76 | 26 | 94 | 14 | 4A | 0 | 2A | 11C | 3B | 24 |
| Octal | 166 | 46 | 224 | 24 | 112 | 0 | 52 | 434 | 73 | 44 |
| Binary | 1110110 | 100110 | 10010100 | 10100 | 1001010 | 0 | 101010 | 100011100 | 111011 | 100100 |
Color Harmonies of #762694
Complementary color
Monochromatic Colors of #762694
Black with #762694
Text Example
Text Example
White with #762694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762694; }
p { color: rgb(118,38,148); }
H1.HeaderClassName
{
color: #762694;
}
.AnyTagClassName
{
color: #762694;
}
</style>
background-color css
<style>
a { background-color: #762694; }
a { background-color: rgb(118,38,148); }
div.DivClassName
{
background-color: #762694;
}
.BgClassName
{
background-color: #762694;
}
</style>
border-color css
<style>
span { border-color: #762694; }
span { border-color: rgb(118,38,148); }
td.TdClassName
{
border-color: #762694;
}
.TagClassName
{
border-color: #762694;
}
</style>