Shades of Blue Violet #7F1EE5
Tints of Blue Violet #7F1EE5
RGB
CMYK
RGB Variations
Color information
#7F1EE5 (or 0x7F1EE5) is known color: Blue Violet. HEX triplet: 7F, 1E and E5. RGB value is (127,30,229). Sum of RGB (Red+Green+Blue) = 127+30+229=386 (51% of max value = 765). Red value is 127 (50% from 255 or 32.90% from 386); Green value is 30 (12.11% from 255 or 7.77% from 386); Blue value is 229 (89.84% from 255 or 59.33% from 386); Max value from RGB is 229 - color contains mainly: blue. Hex color #7F1EE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F1EE5 is #80E11A. Grayscale: #505050. Windows color (decimal): -8446235 or 15015551. OLE color: 15015551.
HSL color Cylindrical-coordinate representation of color #7F1EE5: hue angle of 269.25º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7F1EE5 is Cyan = 0.45, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 127 | 30 | 229 | - |
| CMYK | 0.45 | 0.87 | 0 | 0.10 |
| HSL | 269.25º | 0.79% | 0.51% | - |
| HSV(B) | 269.25º | 0.87% | 0.9% | - |
| XYZ | 23.36 | 11.1 | 75.04 | - |
| YUV | 81.69 | 211.14 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 30 | 229 | 0.45 | 0.87 | 0 | 0.10 | 269.25 | 0.79 | 0.51 |
| Hex | 7F | 1E | E5 | 2D | 57 | 0 | A | 10D | 4F | 33 |
| Octal | 177 | 36 | 345 | 55 | 127 | 0 | 12 | 415 | 117 | 63 |
| Binary | 1111111 | 11110 | 11100101 | 101101 | 1010111 | 0 | 1010 | 100001101 | 1001111 | 110011 |
Color Harmonies of #7F1EE5
Complementary color
Monochromatic Colors of #7F1EE5
Black with #7F1EE5
Text Example
Text Example
White with #7F1EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1EE5; }
p { color: rgb(127,30,229); }
H1.HeaderClassName
{
color: #7F1EE5;
}
.AnyTagClassName
{
color: #7F1EE5;
}
</style>
background-color css
<style>
a { background-color: #7F1EE5; }
a { background-color: rgb(127,30,229); }
div.DivClassName
{
background-color: #7F1EE5;
}
.BgClassName
{
background-color: #7F1EE5;
}
</style>
border-color css
<style>
span { border-color: #7F1EE5; }
span { border-color: rgb(127,30,229); }
td.TdClassName
{
border-color: #7F1EE5;
}
.TagClassName
{
border-color: #7F1EE5;
}
</style>