Shades of Vivid Violet #78219B
Tints of Vivid Violet #78219B
RGB
CMYK
RGB Variations
Color information
#78219B (or 0x78219B) is known color: Vivid Violet. HEX triplet: 78, 21 and 9B. RGB value is (120,33,155). Sum of RGB (Red+Green+Blue) = 120+33+155=308 (40% of max value = 765). Red value is 120 (47.27% from 255 or 38.96% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 155 (60.94% from 255 or 50.32% from 308); Max value from RGB is 155 - color contains mainly: blue. Hex color #78219B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78219B is #87DE64. Grayscale: #484848. Windows color (decimal): -8904293 or 10166648. OLE color: 10166648.
HSL color Cylindrical-coordinate representation of color #78219B: hue angle of 282.79º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #78219B is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 120 | 33 | 155 | - |
| CMYK | 0.23 | 0.79 | 0 | 0.39 |
| HSL | 282.79º | 0.65% | 0.37% | - |
| HSV(B) | 282.79º | 0.79% | 0.61% | - |
| XYZ | 14.21 | 7.45 | 31.7 | - |
| YUV | 72.92 | 174.32 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 33 | 155 | 0.23 | 0.79 | 0 | 0.39 | 282.79 | 0.65 | 0.37 |
| Hex | 78 | 21 | 9B | 17 | 4F | 0 | 27 | 11B | 41 | 25 |
| Octal | 170 | 41 | 233 | 27 | 117 | 0 | 47 | 433 | 101 | 45 |
| Binary | 1111000 | 100001 | 10011011 | 10111 | 1001111 | 0 | 100111 | 100011011 | 1000001 | 100101 |
Color Harmonies of #78219B
Complementary color
Monochromatic Colors of #78219B
Black with #78219B
Text Example
Text Example
White with #78219B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78219B; }
p { color: rgb(120,33,155); }
H1.HeaderClassName
{
color: #78219B;
}
.AnyTagClassName
{
color: #78219B;
}
</style>
background-color css
<style>
a { background-color: #78219B; }
a { background-color: rgb(120,33,155); }
div.DivClassName
{
background-color: #78219B;
}
.BgClassName
{
background-color: #78219B;
}
</style>
border-color css
<style>
span { border-color: #78219B; }
span { border-color: rgb(120,33,155); }
td.TdClassName
{
border-color: #78219B;
}
.TagClassName
{
border-color: #78219B;
}
</style>