Shades of Blue Violet #7824F8
Tints of Blue Violet #7824F8
RGB
CMYK
RGB Variations
Color information
#7824F8 (or 0x7824F8) is known color: Blue Violet. HEX triplet: 78, 24 and F8. RGB value is (120,36,248). Sum of RGB (Red+Green+Blue) = 120+36+248=404 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.70% from 404); Green value is 36 (14.45% from 255 or 8.91% from 404); Blue value is 248 (97.27% from 255 or 61.39% from 404); Max value from RGB is 248 - color contains mainly: blue. Hex color #7824F8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7824F8 is #87DB07. Grayscale: #545454. Windows color (decimal): -8903432 or 16262264. OLE color: 16262264.
HSL color Cylindrical-coordinate representation of color #7824F8: hue angle of 263.77º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7824F8 is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 120 | 36 | 248 | - |
| CMYK | 0.52 | 0.85 | 0 | 0.03 |
| HSL | 263.77º | 0.94% | 0.56% | - |
| HSV(B) | 263.77º | 0.85% | 0.97% | - |
| XYZ | 25.32 | 12.03 | 89.79 | - |
| YUV | 85.28 | 219.83 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 36 | 248 | 0.52 | 0.85 | 0 | 0.03 | 263.77 | 0.94 | 0.56 |
| Hex | 78 | 24 | F8 | 34 | 55 | 0 | 3 | 108 | 5E | 38 |
| Octal | 170 | 44 | 370 | 64 | 125 | 0 | 3 | 410 | 136 | 70 |
| Binary | 1111000 | 100100 | 11111000 | 110100 | 1010101 | 0 | 11 | 100001000 | 1011110 | 111000 |
Color Harmonies of #7824F8
Complementary color
Monochromatic Colors of #7824F8
Black with #7824F8
Text Example
Text Example
White with #7824F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7824F8; }
p { color: rgb(120,36,248); }
H1.HeaderClassName
{
color: #7824F8;
}
.AnyTagClassName
{
color: #7824F8;
}
</style>
background-color css
<style>
a { background-color: #7824F8; }
a { background-color: rgb(120,36,248); }
div.DivClassName
{
background-color: #7824F8;
}
.BgClassName
{
background-color: #7824F8;
}
</style>
border-color css
<style>
span { border-color: #7824F8; }
span { border-color: rgb(120,36,248); }
td.TdClassName
{
border-color: #7824F8;
}
.TagClassName
{
border-color: #7824F8;
}
</style>