Shades of Blue Violet #712CEA
Tints of Blue Violet #712CEA
RGB
CMYK
RGB Variations
Color information
#712CEA (or 0x712CEA) is known color: Blue Violet. HEX triplet: 71, 2C and EA. RGB value is (113,44,234). Sum of RGB (Red+Green+Blue) = 113+44+234=391 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.90% from 391); Green value is 44 (17.58% from 255 or 11.25% from 391); Blue value is 234 (91.80% from 255 or 59.85% from 391); Max value from RGB is 234 - color contains mainly: blue. Hex color #712CEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #712CEA is #8ED315. Grayscale: #555555. Windows color (decimal): -9360150 or 15346801. OLE color: 15346801.
HSL color Cylindrical-coordinate representation of color #712CEA: hue angle of 261.79º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #712CEA is Cyan = 0.52, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 113 | 44 | 234 | - |
| CMYK | 0.52 | 0.81 | 0 | 0.08 |
| HSL | 261.79º | 0.82% | 0.55% | - |
| HSV(B) | 261.79º | 0.81% | 0.92% | - |
| XYZ | 22.56 | 11.25 | 78.82 | - |
| YUV | 86.29 | 211.36 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 44 | 234 | 0.52 | 0.81 | 0 | 0.08 | 261.79 | 0.82 | 0.55 |
| Hex | 71 | 2C | EA | 34 | 51 | 0 | 8 | 106 | 52 | 37 |
| Octal | 161 | 54 | 352 | 64 | 121 | 0 | 10 | 406 | 122 | 67 |
| Binary | 1110001 | 101100 | 11101010 | 110100 | 1010001 | 0 | 1000 | 100000110 | 1010010 | 110111 |
Color Harmonies of #712CEA
Complementary color
Monochromatic Colors of #712CEA
Black with #712CEA
Text Example
Text Example
White with #712CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712CEA; }
p { color: rgb(113,44,234); }
H1.HeaderClassName
{
color: #712CEA;
}
.AnyTagClassName
{
color: #712CEA;
}
</style>
background-color css
<style>
a { background-color: #712CEA; }
a { background-color: rgb(113,44,234); }
div.DivClassName
{
background-color: #712CEA;
}
.BgClassName
{
background-color: #712CEA;
}
</style>
border-color css
<style>
span { border-color: #712CEA; }
span { border-color: rgb(113,44,234); }
td.TdClassName
{
border-color: #712CEA;
}
.TagClassName
{
border-color: #712CEA;
}
</style>