Shades of Vivid Violet #782584
Tints of Vivid Violet #782584
RGB
CMYK
RGB Variations
Color information
#782584 (or 0x782584) is known color: Vivid Violet. HEX triplet: 78, 25 and 84. RGB value is (120,37,132). Sum of RGB (Red+Green+Blue) = 120+37+132=289 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.52% from 289); Green value is 37 (14.84% from 255 or 12.80% from 289); Blue value is 132 (51.95% from 255 or 45.67% from 289); Max value from RGB is 132 - color contains mainly: blue. Hex color #782584 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #782584 is #87DA7B. Grayscale: #484848. Windows color (decimal): -8903292 or 8660344. OLE color: 8660344.
HSL color Cylindrical-coordinate representation of color #782584: hue angle of 292.42º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #782584 is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 120 | 37 | 132 | - |
| CMYK | 0.09 | 0.72 | 0 | 0.48 |
| HSL | 292.42º | 0.56% | 0.33% | - |
| HSV(B) | 292.42º | 0.72% | 0.52% | - |
| XYZ | 12.57 | 6.98 | 22.51 | - |
| YUV | 72.65 | 161.5 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 37 | 132 | 0.09 | 0.72 | 0 | 0.48 | 292.42 | 0.56 | 0.33 |
| Hex | 78 | 25 | 84 | 9 | 48 | 0 | 30 | 124 | 38 | 21 |
| Octal | 170 | 45 | 204 | 11 | 110 | 0 | 60 | 444 | 70 | 41 |
| Binary | 1111000 | 100101 | 10000100 | 1001 | 1001000 | 0 | 110000 | 100100100 | 111000 | 100001 |
Color Harmonies of #782584
Complementary color
Monochromatic Colors of #782584
Black with #782584
Text Example
Text Example
White with #782584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782584; }
p { color: rgb(120,37,132); }
H1.HeaderClassName
{
color: #782584;
}
.AnyTagClassName
{
color: #782584;
}
</style>
background-color css
<style>
a { background-color: #782584; }
a { background-color: rgb(120,37,132); }
div.DivClassName
{
background-color: #782584;
}
.BgClassName
{
background-color: #782584;
}
</style>
border-color css
<style>
span { border-color: #782584; }
span { border-color: rgb(120,37,132); }
td.TdClassName
{
border-color: #782584;
}
.TagClassName
{
border-color: #782584;
}
</style>