Shades of Blue Violet #7136DE
Tints of Blue Violet #7136DE
RGB
CMYK
RGB Variations
Color information
#7136DE (or 0x7136DE) is known color: Blue Violet. HEX triplet: 71, 36 and DE. RGB value is (113,54,222). Sum of RGB (Red+Green+Blue) = 113+54+222=389 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.05% from 389); Green value is 54 (21.48% from 255 or 13.88% from 389); Blue value is 222 (87.11% from 255 or 57.07% from 389); Max value from RGB is 222 - color contains mainly: blue. Hex color #7136DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7136DE is #8EC921. Grayscale: #5A5A5A. Windows color (decimal): -9357602 or 14562929. OLE color: 14562929.
HSL color Cylindrical-coordinate representation of color #7136DE: hue angle of 261.07º degrees, saturation: 0.72, 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 #7136DE is Cyan = 0.49, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 54 | 222 | - |
| CMYK | 0.49 | 0.76 | 0 | 0.13 |
| HSL | 261.07º | 0.72% | 0.54% | - |
| HSV(B) | 261.07º | 0.76% | 0.87% | - |
| XYZ | 21.31 | 11.42 | 70.19 | - |
| YUV | 90.79 | 202.05 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 54 | 222 | 0.49 | 0.76 | 0 | 0.13 | 261.07 | 0.72 | 0.54 |
| Hex | 71 | 36 | DE | 31 | 4C | 0 | D | 105 | 48 | 36 |
| Octal | 161 | 66 | 336 | 61 | 114 | 0 | 15 | 405 | 110 | 66 |
| Binary | 1110001 | 110110 | 11011110 | 110001 | 1001100 | 0 | 1101 | 100000101 | 1001000 | 110110 |
Color Harmonies of #7136DE
Complementary color
Monochromatic Colors of #7136DE
Black with #7136DE
Text Example
Text Example
White with #7136DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7136DE; }
p { color: rgb(113,54,222); }
H1.HeaderClassName
{
color: #7136DE;
}
.AnyTagClassName
{
color: #7136DE;
}
</style>
background-color css
<style>
a { background-color: #7136DE; }
a { background-color: rgb(113,54,222); }
div.DivClassName
{
background-color: #7136DE;
}
.BgClassName
{
background-color: #7136DE;
}
</style>
border-color css
<style>
span { border-color: #7136DE; }
span { border-color: rgb(113,54,222); }
td.TdClassName
{
border-color: #7136DE;
}
.TagClassName
{
border-color: #7136DE;
}
</style>