Shades of Vivid Violet #7825A2
Tints of Vivid Violet #7825A2
RGB
CMYK
RGB Variations
Color information
#7825A2 (or 0x7825A2) is known color: Vivid Violet. HEX triplet: 78, 25 and A2. RGB value is (120,37,162). Sum of RGB (Red+Green+Blue) = 120+37+162=319 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.62% from 319); Green value is 37 (14.84% from 255 or 11.60% from 319); Blue value is 162 (63.67% from 255 or 50.78% from 319); Max value from RGB is 162 - color contains mainly: blue. Hex color #7825A2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7825A2 is #87DA5D. Grayscale: #4B4B4B. Windows color (decimal): -8903262 or 10626424. OLE color: 10626424.
HSL color Cylindrical-coordinate representation of color #7825A2: hue angle of 279.84º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7825A2 is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 120 | 37 | 162 | - |
| CMYK | 0.26 | 0.77 | 0 | 0.36 |
| HSL | 279.84º | 0.63% | 0.39% | - |
| HSV(B) | 279.84º | 0.77% | 0.64% | - |
| XYZ | 14.93 | 7.92 | 34.93 | - |
| YUV | 76.07 | 176.5 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 37 | 162 | 0.26 | 0.77 | 0 | 0.36 | 279.84 | 0.63 | 0.39 |
| Hex | 78 | 25 | A2 | 1A | 4D | 0 | 24 | 118 | 3F | 27 |
| Octal | 170 | 45 | 242 | 32 | 115 | 0 | 44 | 430 | 77 | 47 |
| Binary | 1111000 | 100101 | 10100010 | 11010 | 1001101 | 0 | 100100 | 100011000 | 111111 | 100111 |
Color Harmonies of #7825A2
Complementary color
Monochromatic Colors of #7825A2
Black with #7825A2
Text Example
Text Example
White with #7825A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7825A2; }
p { color: rgb(120,37,162); }
H1.HeaderClassName
{
color: #7825A2;
}
.AnyTagClassName
{
color: #7825A2;
}
</style>
background-color css
<style>
a { background-color: #7825A2; }
a { background-color: rgb(120,37,162); }
div.DivClassName
{
background-color: #7825A2;
}
.BgClassName
{
background-color: #7825A2;
}
</style>
border-color css
<style>
span { border-color: #7825A2; }
span { border-color: rgb(120,37,162); }
td.TdClassName
{
border-color: #7825A2;
}
.TagClassName
{
border-color: #7825A2;
}
</style>