Shades of Vivid Violet #7828A5
Tints of Vivid Violet #7828A5
RGB
CMYK
RGB Variations
Color information
#7828A5 (or 0x7828A5) is known color: Vivid Violet. HEX triplet: 78, 28 and A5. RGB value is (120,40,165). Sum of RGB (Red+Green+Blue) = 120+40+165=325 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.92% from 325); Green value is 40 (16.02% from 255 or 12.31% from 325); Blue value is 165 (64.84% from 255 or 50.77% from 325); Max value from RGB is 165 - color contains mainly: blue. Hex color #7828A5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7828A5 is #87D75A. Grayscale: #4D4D4D. Windows color (decimal): -8902491 or 10823800. OLE color: 10823800.
HSL color Cylindrical-coordinate representation of color #7828A5: hue angle of 278.4º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7828A5 is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 120 | 40 | 165 | - |
| CMYK | 0.27 | 0.76 | 0 | 0.35 |
| HSL | 278.4º | 0.61% | 0.4% | - |
| HSV(B) | 278.4º | 0.76% | 0.65% | - |
| XYZ | 15.3 | 8.23 | 36.38 | - |
| YUV | 78.17 | 177 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 40 | 165 | 0.27 | 0.76 | 0 | 0.35 | 278.4 | 0.61 | 0.4 |
| Hex | 78 | 28 | A5 | 1B | 4C | 0 | 23 | 116 | 3D | 28 |
| Octal | 170 | 50 | 245 | 33 | 114 | 0 | 43 | 426 | 75 | 50 |
| Binary | 1111000 | 101000 | 10100101 | 11011 | 1001100 | 0 | 100011 | 100010110 | 111101 | 101000 |
Color Harmonies of #7828A5
Complementary color
Monochromatic Colors of #7828A5
Black with #7828A5
Text Example
Text Example
White with #7828A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7828A5; }
p { color: rgb(120,40,165); }
H1.HeaderClassName
{
color: #7828A5;
}
.AnyTagClassName
{
color: #7828A5;
}
</style>
background-color css
<style>
a { background-color: #7828A5; }
a { background-color: rgb(120,40,165); }
div.DivClassName
{
background-color: #7828A5;
}
.BgClassName
{
background-color: #7828A5;
}
</style>
border-color css
<style>
span { border-color: #7828A5; }
span { border-color: rgb(120,40,165); }
td.TdClassName
{
border-color: #7828A5;
}
.TagClassName
{
border-color: #7828A5;
}
</style>