Shades of Vivid Violet #781F87
Tints of Vivid Violet #781F87
RGB
CMYK
RGB Variations
Color information
#781F87 (or 0x781F87) is known color: Vivid Violet. HEX triplet: 78, 1F and 87. RGB value is (120,31,135). Sum of RGB (Red+Green+Blue) = 120+31+135=286 (37% of max value = 765). Red value is 120 (47.27% from 255 or 41.96% from 286); Green value is 31 (12.5% from 255 or 10.84% from 286); Blue value is 135 (53.12% from 255 or 47.20% from 286); Max value from RGB is 135 - color contains mainly: blue. Hex color #781F87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #781F87 is #87E078. Grayscale: #454545. Windows color (decimal): -8904825 or 8855416. OLE color: 8855416.
HSL color Cylindrical-coordinate representation of color #781F87: hue angle of 291.35º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #781F87 is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 120 | 31 | 135 | - |
| CMYK | 0.11 | 0.77 | 0 | 0.47 |
| HSL | 291.35º | 0.63% | 0.33% | - |
| HSV(B) | 291.35º | 0.77% | 0.53% | - |
| XYZ | 12.61 | 6.72 | 23.55 | - |
| YUV | 69.47 | 164.99 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 31 | 135 | 0.11 | 0.77 | 0 | 0.47 | 291.35 | 0.63 | 0.33 |
| Hex | 78 | 1F | 87 | B | 4D | 0 | 2F | 123 | 3F | 21 |
| Octal | 170 | 37 | 207 | 13 | 115 | 0 | 57 | 443 | 77 | 41 |
| Binary | 1111000 | 11111 | 10000111 | 1011 | 1001101 | 0 | 101111 | 100100011 | 111111 | 100001 |
Color Harmonies of #781F87
Complementary color
Monochromatic Colors of #781F87
Black with #781F87
Text Example
Text Example
White with #781F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781F87; }
p { color: rgb(120,31,135); }
H1.HeaderClassName
{
color: #781F87;
}
.AnyTagClassName
{
color: #781F87;
}
</style>
background-color css
<style>
a { background-color: #781F87; }
a { background-color: rgb(120,31,135); }
div.DivClassName
{
background-color: #781F87;
}
.BgClassName
{
background-color: #781F87;
}
</style>
border-color css
<style>
span { border-color: #781F87; }
span { border-color: rgb(120,31,135); }
td.TdClassName
{
border-color: #781F87;
}
.TagClassName
{
border-color: #781F87;
}
</style>