Shades of Blue Violet #7825FE
Tints of Blue Violet #7825FE
RGB
CMYK
RGB Variations
Color information
#7825FE (or 0x7825FE) is known color: Blue Violet. HEX triplet: 78, 25 and FE. RGB value is (120,37,254). Sum of RGB (Red+Green+Blue) = 120+37+254=411 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.20% from 411); Green value is 37 (14.84% from 255 or 9.00% from 411); Blue value is 254 (99.61% from 255 or 61.80% from 411); Max value from RGB is 254 - color contains mainly: blue. Hex color #7825FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7825FE is #87DA01. Grayscale: #555555. Windows color (decimal): -8903170 or 16655736. OLE color: 16655736.
HSL color Cylindrical-coordinate representation of color #7825FE: hue angle of 262.95º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7825FE is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 120 | 37 | 254 | - |
| CMYK | 0.53 | 0.85 | 0 | 0.00 |
| HSL | 262.95º | 0.99% | 0.57% | - |
| HSV(B) | 262.95º | 0.85% | 1% | - |
| XYZ | 26.3 | 12.47 | 94.79 | - |
| YUV | 86.56 | 222.5 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 37 | 254 | 0.53 | 0.85 | 0 | 0.00 | 262.95 | 0.99 | 0.57 |
| Hex | 78 | 25 | FE | 35 | 55 | 0 | 0 | 107 | 63 | 39 |
| Octal | 170 | 45 | 376 | 65 | 125 | 0 | 0 | 407 | 143 | 71 |
| Binary | 1111000 | 100101 | 11111110 | 110101 | 1010101 | 0 | 0 | 100000111 | 1100011 | 111001 |
Color Harmonies of #7825FE
Complementary color
Monochromatic Colors of #7825FE
Black with #7825FE
Text Example
Text Example
White with #7825FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7825FE; }
p { color: rgb(120,37,254); }
H1.HeaderClassName
{
color: #7825FE;
}
.AnyTagClassName
{
color: #7825FE;
}
</style>
background-color css
<style>
a { background-color: #7825FE; }
a { background-color: rgb(120,37,254); }
div.DivClassName
{
background-color: #7825FE;
}
.BgClassName
{
background-color: #7825FE;
}
</style>
border-color css
<style>
span { border-color: #7825FE; }
span { border-color: rgb(120,37,254); }
td.TdClassName
{
border-color: #7825FE;
}
.TagClassName
{
border-color: #7825FE;
}
</style>