Shades of Blue Violet #713CF3
Tints of Blue Violet #713CF3
RGB
CMYK
RGB Variations
Color information
#713CF3 (or 0x713CF3) is known color: Blue Violet. HEX triplet: 71, 3C and F3. RGB value is (113,60,243). Sum of RGB (Red+Green+Blue) = 113+60+243=416 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.16% from 416); Green value is 60 (23.83% from 255 or 14.42% from 416); Blue value is 243 (95.31% from 255 or 58.41% from 416); Max value from RGB is 243 - color contains mainly: blue. Hex color #713CF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #713CF3 is #8EC30C. Grayscale: #606060. Windows color (decimal): -9356045 or 15940721. OLE color: 15940721.
HSL color Cylindrical-coordinate representation of color #713CF3: hue angle of 257.38º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #713CF3 is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 113 | 60 | 243 | - |
| CMYK | 0.53 | 0.75 | 0 | 0.05 |
| HSL | 257.38º | 0.88% | 0.59% | - |
| HSV(B) | 257.38º | 0.75% | 0.95% | - |
| XYZ | 24.6 | 13.21 | 86.05 | - |
| YUV | 96.71 | 210.56 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 60 | 243 | 0.53 | 0.75 | 0 | 0.05 | 257.38 | 0.88 | 0.59 |
| Hex | 71 | 3C | F3 | 35 | 4B | 0 | 5 | 101 | 58 | 3B |
| Octal | 161 | 74 | 363 | 65 | 113 | 0 | 5 | 401 | 130 | 73 |
| Binary | 1110001 | 111100 | 11110011 | 110101 | 1001011 | 0 | 101 | 100000001 | 1011000 | 111011 |
Color Harmonies of #713CF3
Complementary color
Monochromatic Colors of #713CF3
Black with #713CF3
Text Example
Text Example
White with #713CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713CF3; }
p { color: rgb(113,60,243); }
H1.HeaderClassName
{
color: #713CF3;
}
.AnyTagClassName
{
color: #713CF3;
}
</style>
background-color css
<style>
a { background-color: #713CF3; }
a { background-color: rgb(113,60,243); }
div.DivClassName
{
background-color: #713CF3;
}
.BgClassName
{
background-color: #713CF3;
}
</style>
border-color css
<style>
span { border-color: #713CF3; }
span { border-color: rgb(113,60,243); }
td.TdClassName
{
border-color: #713CF3;
}
.TagClassName
{
border-color: #713CF3;
}
</style>