Shades of Blue Violet #713DEB
Tints of Blue Violet #713DEB
RGB
CMYK
RGB Variations
Color information
#713DEB (or 0x713DEB) is known color: Blue Violet. HEX triplet: 71, 3D and EB. RGB value is (113,61,235). Sum of RGB (Red+Green+Blue) = 113+61+235=409 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.63% from 409); Green value is 61 (24.22% from 255 or 14.91% from 409); Blue value is 235 (92.19% from 255 or 57.46% from 409); Max value from RGB is 235 - color contains mainly: blue. Hex color #713DEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #713DEB is #8EC214. Grayscale: #5F5F5F. Windows color (decimal): -9355797 or 15416689. OLE color: 15416689.
HSL color Cylindrical-coordinate representation of color #713DEB: hue angle of 257.93º 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 #713DEB is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 113 | 61 | 235 | - |
| CMYK | 0.52 | 0.74 | 0 | 0.08 |
| HSL | 257.93º | 0.81% | 0.58% | - |
| HSV(B) | 257.93º | 0.74% | 0.92% | - |
| XYZ | 23.47 | 12.85 | 79.84 | - |
| YUV | 96.38 | 206.23 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 61 | 235 | 0.52 | 0.74 | 0 | 0.08 | 257.93 | 0.81 | 0.58 |
| Hex | 71 | 3D | EB | 34 | 4A | 0 | 8 | 102 | 51 | 3A |
| Octal | 161 | 75 | 353 | 64 | 112 | 0 | 10 | 402 | 121 | 72 |
| Binary | 1110001 | 111101 | 11101011 | 110100 | 1001010 | 0 | 1000 | 100000010 | 1010001 | 111010 |
Color Harmonies of #713DEB
Complementary color
Monochromatic Colors of #713DEB
Black with #713DEB
Text Example
Text Example
White with #713DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713DEB; }
p { color: rgb(113,61,235); }
H1.HeaderClassName
{
color: #713DEB;
}
.AnyTagClassName
{
color: #713DEB;
}
</style>
background-color css
<style>
a { background-color: #713DEB; }
a { background-color: rgb(113,61,235); }
div.DivClassName
{
background-color: #713DEB;
}
.BgClassName
{
background-color: #713DEB;
}
</style>
border-color css
<style>
span { border-color: #713DEB; }
span { border-color: rgb(113,61,235); }
td.TdClassName
{
border-color: #713DEB;
}
.TagClassName
{
border-color: #713DEB;
}
</style>