Shades of Vivid Violet #783197
Tints of Vivid Violet #783197
RGB
CMYK
RGB Variations
Color information
#783197 (or 0x783197) is known color: Vivid Violet. HEX triplet: 78, 31 and 97. RGB value is (120,49,151). Sum of RGB (Red+Green+Blue) = 120+49+151=320 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.5% from 320); Green value is 49 (19.53% from 255 or 15.31% from 320); Blue value is 151 (59.38% from 255 or 47.19% from 320); Max value from RGB is 151 - color contains mainly: blue. Hex color #783197 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #783197 is #87CE68. Grayscale: #515151. Windows color (decimal): -8900201 or 9908600. OLE color: 9908600.
HSL color Cylindrical-coordinate representation of color #783197: hue angle of 281.76º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #783197 is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 120 | 49 | 151 | - |
| CMYK | 0.21 | 0.68 | 0 | 0.41 |
| HSL | 281.76º | 0.51% | 0.39% | - |
| HSV(B) | 281.76º | 0.68% | 0.59% | - |
| XYZ | 14.43 | 8.42 | 30.14 | - |
| YUV | 81.86 | 167.02 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 49 | 151 | 0.21 | 0.68 | 0 | 0.41 | 281.76 | 0.51 | 0.39 |
| Hex | 78 | 31 | 97 | 15 | 44 | 0 | 29 | 11A | 33 | 27 |
| Octal | 170 | 61 | 227 | 25 | 104 | 0 | 51 | 432 | 63 | 47 |
| Binary | 1111000 | 110001 | 10010111 | 10101 | 1000100 | 0 | 101001 | 100011010 | 110011 | 100111 |
Color Harmonies of #783197
Complementary color
Monochromatic Colors of #783197
Black with #783197
Text Example
Text Example
White with #783197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783197; }
p { color: rgb(120,49,151); }
H1.HeaderClassName
{
color: #783197;
}
.AnyTagClassName
{
color: #783197;
}
</style>
background-color css
<style>
a { background-color: #783197; }
a { background-color: rgb(120,49,151); }
div.DivClassName
{
background-color: #783197;
}
.BgClassName
{
background-color: #783197;
}
</style>
border-color css
<style>
span { border-color: #783197; }
span { border-color: rgb(120,49,151); }
td.TdClassName
{
border-color: #783197;
}
.TagClassName
{
border-color: #783197;
}
</style>