Shades of Vivid Violet #762495
Tints of Vivid Violet #762495
RGB
CMYK
RGB Variations
Color information
#762495 (or 0x762495) is known color: Vivid Violet. HEX triplet: 76, 24 and 95. RGB value is (118,36,149). Sum of RGB (Red+Green+Blue) = 118+36+149=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 36 (14.45% from 255 or 11.88% from 303); Blue value is 149 (58.59% from 255 or 49.17% from 303); Max value from RGB is 149 - color contains mainly: blue. Hex color #762495 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762495 is #89DB6A. Grayscale: #494949. Windows color (decimal): -9034603 or 9774198. OLE color: 9774198.
HSL color Cylindrical-coordinate representation of color #762495: hue angle of 283.54º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #762495 is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 36 | 149 | - |
| CMYK | 0.21 | 0.76 | 0 | 0.42 |
| HSL | 283.54º | 0.61% | 0.36% | - |
| HSV(B) | 283.54º | 0.76% | 0.58% | - |
| XYZ | 13.53 | 7.28 | 29.13 | - |
| YUV | 73.4 | 170.67 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 36 | 149 | 0.21 | 0.76 | 0 | 0.42 | 283.54 | 0.61 | 0.36 |
| Hex | 76 | 24 | 95 | 15 | 4C | 0 | 2A | 11C | 3D | 24 |
| Octal | 166 | 44 | 225 | 25 | 114 | 0 | 52 | 434 | 75 | 44 |
| Binary | 1110110 | 100100 | 10010101 | 10101 | 1001100 | 0 | 101010 | 100011100 | 111101 | 100100 |
Color Harmonies of #762495
Complementary color
Monochromatic Colors of #762495
Black with #762495
Text Example
Text Example
White with #762495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762495; }
p { color: rgb(118,36,149); }
H1.HeaderClassName
{
color: #762495;
}
.AnyTagClassName
{
color: #762495;
}
</style>
background-color css
<style>
a { background-color: #762495; }
a { background-color: rgb(118,36,149); }
div.DivClassName
{
background-color: #762495;
}
.BgClassName
{
background-color: #762495;
}
</style>
border-color css
<style>
span { border-color: #762495; }
span { border-color: rgb(118,36,149); }
td.TdClassName
{
border-color: #762495;
}
.TagClassName
{
border-color: #762495;
}
</style>