Shades of Blue Violet #7023DF
Tints of Blue Violet #7023DF
RGB
CMYK
RGB Variations
Color information
#7023DF (or 0x7023DF) is known color: Blue Violet. HEX triplet: 70, 23 and DF. RGB value is (112,35,223). Sum of RGB (Red+Green+Blue) = 112+35+223=370 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.27% from 370); Green value is 35 (14.06% from 255 or 9.46% from 370); Blue value is 223 (87.5% from 255 or 60.27% from 370); Max value from RGB is 223 - color contains mainly: blue. Hex color #7023DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7023DF is #8FDC20. Grayscale: #4E4E4E. Windows color (decimal): -9428001 or 14623600. OLE color: 14623600.
HSL color Cylindrical-coordinate representation of color #7023DF: hue angle of 264.57º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7023DF is Cyan = 0.50, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 35 | 223 | - |
| CMYK | 0.50 | 0.84 | 0 | 0.13 |
| HSL | 264.57º | 0.75% | 0.51% | - |
| HSV(B) | 264.57º | 0.84% | 0.87% | - |
| XYZ | 20.6 | 9.97 | 70.65 | - |
| YUV | 79.46 | 209.01 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 35 | 223 | 0.50 | 0.84 | 0 | 0.13 | 264.57 | 0.75 | 0.51 |
| Hex | 70 | 23 | DF | 32 | 54 | 0 | D | 109 | 4B | 33 |
| Octal | 160 | 43 | 337 | 62 | 124 | 0 | 15 | 411 | 113 | 63 |
| Binary | 1110000 | 100011 | 11011111 | 110010 | 1010100 | 0 | 1101 | 100001001 | 1001011 | 110011 |
Color Harmonies of #7023DF
Complementary color
Monochromatic Colors of #7023DF
Black with #7023DF
Text Example
Text Example
White with #7023DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7023DF; }
p { color: rgb(112,35,223); }
H1.HeaderClassName
{
color: #7023DF;
}
.AnyTagClassName
{
color: #7023DF;
}
</style>
background-color css
<style>
a { background-color: #7023DF; }
a { background-color: rgb(112,35,223); }
div.DivClassName
{
background-color: #7023DF;
}
.BgClassName
{
background-color: #7023DF;
}
</style>
border-color css
<style>
span { border-color: #7023DF; }
span { border-color: rgb(112,35,223); }
td.TdClassName
{
border-color: #7023DF;
}
.TagClassName
{
border-color: #7023DF;
}
</style>