Shades of Blue Violet #7133EA
Tints of Blue Violet #7133EA
RGB
CMYK
RGB Variations
Color information
#7133EA (or 0x7133EA) is known color: Blue Violet. HEX triplet: 71, 33 and EA. RGB value is (113,51,234). Sum of RGB (Red+Green+Blue) = 113+51+234=398 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.39% from 398); Green value is 51 (20.31% from 255 or 12.81% from 398); Blue value is 234 (91.80% from 255 or 58.79% from 398); Max value from RGB is 234 - color contains mainly: blue. Hex color #7133EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7133EA is #8ECC15. Grayscale: #595959. Windows color (decimal): -9358358 or 15348593. OLE color: 15348593.
HSL color Cylindrical-coordinate representation of color #7133EA: hue angle of 260.33º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7133EA is Cyan = 0.52, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 113 | 51 | 234 | - |
| CMYK | 0.52 | 0.78 | 0 | 0.08 |
| HSL | 260.33º | 0.81% | 0.56% | - |
| HSV(B) | 260.33º | 0.78% | 0.92% | - |
| XYZ | 22.85 | 11.82 | 78.92 | - |
| YUV | 90.4 | 209.04 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 51 | 234 | 0.52 | 0.78 | 0 | 0.08 | 260.33 | 0.81 | 0.56 |
| Hex | 71 | 33 | EA | 34 | 4E | 0 | 8 | 104 | 51 | 38 |
| Octal | 161 | 63 | 352 | 64 | 116 | 0 | 10 | 404 | 121 | 70 |
| Binary | 1110001 | 110011 | 11101010 | 110100 | 1001110 | 0 | 1000 | 100000100 | 1010001 | 111000 |
Color Harmonies of #7133EA
Complementary color
Monochromatic Colors of #7133EA
Black with #7133EA
Text Example
Text Example
White with #7133EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7133EA; }
p { color: rgb(113,51,234); }
H1.HeaderClassName
{
color: #7133EA;
}
.AnyTagClassName
{
color: #7133EA;
}
</style>
background-color css
<style>
a { background-color: #7133EA; }
a { background-color: rgb(113,51,234); }
div.DivClassName
{
background-color: #7133EA;
}
.BgClassName
{
background-color: #7133EA;
}
</style>
border-color css
<style>
span { border-color: #7133EA; }
span { border-color: rgb(113,51,234); }
td.TdClassName
{
border-color: #7133EA;
}
.TagClassName
{
border-color: #7133EA;
}
</style>