Shades of Blue Violet #7021DF
Tints of Blue Violet #7021DF
RGB
CMYK
RGB Variations
Color information
#7021DF (or 0x7021DF) is known color: Blue Violet. HEX triplet: 70, 21 and DF. RGB value is (112,33,223). Sum of RGB (Red+Green+Blue) = 112+33+223=368 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.43% from 368); Green value is 33 (13.28% from 255 or 8.97% from 368); Blue value is 223 (87.5% from 255 or 60.60% from 368); Max value from RGB is 223 - color contains mainly: blue. Hex color #7021DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7021DF is #8FDE20. Grayscale: #4D4D4D. Windows color (decimal): -9428513 or 14623088. OLE color: 14623088.
HSL color Cylindrical-coordinate representation of color #7021DF: hue angle of 264.95º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7021DF is Cyan = 0.50, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 33 | 223 | - |
| CMYK | 0.50 | 0.85 | 0 | 0.13 |
| HSL | 264.95º | 0.75% | 0.5% | - |
| HSV(B) | 264.95º | 0.85% | 0.87% | - |
| XYZ | 20.55 | 9.86 | 70.63 | - |
| YUV | 78.28 | 209.67 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 33 | 223 | 0.50 | 0.85 | 0 | 0.13 | 264.95 | 0.75 | 0.5 |
| Hex | 70 | 21 | DF | 32 | 55 | 0 | D | 109 | 4B | 32 |
| Octal | 160 | 41 | 337 | 62 | 125 | 0 | 15 | 411 | 113 | 62 |
| Binary | 1110000 | 100001 | 11011111 | 110010 | 1010101 | 0 | 1101 | 100001001 | 1001011 | 110010 |
Color Harmonies of #7021DF
Complementary color
Monochromatic Colors of #7021DF
Black with #7021DF
Text Example
Text Example
White with #7021DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7021DF; }
p { color: rgb(112,33,223); }
H1.HeaderClassName
{
color: #7021DF;
}
.AnyTagClassName
{
color: #7021DF;
}
</style>
background-color css
<style>
a { background-color: #7021DF; }
a { background-color: rgb(112,33,223); }
div.DivClassName
{
background-color: #7021DF;
}
.BgClassName
{
background-color: #7021DF;
}
</style>
border-color css
<style>
span { border-color: #7021DF; }
span { border-color: rgb(112,33,223); }
td.TdClassName
{
border-color: #7021DF;
}
.TagClassName
{
border-color: #7021DF;
}
</style>