Shades of Blue Violet #7F2ACE
Tints of Blue Violet #7F2ACE
RGB
CMYK
RGB Variations
Color information
#7F2ACE (or 0x7F2ACE) is known color: Blue Violet. HEX triplet: 7F, 2A and CE. RGB value is (127,42,206). Sum of RGB (Red+Green+Blue) = 127+42+206=375 (49% of max value = 765). Red value is 127 (50% from 255 or 33.87% from 375); Green value is 42 (16.80% from 255 or 11.2% from 375); Blue value is 206 (80.86% from 255 or 54.93% from 375); Max value from RGB is 206 - color contains mainly: blue. Hex color #7F2ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F2ACE is #80D531. Grayscale: #555555. Windows color (decimal): -8443186 or 13511295. OLE color: 13511295.
HSL color Cylindrical-coordinate representation of color #7F2ACE: hue angle of 271.1º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7F2ACE is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 42 | 206 | - |
| CMYK | 0.38 | 0.80 | 0 | 0.19 |
| HSL | 271.1º | 0.66% | 0.49% | - |
| HSV(B) | 271.1º | 0.8% | 0.81% | - |
| XYZ | 20.72 | 10.62 | 59.35 | - |
| YUV | 86.11 | 195.66 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 42 | 206 | 0.38 | 0.80 | 0 | 0.19 | 271.1 | 0.66 | 0.49 |
| Hex | 7F | 2A | CE | 26 | 50 | 0 | 13 | 10F | 42 | 31 |
| Octal | 177 | 52 | 316 | 46 | 120 | 0 | 23 | 417 | 102 | 61 |
| Binary | 1111111 | 101010 | 11001110 | 100110 | 1010000 | 0 | 10011 | 100001111 | 1000010 | 110001 |
Color Harmonies of #7F2ACE
Complementary color
Monochromatic Colors of #7F2ACE
Black with #7F2ACE
Text Example
Text Example
White with #7F2ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2ACE; }
p { color: rgb(127,42,206); }
H1.HeaderClassName
{
color: #7F2ACE;
}
.AnyTagClassName
{
color: #7F2ACE;
}
</style>
background-color css
<style>
a { background-color: #7F2ACE; }
a { background-color: rgb(127,42,206); }
div.DivClassName
{
background-color: #7F2ACE;
}
.BgClassName
{
background-color: #7F2ACE;
}
</style>
border-color css
<style>
span { border-color: #7F2ACE; }
span { border-color: rgb(127,42,206); }
td.TdClassName
{
border-color: #7F2ACE;
}
.TagClassName
{
border-color: #7F2ACE;
}
</style>