Shades of Blue Violet #7828DA
Tints of Blue Violet #7828DA
RGB
CMYK
RGB Variations
Color information
#7828DA (or 0x7828DA) is known color: Blue Violet. HEX triplet: 78, 28 and DA. RGB value is (120,40,218). Sum of RGB (Red+Green+Blue) = 120+40+218=378 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.75% from 378); Green value is 40 (16.02% from 255 or 10.58% from 378); Blue value is 218 (85.55% from 255 or 57.67% from 378); Max value from RGB is 218 - color contains mainly: blue. Hex color #7828DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7828DA is #87D725. Grayscale: #535353. Windows color (decimal): -8902438 or 14297208. OLE color: 14297208.
HSL color Cylindrical-coordinate representation of color #7828DA: hue angle of 266.97º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7828DA is Cyan = 0.45, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 120 | 40 | 218 | - |
| CMYK | 0.45 | 0.82 | 0 | 0.15 |
| HSL | 266.97º | 0.71% | 0.51% | - |
| HSV(B) | 266.97º | 0.82% | 0.85% | - |
| XYZ | 21.16 | 10.57 | 67.26 | - |
| YUV | 84.21 | 203.5 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 40 | 218 | 0.45 | 0.82 | 0 | 0.15 | 266.97 | 0.71 | 0.51 |
| Hex | 78 | 28 | DA | 2D | 52 | 0 | F | 10B | 47 | 33 |
| Octal | 170 | 50 | 332 | 55 | 122 | 0 | 17 | 413 | 107 | 63 |
| Binary | 1111000 | 101000 | 11011010 | 101101 | 1010010 | 0 | 1111 | 100001011 | 1000111 | 110011 |
Color Harmonies of #7828DA
Complementary color
Monochromatic Colors of #7828DA
Black with #7828DA
Text Example
Text Example
White with #7828DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7828DA; }
p { color: rgb(120,40,218); }
H1.HeaderClassName
{
color: #7828DA;
}
.AnyTagClassName
{
color: #7828DA;
}
</style>
background-color css
<style>
a { background-color: #7828DA; }
a { background-color: rgb(120,40,218); }
div.DivClassName
{
background-color: #7828DA;
}
.BgClassName
{
background-color: #7828DA;
}
</style>
border-color css
<style>
span { border-color: #7828DA; }
span { border-color: rgb(120,40,218); }
td.TdClassName
{
border-color: #7828DA;
}
.TagClassName
{
border-color: #7828DA;
}
</style>