Shades of Vivid Violet #781C95
Tints of Vivid Violet #781C95
RGB
CMYK
RGB Variations
Color information
#781C95 (or 0x781C95) is known color: Vivid Violet. HEX triplet: 78, 1C and 95. RGB value is (120,28,149). Sum of RGB (Red+Green+Blue) = 120+28+149=297 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.40% from 297); Green value is 28 (11.33% from 255 or 9.43% from 297); Blue value is 149 (58.59% from 255 or 50.17% from 297); Max value from RGB is 149 - color contains mainly: blue. Hex color #781C95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #781C95 is #87E36A. Grayscale: #444444. Windows color (decimal): -8905579 or 9772152. OLE color: 9772152.
HSL color Cylindrical-coordinate representation of color #781C95: hue angle of 285.62º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #781C95 is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 120 | 28 | 149 | - |
| CMYK | 0.19 | 0.81 | 0 | 0.42 |
| HSL | 285.62º | 0.68% | 0.35% | - |
| HSV(B) | 285.62º | 0.81% | 0.58% | - |
| XYZ | 13.59 | 6.99 | 29.07 | - |
| YUV | 69.3 | 172.98 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 28 | 149 | 0.19 | 0.81 | 0 | 0.42 | 285.62 | 0.68 | 0.35 |
| Hex | 78 | 1C | 95 | 13 | 51 | 0 | 2A | 11E | 44 | 23 |
| Octal | 170 | 34 | 225 | 23 | 121 | 0 | 52 | 436 | 104 | 43 |
| Binary | 1111000 | 11100 | 10010101 | 10011 | 1010001 | 0 | 101010 | 100011110 | 1000100 | 100011 |
Color Harmonies of #781C95
Complementary color
Monochromatic Colors of #781C95
Black with #781C95
Text Example
Text Example
White with #781C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781C95; }
p { color: rgb(120,28,149); }
H1.HeaderClassName
{
color: #781C95;
}
.AnyTagClassName
{
color: #781C95;
}
</style>
background-color css
<style>
a { background-color: #781C95; }
a { background-color: rgb(120,28,149); }
div.DivClassName
{
background-color: #781C95;
}
.BgClassName
{
background-color: #781C95;
}
</style>
border-color css
<style>
span { border-color: #781C95; }
span { border-color: rgb(120,28,149); }
td.TdClassName
{
border-color: #781C95;
}
.TagClassName
{
border-color: #781C95;
}
</style>