Shades of Blue Violet #713CEB
Tints of Blue Violet #713CEB
RGB
CMYK
RGB Variations
Color information
#713CEB (or 0x713CEB) is known color: Blue Violet. HEX triplet: 71, 3C and EB. RGB value is (113,60,235). Sum of RGB (Red+Green+Blue) = 113+60+235=408 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.70% from 408); Green value is 60 (23.83% from 255 or 14.71% from 408); Blue value is 235 (92.19% from 255 or 57.60% from 408); Max value from RGB is 235 - color contains mainly: blue. Hex color #713CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #713CEB is #8EC314. Grayscale: #5F5F5F. Windows color (decimal): -9356053 or 15416433. OLE color: 15416433.
HSL color Cylindrical-coordinate representation of color #713CEB: hue angle of 258.17º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #713CEB is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 113 | 60 | 235 | - |
| CMYK | 0.52 | 0.74 | 0 | 0.08 |
| HSL | 258.17º | 0.81% | 0.58% | - |
| HSV(B) | 258.17º | 0.74% | 0.92% | - |
| XYZ | 23.42 | 12.74 | 79.82 | - |
| YUV | 95.8 | 206.56 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 60 | 235 | 0.52 | 0.74 | 0 | 0.08 | 258.17 | 0.81 | 0.58 |
| Hex | 71 | 3C | EB | 34 | 4A | 0 | 8 | 102 | 51 | 3A |
| Octal | 161 | 74 | 353 | 64 | 112 | 0 | 10 | 402 | 121 | 72 |
| Binary | 1110001 | 111100 | 11101011 | 110100 | 1001010 | 0 | 1000 | 100000010 | 1010001 | 111010 |
Color Harmonies of #713CEB
Complementary color
Monochromatic Colors of #713CEB
Black with #713CEB
Text Example
Text Example
White with #713CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713CEB; }
p { color: rgb(113,60,235); }
H1.HeaderClassName
{
color: #713CEB;
}
.AnyTagClassName
{
color: #713CEB;
}
</style>
background-color css
<style>
a { background-color: #713CEB; }
a { background-color: rgb(113,60,235); }
div.DivClassName
{
background-color: #713CEB;
}
.BgClassName
{
background-color: #713CEB;
}
</style>
border-color css
<style>
span { border-color: #713CEB; }
span { border-color: rgb(113,60,235); }
td.TdClassName
{
border-color: #713CEB;
}
.TagClassName
{
border-color: #713CEB;
}
</style>