Shades of Vivid Violet #762795
Tints of Vivid Violet #762795
RGB
CMYK
RGB Variations
Color information
#762795 (or 0x762795) is known color: Vivid Violet. HEX triplet: 76, 27 and 95. RGB value is (118,39,149). Sum of RGB (Red+Green+Blue) = 118+39+149=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 39 (15.62% from 255 or 12.75% from 306); Blue value is 149 (58.59% from 255 or 48.69% from 306); Max value from RGB is 149 - color contains mainly: blue. Hex color #762795 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762795 is #89D86A. Grayscale: #4A4A4A. Windows color (decimal): -9033835 or 9774966. OLE color: 9774966.
HSL color Cylindrical-coordinate representation of color #762795: hue angle of 283.09º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #762795 is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 39 | 149 | - |
| CMYK | 0.21 | 0.74 | 0 | 0.42 |
| HSL | 283.09º | 0.59% | 0.37% | - |
| HSV(B) | 283.09º | 0.74% | 0.58% | - |
| XYZ | 13.62 | 7.47 | 29.16 | - |
| YUV | 75.16 | 169.67 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 39 | 149 | 0.21 | 0.74 | 0 | 0.42 | 283.09 | 0.59 | 0.37 |
| Hex | 76 | 27 | 95 | 15 | 4A | 0 | 2A | 11B | 3B | 25 |
| Octal | 166 | 47 | 225 | 25 | 112 | 0 | 52 | 433 | 73 | 45 |
| Binary | 1110110 | 100111 | 10010101 | 10101 | 1001010 | 0 | 101010 | 100011011 | 111011 | 100101 |
Color Harmonies of #762795
Complementary color
Monochromatic Colors of #762795
Black with #762795
Text Example
Text Example
White with #762795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762795; }
p { color: rgb(118,39,149); }
H1.HeaderClassName
{
color: #762795;
}
.AnyTagClassName
{
color: #762795;
}
</style>
background-color css
<style>
a { background-color: #762795; }
a { background-color: rgb(118,39,149); }
div.DivClassName
{
background-color: #762795;
}
.BgClassName
{
background-color: #762795;
}
</style>
border-color css
<style>
span { border-color: #762795; }
span { border-color: rgb(118,39,149); }
td.TdClassName
{
border-color: #762795;
}
.TagClassName
{
border-color: #762795;
}
</style>