Shades of Blue Violet #712BDC
Tints of Blue Violet #712BDC
RGB
CMYK
RGB Variations
Color information
#712BDC (or 0x712BDC) is known color: Blue Violet. HEX triplet: 71, 2B and DC. RGB value is (113,43,220). Sum of RGB (Red+Green+Blue) = 113+43+220=376 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.05% from 376); Green value is 43 (17.19% from 255 or 11.44% from 376); Blue value is 220 (86.33% from 255 or 58.51% from 376); Max value from RGB is 220 - color contains mainly: blue. Hex color #712BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #712BDC is #8ED423. Grayscale: #535353. Windows color (decimal): -9360420 or 14429041. OLE color: 14429041.
HSL color Cylindrical-coordinate representation of color #712BDC: hue angle of 263.73º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #712BDC is Cyan = 0.49, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 43 | 220 | - |
| CMYK | 0.49 | 0.80 | 0 | 0.14 |
| HSL | 263.73º | 0.72% | 0.52% | - |
| HSV(B) | 263.73º | 0.8% | 0.86% | - |
| XYZ | 20.59 | 10.41 | 68.63 | - |
| YUV | 84.11 | 204.69 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 43 | 220 | 0.49 | 0.80 | 0 | 0.14 | 263.73 | 0.72 | 0.52 |
| Hex | 71 | 2B | DC | 31 | 50 | 0 | E | 108 | 48 | 34 |
| Octal | 161 | 53 | 334 | 61 | 120 | 0 | 16 | 410 | 110 | 64 |
| Binary | 1110001 | 101011 | 11011100 | 110001 | 1010000 | 0 | 1110 | 100001000 | 1001000 | 110100 |
Color Harmonies of #712BDC
Complementary color
Monochromatic Colors of #712BDC
Black with #712BDC
Text Example
Text Example
White with #712BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712BDC; }
p { color: rgb(113,43,220); }
H1.HeaderClassName
{
color: #712BDC;
}
.AnyTagClassName
{
color: #712BDC;
}
</style>
background-color css
<style>
a { background-color: #712BDC; }
a { background-color: rgb(113,43,220); }
div.DivClassName
{
background-color: #712BDC;
}
.BgClassName
{
background-color: #712BDC;
}
</style>
border-color css
<style>
span { border-color: #712BDC; }
span { border-color: rgb(113,43,220); }
td.TdClassName
{
border-color: #712BDC;
}
.TagClassName
{
border-color: #712BDC;
}
</style>