Shades of Vivid Violet #762792
Tints of Vivid Violet #762792
RGB
CMYK
RGB Variations
Color information
#762792 (or 0x762792) is known color: Vivid Violet. HEX triplet: 76, 27 and 92. RGB value is (118,39,146). Sum of RGB (Red+Green+Blue) = 118+39+146=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 39 (15.62% from 255 or 12.87% from 303); Blue value is 146 (57.42% from 255 or 48.18% from 303); Max value from RGB is 146 - color contains mainly: blue. Hex color #762792 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762792 is #89D86D. Grayscale: #4A4A4A. Windows color (decimal): -9033838 or 9578358. OLE color: 9578358.
HSL color Cylindrical-coordinate representation of color #762792: hue angle of 284.3º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #762792 is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 118 | 39 | 146 | - |
| CMYK | 0.19 | 0.73 | 0 | 0.43 |
| HSL | 284.3º | 0.58% | 0.36% | - |
| HSV(B) | 284.3º | 0.73% | 0.57% | - |
| XYZ | 13.39 | 7.38 | 27.91 | - |
| YUV | 74.82 | 168.17 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 39 | 146 | 0.19 | 0.73 | 0 | 0.43 | 284.3 | 0.58 | 0.36 |
| Hex | 76 | 27 | 92 | 13 | 49 | 0 | 2B | 11C | 3A | 24 |
| Octal | 166 | 47 | 222 | 23 | 111 | 0 | 53 | 434 | 72 | 44 |
| Binary | 1110110 | 100111 | 10010010 | 10011 | 1001001 | 0 | 101011 | 100011100 | 111010 | 100100 |
Color Harmonies of #762792
Complementary color
Monochromatic Colors of #762792
Black with #762792
Text Example
Text Example
White with #762792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762792; }
p { color: rgb(118,39,146); }
H1.HeaderClassName
{
color: #762792;
}
.AnyTagClassName
{
color: #762792;
}
</style>
background-color css
<style>
a { background-color: #762792; }
a { background-color: rgb(118,39,146); }
div.DivClassName
{
background-color: #762792;
}
.BgClassName
{
background-color: #762792;
}
</style>
border-color css
<style>
span { border-color: #762792; }
span { border-color: rgb(118,39,146); }
td.TdClassName
{
border-color: #762792;
}
.TagClassName
{
border-color: #762792;
}
</style>