Shades of Blue Violet #7824F1
Tints of Blue Violet #7824F1
RGB
CMYK
RGB Variations
Color information
#7824F1 (or 0x7824F1) is known color: Blue Violet. HEX triplet: 78, 24 and F1. RGB value is (120,36,241). Sum of RGB (Red+Green+Blue) = 120+36+241=397 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.23% from 397); Green value is 36 (14.45% from 255 or 9.07% from 397); Blue value is 241 (94.53% from 255 or 60.71% from 397); Max value from RGB is 241 - color contains mainly: blue. Hex color #7824F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7824F1 is #87DB0E. Grayscale: #535353. Windows color (decimal): -8903439 or 15803512. OLE color: 15803512.
HSL color Cylindrical-coordinate representation of color #7824F1: hue angle of 264.59º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7824F1 is Cyan = 0.50, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 120 | 36 | 241 | - |
| CMYK | 0.50 | 0.85 | 0 | 0.05 |
| HSL | 264.59º | 0.88% | 0.54% | - |
| HSV(B) | 264.59º | 0.85% | 0.95% | - |
| XYZ | 24.25 | 11.61 | 84.18 | - |
| YUV | 84.49 | 216.33 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 36 | 241 | 0.50 | 0.85 | 0 | 0.05 | 264.59 | 0.88 | 0.54 |
| Hex | 78 | 24 | F1 | 32 | 55 | 0 | 5 | 109 | 58 | 36 |
| Octal | 170 | 44 | 361 | 62 | 125 | 0 | 5 | 411 | 130 | 66 |
| Binary | 1111000 | 100100 | 11110001 | 110010 | 1010101 | 0 | 101 | 100001001 | 1011000 | 110110 |
Color Harmonies of #7824F1
Complementary color
Monochromatic Colors of #7824F1
Black with #7824F1
Text Example
Text Example
White with #7824F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7824F1; }
p { color: rgb(120,36,241); }
H1.HeaderClassName
{
color: #7824F1;
}
.AnyTagClassName
{
color: #7824F1;
}
</style>
background-color css
<style>
a { background-color: #7824F1; }
a { background-color: rgb(120,36,241); }
div.DivClassName
{
background-color: #7824F1;
}
.BgClassName
{
background-color: #7824F1;
}
</style>
border-color css
<style>
span { border-color: #7824F1; }
span { border-color: rgb(120,36,241); }
td.TdClassName
{
border-color: #7824F1;
}
.TagClassName
{
border-color: #7824F1;
}
</style>