Shades of Blue Violet #712CE1
Tints of Blue Violet #712CE1
RGB
CMYK
RGB Variations
Color information
#712CE1 (or 0x712CE1) is known color: Blue Violet. HEX triplet: 71, 2C and E1. RGB value is (113,44,225). Sum of RGB (Red+Green+Blue) = 113+44+225=382 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.58% from 382); Green value is 44 (17.58% from 255 or 11.52% from 382); Blue value is 225 (88.28% from 255 or 58.90% from 382); Max value from RGB is 225 - color contains mainly: blue. Hex color #712CE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #712CE1 is #8ED31E. Grayscale: #545454. Windows color (decimal): -9360159 or 14756977. OLE color: 14756977.
HSL color Cylindrical-coordinate representation of color #712CE1: hue angle of 262.87º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #712CE1 is Cyan = 0.50, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 113 | 44 | 225 | - |
| CMYK | 0.50 | 0.80 | 0 | 0.12 |
| HSL | 262.87º | 0.75% | 0.53% | - |
| HSV(B) | 262.87º | 0.8% | 0.88% | - |
| XYZ | 21.3 | 10.75 | 72.19 | - |
| YUV | 85.27 | 206.86 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 44 | 225 | 0.50 | 0.80 | 0 | 0.12 | 262.87 | 0.75 | 0.53 |
| Hex | 71 | 2C | E1 | 32 | 50 | 0 | C | 107 | 4B | 35 |
| Octal | 161 | 54 | 341 | 62 | 120 | 0 | 14 | 407 | 113 | 65 |
| Binary | 1110001 | 101100 | 11100001 | 110010 | 1010000 | 0 | 1100 | 100000111 | 1001011 | 110101 |
Color Harmonies of #712CE1
Complementary color
Monochromatic Colors of #712CE1
Black with #712CE1
Text Example
Text Example
White with #712CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712CE1; }
p { color: rgb(113,44,225); }
H1.HeaderClassName
{
color: #712CE1;
}
.AnyTagClassName
{
color: #712CE1;
}
</style>
background-color css
<style>
a { background-color: #712CE1; }
a { background-color: rgb(113,44,225); }
div.DivClassName
{
background-color: #712CE1;
}
.BgClassName
{
background-color: #712CE1;
}
</style>
border-color css
<style>
span { border-color: #712CE1; }
span { border-color: rgb(113,44,225); }
td.TdClassName
{
border-color: #712CE1;
}
.TagClassName
{
border-color: #712CE1;
}
</style>