Shades of Vivid Violet #782493
Tints of Vivid Violet #782493
RGB
CMYK
RGB Variations
Color information
#782493 (or 0x782493) is known color: Vivid Violet. HEX triplet: 78, 24 and 93. RGB value is (120,36,147). Sum of RGB (Red+Green+Blue) = 120+36+147=303 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.60% from 303); Green value is 36 (14.45% from 255 or 11.88% from 303); Blue value is 147 (57.81% from 255 or 48.51% from 303); Max value from RGB is 147 - color contains mainly: blue. Hex color #782493 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #782493 is #87DB6C. Grayscale: #494949. Windows color (decimal): -8903533 or 9643128. OLE color: 9643128.
HSL color Cylindrical-coordinate representation of color #782493: hue angle of 285.41º 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 #782493 is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 120 | 36 | 147 | - |
| CMYK | 0.18 | 0.76 | 0 | 0.42 |
| HSL | 285.41º | 0.61% | 0.36% | - |
| HSV(B) | 285.41º | 0.76% | 0.58% | - |
| XYZ | 13.64 | 7.36 | 28.31 | - |
| YUV | 73.77 | 169.33 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 36 | 147 | 0.18 | 0.76 | 0 | 0.42 | 285.41 | 0.61 | 0.36 |
| Hex | 78 | 24 | 93 | 12 | 4C | 0 | 2A | 11D | 3D | 24 |
| Octal | 170 | 44 | 223 | 22 | 114 | 0 | 52 | 435 | 75 | 44 |
| Binary | 1111000 | 100100 | 10010011 | 10010 | 1001100 | 0 | 101010 | 100011101 | 111101 | 100100 |
Color Harmonies of #782493
Complementary color
Monochromatic Colors of #782493
Black with #782493
Text Example
Text Example
White with #782493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782493; }
p { color: rgb(120,36,147); }
H1.HeaderClassName
{
color: #782493;
}
.AnyTagClassName
{
color: #782493;
}
</style>
background-color css
<style>
a { background-color: #782493; }
a { background-color: rgb(120,36,147); }
div.DivClassName
{
background-color: #782493;
}
.BgClassName
{
background-color: #782493;
}
</style>
border-color css
<style>
span { border-color: #782493; }
span { border-color: rgb(120,36,147); }
td.TdClassName
{
border-color: #782493;
}
.TagClassName
{
border-color: #782493;
}
</style>