Shades of Vivid Violet #78249B
Tints of Vivid Violet #78249B
RGB
CMYK
RGB Variations
Color information
#78249B (or 0x78249B) is known color: Vivid Violet. HEX triplet: 78, 24 and 9B. RGB value is (120,36,155). Sum of RGB (Red+Green+Blue) = 120+36+155=311 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.59% from 311); Green value is 36 (14.45% from 255 or 11.58% from 311); Blue value is 155 (60.94% from 255 or 49.84% from 311); Max value from RGB is 155 - color contains mainly: blue. Hex color #78249B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78249B is #87DB64. Grayscale: #4A4A4A. Windows color (decimal): -8903525 or 10167416. OLE color: 10167416.
HSL color Cylindrical-coordinate representation of color #78249B: hue angle of 282.35º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #78249B is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 120 | 36 | 155 | - |
| CMYK | 0.23 | 0.77 | 0 | 0.39 |
| HSL | 282.35º | 0.62% | 0.37% | - |
| HSV(B) | 282.35º | 0.77% | 0.61% | - |
| XYZ | 14.29 | 7.62 | 31.73 | - |
| YUV | 74.68 | 173.33 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 36 | 155 | 0.23 | 0.77 | 0 | 0.39 | 282.35 | 0.62 | 0.37 |
| Hex | 78 | 24 | 9B | 17 | 4D | 0 | 27 | 11A | 3E | 25 |
| Octal | 170 | 44 | 233 | 27 | 115 | 0 | 47 | 432 | 76 | 45 |
| Binary | 1111000 | 100100 | 10011011 | 10111 | 1001101 | 0 | 100111 | 100011010 | 111110 | 100101 |
Color Harmonies of #78249B
Complementary color
Monochromatic Colors of #78249B
Black with #78249B
Text Example
Text Example
White with #78249B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78249B; }
p { color: rgb(120,36,155); }
H1.HeaderClassName
{
color: #78249B;
}
.AnyTagClassName
{
color: #78249B;
}
</style>
background-color css
<style>
a { background-color: #78249B; }
a { background-color: rgb(120,36,155); }
div.DivClassName
{
background-color: #78249B;
}
.BgClassName
{
background-color: #78249B;
}
</style>
border-color css
<style>
span { border-color: #78249B; }
span { border-color: rgb(120,36,155); }
td.TdClassName
{
border-color: #78249B;
}
.TagClassName
{
border-color: #78249B;
}
</style>