Shades of Vivid Violet #782E8A
Tints of Vivid Violet #782E8A
RGB
CMYK
RGB Variations
Color information
#782E8A (or 0x782E8A) is known color: Vivid Violet. HEX triplet: 78, 2E and 8A. RGB value is (120,46,138). Sum of RGB (Red+Green+Blue) = 120+46+138=304 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.47% from 304); Green value is 46 (18.36% from 255 or 15.13% from 304); Blue value is 138 (54.30% from 255 or 45.39% from 304); Max value from RGB is 138 - color contains mainly: blue. Hex color #782E8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #782E8A is #87D175. Grayscale: #4E4E4E. Windows color (decimal): -8900982 or 9055864. OLE color: 9055864.
HSL color Cylindrical-coordinate representation of color #782E8A: hue angle of 288.26º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #782E8A is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 120 | 46 | 138 | - |
| CMYK | 0.13 | 0.67 | 0 | 0.46 |
| HSL | 288.26º | 0.5% | 0.36% | - |
| HSV(B) | 288.26º | 0.67% | 0.54% | - |
| XYZ | 13.31 | 7.78 | 24.85 | - |
| YUV | 78.61 | 161.52 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 46 | 138 | 0.13 | 0.67 | 0 | 0.46 | 288.26 | 0.5 | 0.36 |
| Hex | 78 | 2E | 8A | D | 43 | 0 | 2E | 120 | 32 | 24 |
| Octal | 170 | 56 | 212 | 15 | 103 | 0 | 56 | 440 | 62 | 44 |
| Binary | 1111000 | 101110 | 10001010 | 1101 | 1000011 | 0 | 101110 | 100100000 | 110010 | 100100 |
Color Harmonies of #782E8A
Complementary color
Monochromatic Colors of #782E8A
Black with #782E8A
Text Example
Text Example
White with #782E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782E8A; }
p { color: rgb(120,46,138); }
H1.HeaderClassName
{
color: #782E8A;
}
.AnyTagClassName
{
color: #782E8A;
}
</style>
background-color css
<style>
a { background-color: #782E8A; }
a { background-color: rgb(120,46,138); }
div.DivClassName
{
background-color: #782E8A;
}
.BgClassName
{
background-color: #782E8A;
}
</style>
border-color css
<style>
span { border-color: #782E8A; }
span { border-color: rgb(120,46,138); }
td.TdClassName
{
border-color: #782E8A;
}
.TagClassName
{
border-color: #782E8A;
}
</style>