Shades of Blue Violet #7825DB
Tints of Blue Violet #7825DB
RGB
CMYK
RGB Variations
Color information
#7825DB (or 0x7825DB) is known color: Blue Violet. HEX triplet: 78, 25 and DB. RGB value is (120,37,219). Sum of RGB (Red+Green+Blue) = 120+37+219=376 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.91% from 376); Green value is 37 (14.84% from 255 or 9.84% from 376); Blue value is 219 (85.94% from 255 or 58.24% from 376); Max value from RGB is 219 - color contains mainly: blue. Hex color #7825DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7825DB is #87DA24. Grayscale: #515151. Windows color (decimal): -8903205 or 14361976. OLE color: 14361976.
HSL color Cylindrical-coordinate representation of color #7825DB: hue angle of 267.36º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7825DB is Cyan = 0.45, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 37 | 219 | - |
| CMYK | 0.45 | 0.83 | 0 | 0.14 |
| HSL | 267.36º | 0.72% | 0.5% | - |
| HSV(B) | 267.36º | 0.83% | 0.86% | - |
| XYZ | 21.19 | 10.43 | 67.91 | - |
| YUV | 82.57 | 205 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 37 | 219 | 0.45 | 0.83 | 0 | 0.14 | 267.36 | 0.72 | 0.5 |
| Hex | 78 | 25 | DB | 2D | 53 | 0 | E | 10B | 48 | 32 |
| Octal | 170 | 45 | 333 | 55 | 123 | 0 | 16 | 413 | 110 | 62 |
| Binary | 1111000 | 100101 | 11011011 | 101101 | 1010011 | 0 | 1110 | 100001011 | 1001000 | 110010 |
Color Harmonies of #7825DB
Complementary color
Monochromatic Colors of #7825DB
Black with #7825DB
Text Example
Text Example
White with #7825DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7825DB; }
p { color: rgb(120,37,219); }
H1.HeaderClassName
{
color: #7825DB;
}
.AnyTagClassName
{
color: #7825DB;
}
</style>
background-color css
<style>
a { background-color: #7825DB; }
a { background-color: rgb(120,37,219); }
div.DivClassName
{
background-color: #7825DB;
}
.BgClassName
{
background-color: #7825DB;
}
</style>
border-color css
<style>
span { border-color: #7825DB; }
span { border-color: rgb(120,37,219); }
td.TdClassName
{
border-color: #7825DB;
}
.TagClassName
{
border-color: #7825DB;
}
</style>