Shades of Vivid Violet #762594
Tints of Vivid Violet #762594
RGB
CMYK
RGB Variations
Color information
#762594 (or 0x762594) is known color: Vivid Violet. HEX triplet: 76, 25 and 94. RGB value is (118,37,148). Sum of RGB (Red+Green+Blue) = 118+37+148=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 37 (14.84% from 255 or 12.21% from 303); Blue value is 148 (58.20% from 255 or 48.84% from 303); Max value from RGB is 148 - color contains mainly: blue. Hex color #762594 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762594 is #89DA6B. Grayscale: #494949. Windows color (decimal): -9034348 or 9708918. OLE color: 9708918.
HSL color Cylindrical-coordinate representation of color #762594: hue angle of 283.78º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #762594 is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 37 | 148 | - |
| CMYK | 0.20 | 0.75 | 0 | 0.42 |
| HSL | 283.78º | 0.6% | 0.36% | - |
| HSV(B) | 283.78º | 0.75% | 0.58% | - |
| XYZ | 13.48 | 7.31 | 28.72 | - |
| YUV | 73.87 | 169.84 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 37 | 148 | 0.20 | 0.75 | 0 | 0.42 | 283.78 | 0.6 | 0.36 |
| Hex | 76 | 25 | 94 | 14 | 4B | 0 | 2A | 11C | 3C | 24 |
| Octal | 166 | 45 | 224 | 24 | 113 | 0 | 52 | 434 | 74 | 44 |
| Binary | 1110110 | 100101 | 10010100 | 10100 | 1001011 | 0 | 101010 | 100011100 | 111100 | 100100 |
Color Harmonies of #762594
Complementary color
Monochromatic Colors of #762594
Black with #762594
Text Example
Text Example
White with #762594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762594; }
p { color: rgb(118,37,148); }
H1.HeaderClassName
{
color: #762594;
}
.AnyTagClassName
{
color: #762594;
}
</style>
background-color css
<style>
a { background-color: #762594; }
a { background-color: rgb(118,37,148); }
div.DivClassName
{
background-color: #762594;
}
.BgClassName
{
background-color: #762594;
}
</style>
border-color css
<style>
span { border-color: #762594; }
span { border-color: rgb(118,37,148); }
td.TdClassName
{
border-color: #762594;
}
.TagClassName
{
border-color: #762594;
}
</style>