Shades of Vivid Violet #78259B
Tints of Vivid Violet #78259B
RGB
CMYK
RGB Variations
Color information
#78259B (or 0x78259B) is known color: Vivid Violet. HEX triplet: 78, 25 and 9B. RGB value is (120,37,155). Sum of RGB (Red+Green+Blue) = 120+37+155=312 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.46% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 155 (60.94% from 255 or 49.68% from 312); Max value from RGB is 155 - color contains mainly: blue. Hex color #78259B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78259B is #87DA64. Grayscale: #4A4A4A. Windows color (decimal): -8903269 or 10167672. OLE color: 10167672.
HSL color Cylindrical-coordinate representation of color #78259B: hue angle of 282.2º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #78259B is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 120 | 37 | 155 | - |
| CMYK | 0.23 | 0.76 | 0 | 0.39 |
| HSL | 282.2º | 0.61% | 0.38% | - |
| HSV(B) | 282.2º | 0.76% | 0.61% | - |
| XYZ | 14.32 | 7.68 | 31.74 | - |
| YUV | 75.27 | 173 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 37 | 155 | 0.23 | 0.76 | 0 | 0.39 | 282.2 | 0.61 | 0.38 |
| Hex | 78 | 25 | 9B | 17 | 4C | 0 | 27 | 11A | 3D | 26 |
| Octal | 170 | 45 | 233 | 27 | 114 | 0 | 47 | 432 | 75 | 46 |
| Binary | 1111000 | 100101 | 10011011 | 10111 | 1001100 | 0 | 100111 | 100011010 | 111101 | 100110 |
Color Harmonies of #78259B
Complementary color
Monochromatic Colors of #78259B
Black with #78259B
Text Example
Text Example
White with #78259B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78259B; }
p { color: rgb(120,37,155); }
H1.HeaderClassName
{
color: #78259B;
}
.AnyTagClassName
{
color: #78259B;
}
</style>
background-color css
<style>
a { background-color: #78259B; }
a { background-color: rgb(120,37,155); }
div.DivClassName
{
background-color: #78259B;
}
.BgClassName
{
background-color: #78259B;
}
</style>
border-color css
<style>
span { border-color: #78259B; }
span { border-color: rgb(120,37,155); }
td.TdClassName
{
border-color: #78259B;
}
.TagClassName
{
border-color: #78259B;
}
</style>