Shades of Blue Violet #713FE9
Tints of Blue Violet #713FE9
RGB
CMYK
RGB Variations
Color information
#713FE9 (or 0x713FE9) is known color: Blue Violet. HEX triplet: 71, 3F and E9. RGB value is (113,63,233). Sum of RGB (Red+Green+Blue) = 113+63+233=409 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.63% from 409); Green value is 63 (25% from 255 or 15.40% from 409); Blue value is 233 (91.41% from 255 or 56.97% from 409); Max value from RGB is 233 - color contains mainly: blue. Hex color #713FE9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #713FE9 is #8EC016. Grayscale: #606060. Windows color (decimal): -9355287 or 15286129. OLE color: 15286129.
HSL color Cylindrical-coordinate representation of color #713FE9: hue angle of 257.65º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #713FE9 is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 113 | 63 | 233 | - |
| CMYK | 0.52 | 0.73 | 0 | 0.09 |
| HSL | 257.65º | 0.79% | 0.58% | - |
| HSV(B) | 257.65º | 0.73% | 0.91% | - |
| XYZ | 23.3 | 12.95 | 78.36 | - |
| YUV | 97.33 | 204.57 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 63 | 233 | 0.52 | 0.73 | 0 | 0.09 | 257.65 | 0.79 | 0.58 |
| Hex | 71 | 3F | E9 | 34 | 49 | 0 | 9 | 102 | 4F | 3A |
| Octal | 161 | 77 | 351 | 64 | 111 | 0 | 11 | 402 | 117 | 72 |
| Binary | 1110001 | 111111 | 11101001 | 110100 | 1001001 | 0 | 1001 | 100000010 | 1001111 | 111010 |
Color Harmonies of #713FE9
Complementary color
Monochromatic Colors of #713FE9
Black with #713FE9
Text Example
Text Example
White with #713FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713FE9; }
p { color: rgb(113,63,233); }
H1.HeaderClassName
{
color: #713FE9;
}
.AnyTagClassName
{
color: #713FE9;
}
</style>
background-color css
<style>
a { background-color: #713FE9; }
a { background-color: rgb(113,63,233); }
div.DivClassName
{
background-color: #713FE9;
}
.BgClassName
{
background-color: #713FE9;
}
</style>
border-color css
<style>
span { border-color: #713FE9; }
span { border-color: rgb(113,63,233); }
td.TdClassName
{
border-color: #713FE9;
}
.TagClassName
{
border-color: #713FE9;
}
</style>