Shades of Blue Violet #7825F1
Tints of Blue Violet #7825F1
RGB
CMYK
RGB Variations
Color information
#7825F1 (or 0x7825F1) is known color: Blue Violet. HEX triplet: 78, 25 and F1. RGB value is (120,37,241). Sum of RGB (Red+Green+Blue) = 120+37+241=398 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.15% from 398); Green value is 37 (14.84% from 255 or 9.30% from 398); Blue value is 241 (94.53% from 255 or 60.55% from 398); Max value from RGB is 241 - color contains mainly: blue. Hex color #7825F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7825F1 is #87DA0E. Grayscale: #545454. Windows color (decimal): -8903183 or 15803768. OLE color: 15803768.
HSL color Cylindrical-coordinate representation of color #7825F1: hue angle of 264.41º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7825F1 is Cyan = 0.50, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 120 | 37 | 241 | - |
| CMYK | 0.50 | 0.85 | 0 | 0.05 |
| HSL | 264.41º | 0.88% | 0.55% | - |
| HSV(B) | 264.41º | 0.85% | 0.95% | - |
| XYZ | 24.28 | 11.67 | 84.19 | - |
| YUV | 85.07 | 216 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 37 | 241 | 0.50 | 0.85 | 0 | 0.05 | 264.41 | 0.88 | 0.55 |
| Hex | 78 | 25 | F1 | 32 | 55 | 0 | 5 | 108 | 58 | 37 |
| Octal | 170 | 45 | 361 | 62 | 125 | 0 | 5 | 410 | 130 | 67 |
| Binary | 1111000 | 100101 | 11110001 | 110010 | 1010101 | 0 | 101 | 100001000 | 1011000 | 110111 |
Color Harmonies of #7825F1
Complementary color
Monochromatic Colors of #7825F1
Black with #7825F1
Text Example
Text Example
White with #7825F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7825F1; }
p { color: rgb(120,37,241); }
H1.HeaderClassName
{
color: #7825F1;
}
.AnyTagClassName
{
color: #7825F1;
}
</style>
background-color css
<style>
a { background-color: #7825F1; }
a { background-color: rgb(120,37,241); }
div.DivClassName
{
background-color: #7825F1;
}
.BgClassName
{
background-color: #7825F1;
}
</style>
border-color css
<style>
span { border-color: #7825F1; }
span { border-color: rgb(120,37,241); }
td.TdClassName
{
border-color: #7825F1;
}
.TagClassName
{
border-color: #7825F1;
}
</style>