Shades of Blue Violet #7023E5
Tints of Blue Violet #7023E5
RGB
CMYK
RGB Variations
Color information
#7023E5 (or 0x7023E5) is known color: Blue Violet. HEX triplet: 70, 23 and E5. RGB value is (112,35,229). Sum of RGB (Red+Green+Blue) = 112+35+229=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 35 (14.06% from 255 or 9.31% from 376); Blue value is 229 (89.84% from 255 or 60.90% from 376); Max value from RGB is 229 - color contains mainly: blue. Hex color #7023E5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7023E5 is #8FDC1A. Grayscale: #4F4F4F. Windows color (decimal): -9427995 or 15016816. OLE color: 15016816.
HSL color Cylindrical-coordinate representation of color #7023E5: hue angle of 263.81º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7023E5 is Cyan = 0.51, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 112 | 35 | 229 | - |
| CMYK | 0.51 | 0.85 | 0 | 0.10 |
| HSL | 263.81º | 0.79% | 0.52% | - |
| HSV(B) | 263.81º | 0.85% | 0.9% | - |
| XYZ | 21.43 | 10.3 | 74.99 | - |
| YUV | 80.14 | 212.01 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 35 | 229 | 0.51 | 0.85 | 0 | 0.10 | 263.81 | 0.79 | 0.52 |
| Hex | 70 | 23 | E5 | 33 | 55 | 0 | A | 108 | 4F | 34 |
| Octal | 160 | 43 | 345 | 63 | 125 | 0 | 12 | 410 | 117 | 64 |
| Binary | 1110000 | 100011 | 11100101 | 110011 | 1010101 | 0 | 1010 | 100001000 | 1001111 | 110100 |
Color Harmonies of #7023E5
Complementary color
Monochromatic Colors of #7023E5
Black with #7023E5
Text Example
Text Example
White with #7023E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7023E5; }
p { color: rgb(112,35,229); }
H1.HeaderClassName
{
color: #7023E5;
}
.AnyTagClassName
{
color: #7023E5;
}
</style>
background-color css
<style>
a { background-color: #7023E5; }
a { background-color: rgb(112,35,229); }
div.DivClassName
{
background-color: #7023E5;
}
.BgClassName
{
background-color: #7023E5;
}
</style>
border-color css
<style>
span { border-color: #7023E5; }
span { border-color: rgb(112,35,229); }
td.TdClassName
{
border-color: #7023E5;
}
.TagClassName
{
border-color: #7023E5;
}
</style>