Shades of Blue Violet #7036DF
Tints of Blue Violet #7036DF
RGB
CMYK
RGB Variations
Color information
#7036DF (or 0x7036DF) is known color: Blue Violet. HEX triplet: 70, 36 and DF. RGB value is (112,54,223). Sum of RGB (Red+Green+Blue) = 112+54+223=389 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.79% from 389); Green value is 54 (21.48% from 255 or 13.88% from 389); Blue value is 223 (87.5% from 255 or 57.33% from 389); Max value from RGB is 223 - color contains mainly: blue. Hex color #7036DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7036DF is #8FC920. Grayscale: #595959. Windows color (decimal): -9423137 or 14628464. OLE color: 14628464.
HSL color Cylindrical-coordinate representation of color #7036DF: hue angle of 260.59º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7036DF is Cyan = 0.50, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 54 | 223 | - |
| CMYK | 0.50 | 0.76 | 0 | 0.13 |
| HSL | 260.59º | 0.73% | 0.54% | - |
| HSV(B) | 260.59º | 0.76% | 0.87% | - |
| XYZ | 21.32 | 11.41 | 70.89 | - |
| YUV | 90.61 | 202.72 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 54 | 223 | 0.50 | 0.76 | 0 | 0.13 | 260.59 | 0.73 | 0.54 |
| Hex | 70 | 36 | DF | 32 | 4C | 0 | D | 105 | 49 | 36 |
| Octal | 160 | 66 | 337 | 62 | 114 | 0 | 15 | 405 | 111 | 66 |
| Binary | 1110000 | 110110 | 11011111 | 110010 | 1001100 | 0 | 1101 | 100000101 | 1001001 | 110110 |
Color Harmonies of #7036DF
Complementary color
Monochromatic Colors of #7036DF
Black with #7036DF
Text Example
Text Example
White with #7036DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7036DF; }
p { color: rgb(112,54,223); }
H1.HeaderClassName
{
color: #7036DF;
}
.AnyTagClassName
{
color: #7036DF;
}
</style>
background-color css
<style>
a { background-color: #7036DF; }
a { background-color: rgb(112,54,223); }
div.DivClassName
{
background-color: #7036DF;
}
.BgClassName
{
background-color: #7036DF;
}
</style>
border-color css
<style>
span { border-color: #7036DF; }
span { border-color: rgb(112,54,223); }
td.TdClassName
{
border-color: #7036DF;
}
.TagClassName
{
border-color: #7036DF;
}
</style>