Shades of Blue Violet #7024DF
Tints of Blue Violet #7024DF
RGB
CMYK
RGB Variations
Color information
#7024DF (or 0x7024DF) is known color: Blue Violet. HEX triplet: 70, 24 and DF. RGB value is (112,36,223). Sum of RGB (Red+Green+Blue) = 112+36+223=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 36 (14.45% from 255 or 9.70% from 371); Blue value is 223 (87.5% from 255 or 60.11% from 371); Max value from RGB is 223 - color contains mainly: blue. Hex color #7024DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7024DF is #8FDB20. Grayscale: #4F4F4F. Windows color (decimal): -9427745 or 14623856. OLE color: 14623856.
HSL color Cylindrical-coordinate representation of color #7024DF: hue angle of 264.39º 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 #7024DF is Cyan = 0.50, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 36 | 223 | - |
| CMYK | 0.50 | 0.84 | 0 | 0.13 |
| HSL | 264.39º | 0.75% | 0.51% | - |
| HSV(B) | 264.39º | 0.84% | 0.87% | - |
| XYZ | 20.63 | 10.03 | 70.66 | - |
| YUV | 80.04 | 208.68 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 36 | 223 | 0.50 | 0.84 | 0 | 0.13 | 264.39 | 0.75 | 0.51 |
| Hex | 70 | 24 | DF | 32 | 54 | 0 | D | 108 | 4B | 33 |
| Octal | 160 | 44 | 337 | 62 | 124 | 0 | 15 | 410 | 113 | 63 |
| Binary | 1110000 | 100100 | 11011111 | 110010 | 1010100 | 0 | 1101 | 100001000 | 1001011 | 110011 |
Color Harmonies of #7024DF
Complementary color
Monochromatic Colors of #7024DF
Black with #7024DF
Text Example
Text Example
White with #7024DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7024DF; }
p { color: rgb(112,36,223); }
H1.HeaderClassName
{
color: #7024DF;
}
.AnyTagClassName
{
color: #7024DF;
}
</style>
background-color css
<style>
a { background-color: #7024DF; }
a { background-color: rgb(112,36,223); }
div.DivClassName
{
background-color: #7024DF;
}
.BgClassName
{
background-color: #7024DF;
}
</style>
border-color css
<style>
span { border-color: #7024DF; }
span { border-color: rgb(112,36,223); }
td.TdClassName
{
border-color: #7024DF;
}
.TagClassName
{
border-color: #7024DF;
}
</style>