Shades of Blue Violet #7136EE
Tints of Blue Violet #7136EE
RGB
CMYK
RGB Variations
Color information
#7136EE (or 0x7136EE) is known color: Blue Violet. HEX triplet: 71, 36 and EE. RGB value is (113,54,238). Sum of RGB (Red+Green+Blue) = 113+54+238=405 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.90% from 405); Green value is 54 (21.48% from 255 or 13.33% from 405); Blue value is 238 (93.36% from 255 or 58.77% from 405); Max value from RGB is 238 - color contains mainly: blue. Hex color #7136EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7136EE is #8EC911. Grayscale: #5B5B5B. Windows color (decimal): -9357586 or 15611505. OLE color: 15611505.
HSL color Cylindrical-coordinate representation of color #7136EE: hue angle of 259.24º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7136EE is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 54 | 238 | - |
| CMYK | 0.53 | 0.77 | 0 | 0.07 |
| HSL | 259.24º | 0.84% | 0.57% | - |
| HSV(B) | 259.24º | 0.77% | 0.93% | - |
| XYZ | 23.56 | 12.32 | 82.03 | - |
| YUV | 92.62 | 210.05 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 54 | 238 | 0.53 | 0.77 | 0 | 0.07 | 259.24 | 0.84 | 0.57 |
| Hex | 71 | 36 | EE | 35 | 4D | 0 | 7 | 103 | 54 | 39 |
| Octal | 161 | 66 | 356 | 65 | 115 | 0 | 7 | 403 | 124 | 71 |
| Binary | 1110001 | 110110 | 11101110 | 110101 | 1001101 | 0 | 111 | 100000011 | 1010100 | 111001 |
Color Harmonies of #7136EE
Complementary color
Monochromatic Colors of #7136EE
Black with #7136EE
Text Example
Text Example
White with #7136EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7136EE; }
p { color: rgb(113,54,238); }
H1.HeaderClassName
{
color: #7136EE;
}
.AnyTagClassName
{
color: #7136EE;
}
</style>
background-color css
<style>
a { background-color: #7136EE; }
a { background-color: rgb(113,54,238); }
div.DivClassName
{
background-color: #7136EE;
}
.BgClassName
{
background-color: #7136EE;
}
</style>
border-color css
<style>
span { border-color: #7136EE; }
span { border-color: rgb(113,54,238); }
td.TdClassName
{
border-color: #7136EE;
}
.TagClassName
{
border-color: #7136EE;
}
</style>