Shades of Vivid Violet #782591
Tints of Vivid Violet #782591
RGB
CMYK
RGB Variations
Color information
#782591 (or 0x782591) is known color: Vivid Violet. HEX triplet: 78, 25 and 91. RGB value is (120,37,145). Sum of RGB (Red+Green+Blue) = 120+37+145=302 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.74% from 302); Green value is 37 (14.84% from 255 or 12.25% from 302); Blue value is 145 (57.03% from 255 or 48.01% from 302); Max value from RGB is 145 - color contains mainly: blue. Hex color #782591 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #782591 is #87DA6E. Grayscale: #494949. Windows color (decimal): -8903279 or 9512312. OLE color: 9512312.
HSL color Cylindrical-coordinate representation of color #782591: hue angle of 286.11º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #782591 is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 120 | 37 | 145 | - |
| CMYK | 0.17 | 0.74 | 0 | 0.43 |
| HSL | 286.11º | 0.59% | 0.36% | - |
| HSV(B) | 286.11º | 0.74% | 0.57% | - |
| XYZ | 13.52 | 7.36 | 27.5 | - |
| YUV | 74.13 | 168 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 37 | 145 | 0.17 | 0.74 | 0 | 0.43 | 286.11 | 0.59 | 0.36 |
| Hex | 78 | 25 | 91 | 11 | 4A | 0 | 2B | 11E | 3B | 24 |
| Octal | 170 | 45 | 221 | 21 | 112 | 0 | 53 | 436 | 73 | 44 |
| Binary | 1111000 | 100101 | 10010001 | 10001 | 1001010 | 0 | 101011 | 100011110 | 111011 | 100100 |
Color Harmonies of #782591
Complementary color
Monochromatic Colors of #782591
Black with #782591
Text Example
Text Example
White with #782591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782591; }
p { color: rgb(120,37,145); }
H1.HeaderClassName
{
color: #782591;
}
.AnyTagClassName
{
color: #782591;
}
</style>
background-color css
<style>
a { background-color: #782591; }
a { background-color: rgb(120,37,145); }
div.DivClassName
{
background-color: #782591;
}
.BgClassName
{
background-color: #782591;
}
</style>
border-color css
<style>
span { border-color: #782591; }
span { border-color: rgb(120,37,145); }
td.TdClassName
{
border-color: #782591;
}
.TagClassName
{
border-color: #782591;
}
</style>