Shades of Blue Violet #7828DC
Tints of Blue Violet #7828DC
RGB
CMYK
RGB Variations
Color information
#7828DC (or 0x7828DC) is known color: Blue Violet. HEX triplet: 78, 28 and DC. RGB value is (120,40,220). Sum of RGB (Red+Green+Blue) = 120+40+220=380 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.58% from 380); Green value is 40 (16.02% from 255 or 10.53% from 380); Blue value is 220 (86.33% from 255 or 57.89% from 380); Max value from RGB is 220 - color contains mainly: blue. Hex color #7828DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7828DC is #87D723. Grayscale: #535353. Windows color (decimal): -8902436 or 14428280. OLE color: 14428280.
HSL color Cylindrical-coordinate representation of color #7828DC: hue angle of 266.67º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7828DC is Cyan = 0.45, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 40 | 220 | - |
| CMYK | 0.45 | 0.82 | 0 | 0.14 |
| HSL | 266.67º | 0.72% | 0.51% | - |
| HSV(B) | 266.67º | 0.82% | 0.86% | - |
| XYZ | 21.42 | 10.68 | 68.64 | - |
| YUV | 84.44 | 204.5 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 40 | 220 | 0.45 | 0.82 | 0 | 0.14 | 266.67 | 0.72 | 0.51 |
| Hex | 78 | 28 | DC | 2D | 52 | 0 | E | 10B | 48 | 33 |
| Octal | 170 | 50 | 334 | 55 | 122 | 0 | 16 | 413 | 110 | 63 |
| Binary | 1111000 | 101000 | 11011100 | 101101 | 1010010 | 0 | 1110 | 100001011 | 1001000 | 110011 |
Color Harmonies of #7828DC
Complementary color
Monochromatic Colors of #7828DC
Black with #7828DC
Text Example
Text Example
White with #7828DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7828DC; }
p { color: rgb(120,40,220); }
H1.HeaderClassName
{
color: #7828DC;
}
.AnyTagClassName
{
color: #7828DC;
}
</style>
background-color css
<style>
a { background-color: #7828DC; }
a { background-color: rgb(120,40,220); }
div.DivClassName
{
background-color: #7828DC;
}
.BgClassName
{
background-color: #7828DC;
}
</style>
border-color css
<style>
span { border-color: #7828DC; }
span { border-color: rgb(120,40,220); }
td.TdClassName
{
border-color: #7828DC;
}
.TagClassName
{
border-color: #7828DC;
}
</style>