Shades of Blue Violet #7033F8
Tints of Blue Violet #7033F8
RGB
CMYK
RGB Variations
Color information
#7033F8 (or 0x7033F8) is known color: Blue Violet. HEX triplet: 70, 33 and F8. RGB value is (112,51,248). Sum of RGB (Red+Green+Blue) = 112+51+248=411 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.25% from 411); Green value is 51 (20.31% from 255 or 12.41% from 411); Blue value is 248 (97.27% from 255 or 60.34% from 411); Max value from RGB is 248 - color contains mainly: blue. Hex color #7033F8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7033F8 is #8FCC07. Grayscale: #5A5A5A. Windows color (decimal): -9423880 or 16266096. OLE color: 16266096.
HSL color Cylindrical-coordinate representation of color #7033F8: hue angle of 258.58º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7033F8 is Cyan = 0.55, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 112 | 51 | 248 | - |
| CMYK | 0.55 | 0.79 | 0 | 0.03 |
| HSL | 258.58º | 0.93% | 0.59% | - |
| HSV(B) | 258.58º | 0.79% | 0.97% | - |
| XYZ | 24.81 | 12.59 | 89.93 | - |
| YUV | 91.7 | 216.21 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 51 | 248 | 0.55 | 0.79 | 0 | 0.03 | 258.58 | 0.93 | 0.59 |
| Hex | 70 | 33 | F8 | 37 | 4F | 0 | 3 | 103 | 5D | 3B |
| Octal | 160 | 63 | 370 | 67 | 117 | 0 | 3 | 403 | 135 | 73 |
| Binary | 1110000 | 110011 | 11111000 | 110111 | 1001111 | 0 | 11 | 100000011 | 1011101 | 111011 |
Color Harmonies of #7033F8
Complementary color
Monochromatic Colors of #7033F8
Black with #7033F8
Text Example
Text Example
White with #7033F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7033F8; }
p { color: rgb(112,51,248); }
H1.HeaderClassName
{
color: #7033F8;
}
.AnyTagClassName
{
color: #7033F8;
}
</style>
background-color css
<style>
a { background-color: #7033F8; }
a { background-color: rgb(112,51,248); }
div.DivClassName
{
background-color: #7033F8;
}
.BgClassName
{
background-color: #7033F8;
}
</style>
border-color css
<style>
span { border-color: #7033F8; }
span { border-color: rgb(112,51,248); }
td.TdClassName
{
border-color: #7033F8;
}
.TagClassName
{
border-color: #7033F8;
}
</style>