Shades of Blue Violet #7E2CD2
Tints of Blue Violet #7E2CD2
RGB
CMYK
RGB Variations
Color information
#7E2CD2 (or 0x7E2CD2) is known color: Blue Violet. HEX triplet: 7E, 2C and D2. RGB value is (126,44,210). Sum of RGB (Red+Green+Blue) = 126+44+210=380 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.16% from 380); Green value is 44 (17.58% from 255 or 11.58% from 380); Blue value is 210 (82.42% from 255 or 55.26% from 380); Max value from RGB is 210 - color contains mainly: blue. Hex color #7E2CD2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E2CD2 is #81D32D. Grayscale: #565656. Windows color (decimal): -8508206 or 13773950. OLE color: 13773950.
HSL color Cylindrical-coordinate representation of color #7E2CD2: hue angle of 269.64º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7E2CD2 is Cyan = 0.4, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 126 | 44 | 210 | - |
CMYK | 0.4 | 0.79 | 0 | 0.18 |
HSL | 269.64º | 0.65% | 0.5% | - |
HSV(B) | 269.64º | 0.79% | 0.82% | - |
XYZ | 21.14 | 10.89 | 61.96 | - |
YUV | 87.44 | 197.17 | 155.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 126 | 44 | 210 | 0.4 | 0.79 | 0 | 0.18 | 269.64 | 0.65 | 0.5 |
Hex | 7E | 2C | D2 | 28 | 4F | 0 | 12 | 10E | 41 | 32 |
Octal | 176 | 54 | 322 | 50 | 117 | 0 | 22 | 416 | 101 | 62 |
Binary | 1111110 | 101100 | 11010010 | 101000 | 1001111 | 0 | 10010 | 100001110 | 1000001 | 110010 |
Color Harmonies of #7E2CD2
Complementary color
Monochromatic Colors of #7E2CD2
Black with #7E2CD2
Text Example
Text Example
White with #7E2CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2CD2; }
p { color: rgb(126,44,210); }
H1.HeaderClassName
{
color: #7E2CD2;
}
.AnyTagClassName
{
color: #7E2CD2;
}
</style>
background-color css
<style>
a { background-color: #7E2CD2; }
a { background-color: rgb(126,44,210); }
div.DivClassName
{
background-color: #7E2CD2;
}
.BgClassName
{
background-color: #7E2CD2;
}
</style>
border-color css
<style>
span { border-color: #7E2CD2; }
span { border-color: rgb(126,44,210); }
td.TdClassName
{
border-color: #7E2CD2;
}
.TagClassName
{
border-color: #7E2CD2;
}
</style>