Shades of Blue Violet #713CF2
Tints of Blue Violet #713CF2
RGB
CMYK
RGB Variations
Color information
#713CF2 (or 0x713CF2) is known color: Blue Violet. HEX triplet: 71, 3C and F2. RGB value is (113,60,242). Sum of RGB (Red+Green+Blue) = 113+60+242=415 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.23% from 415); Green value is 60 (23.83% from 255 or 14.46% from 415); Blue value is 242 (94.92% from 255 or 58.31% from 415); Max value from RGB is 242 - color contains mainly: blue. Hex color #713CF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #713CF2 is #8EC30D. Grayscale: #5F5F5F. Windows color (decimal): -9356046 or 15875185. OLE color: 15875185.
HSL color Cylindrical-coordinate representation of color #713CF2: hue angle of 257.47º 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 #713CF2 is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 113 | 60 | 242 | - |
CMYK | 0.53 | 0.75 | 0 | 0.05 |
HSL | 257.47º | 0.88% | 0.59% | - |
HSV(B) | 257.47º | 0.75% | 0.95% | - |
XYZ | 24.45 | 13.15 | 85.25 | - |
YUV | 96.6 | 210.06 | 139.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 113 | 60 | 242 | 0.53 | 0.75 | 0 | 0.05 | 257.47 | 0.88 | 0.59 |
Hex | 71 | 3C | F2 | 35 | 4B | 0 | 5 | 101 | 58 | 3B |
Octal | 161 | 74 | 362 | 65 | 113 | 0 | 5 | 401 | 130 | 73 |
Binary | 1110001 | 111100 | 11110010 | 110101 | 1001011 | 0 | 101 | 100000001 | 1011000 | 111011 |
Color Harmonies of #713CF2
Complementary color
Monochromatic Colors of #713CF2
Black with #713CF2
Text Example
Text Example
White with #713CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713CF2; }
p { color: rgb(113,60,242); }
H1.HeaderClassName
{
color: #713CF2;
}
.AnyTagClassName
{
color: #713CF2;
}
</style>
background-color css
<style>
a { background-color: #713CF2; }
a { background-color: rgb(113,60,242); }
div.DivClassName
{
background-color: #713CF2;
}
.BgClassName
{
background-color: #713CF2;
}
</style>
border-color css
<style>
span { border-color: #713CF2; }
span { border-color: rgb(113,60,242); }
td.TdClassName
{
border-color: #713CF2;
}
.TagClassName
{
border-color: #713CF2;
}
</style>