Shades of Vivid Violet #783C87
Tints of Vivid Violet #783C87
RGB
CMYK
RGB Variations
Color information
#783C87 (or 0x783C87) is known color: Vivid Violet. HEX triplet: 78, 3C and 87. RGB value is (120,60,135). Sum of RGB (Red+Green+Blue) = 120+60+135=315 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.10% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 135 (53.12% from 255 or 42.86% from 315); Max value from RGB is 135 - color contains mainly: blue. Hex color #783C87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #783C87 is #87C378. Grayscale: #565656. Windows color (decimal): -8897401 or 8862840. OLE color: 8862840.
HSL color Cylindrical-coordinate representation of color #783C87: hue angle of 288º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #783C87 is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 120 | 60 | 135 | - |
| CMYK | 0.11 | 0.56 | 0 | 0.47 |
| HSL | 288º | 0.38% | 0.38% | - |
| HSV(B) | 288º | 0.56% | 0.53% | - |
| XYZ | 13.73 | 8.97 | 23.93 | - |
| YUV | 86.49 | 155.38 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 60 | 135 | 0.11 | 0.56 | 0 | 0.47 | 288 | 0.38 | 0.38 |
| Hex | 78 | 3C | 87 | B | 38 | 0 | 2F | 120 | 26 | 26 |
| Octal | 170 | 74 | 207 | 13 | 70 | 0 | 57 | 440 | 46 | 46 |
| Binary | 1111000 | 111100 | 10000111 | 1011 | 111000 | 0 | 101111 | 100100000 | 100110 | 100110 |
Color Harmonies of #783C87
Complementary color
Monochromatic Colors of #783C87
Black with #783C87
Text Example
Text Example
White with #783C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783C87; }
p { color: rgb(120,60,135); }
H1.HeaderClassName
{
color: #783C87;
}
.AnyTagClassName
{
color: #783C87;
}
</style>
background-color css
<style>
a { background-color: #783C87; }
a { background-color: rgb(120,60,135); }
div.DivClassName
{
background-color: #783C87;
}
.BgClassName
{
background-color: #783C87;
}
</style>
border-color css
<style>
span { border-color: #783C87; }
span { border-color: rgb(120,60,135); }
td.TdClassName
{
border-color: #783C87;
}
.TagClassName
{
border-color: #783C87;
}
</style>