Shades of Vivid Violet #782385
Tints of Vivid Violet #782385
RGB
CMYK
RGB Variations
Color information
#782385 (or 0x782385) is known color: Vivid Violet. HEX triplet: 78, 23 and 85. RGB value is (120,35,133). Sum of RGB (Red+Green+Blue) = 120+35+133=288 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.67% from 288); Green value is 35 (14.06% from 255 or 12.15% from 288); Blue value is 133 (52.34% from 255 or 46.18% from 288); Max value from RGB is 133 - color contains mainly: blue. Hex color #782385 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #782385 is #87DC7A. Grayscale: #474747. Windows color (decimal): -8903803 or 8725368. OLE color: 8725368.
HSL color Cylindrical-coordinate representation of color #782385: hue angle of 292.04º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #782385 is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 120 | 35 | 133 | - |
| CMYK | 0.10 | 0.74 | 0 | 0.48 |
| HSL | 292.04º | 0.58% | 0.33% | - |
| HSV(B) | 292.04º | 0.74% | 0.52% | - |
| XYZ | 12.58 | 6.89 | 22.86 | - |
| YUV | 71.59 | 162.66 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 35 | 133 | 0.10 | 0.74 | 0 | 0.48 | 292.04 | 0.58 | 0.33 |
| Hex | 78 | 23 | 85 | A | 4A | 0 | 30 | 124 | 3A | 21 |
| Octal | 170 | 43 | 205 | 12 | 112 | 0 | 60 | 444 | 72 | 41 |
| Binary | 1111000 | 100011 | 10000101 | 1010 | 1001010 | 0 | 110000 | 100100100 | 111010 | 100001 |
Color Harmonies of #782385
Complementary color
Monochromatic Colors of #782385
Black with #782385
Text Example
Text Example
White with #782385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782385; }
p { color: rgb(120,35,133); }
H1.HeaderClassName
{
color: #782385;
}
.AnyTagClassName
{
color: #782385;
}
</style>
background-color css
<style>
a { background-color: #782385; }
a { background-color: rgb(120,35,133); }
div.DivClassName
{
background-color: #782385;
}
.BgClassName
{
background-color: #782385;
}
</style>
border-color css
<style>
span { border-color: #782385; }
span { border-color: rgb(120,35,133); }
td.TdClassName
{
border-color: #782385;
}
.TagClassName
{
border-color: #782385;
}
</style>