Shades of Blue Violet #7F15EA
Tints of Blue Violet #7F15EA
RGB
CMYK
RGB Variations
Color information
#7F15EA (or 0x7F15EA) is known color: Blue Violet. HEX triplet: 7F, 15 and EA. RGB value is (127,21,234). Sum of RGB (Red+Green+Blue) = 127+21+234=382 (50% of max value = 765). Red value is 127 (50% from 255 or 33.25% from 382); Green value is 21 (8.59% from 255 or 5.50% from 382); Blue value is 234 (91.80% from 255 or 61.26% from 382); Max value from RGB is 234 - color contains mainly: blue. Hex color #7F15EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F15EA is #80EA15. Grayscale: #4C4C4C. Windows color (decimal): -8448534 or 15340927. OLE color: 15340927.
HSL color Cylindrical-coordinate representation of color #7F15EA: hue angle of 269.86º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7F15EA is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 127 | 21 | 234 | - |
| CMYK | 0.46 | 0.91 | 0 | 0.08 |
| HSL | 269.86º | 0.84% | 0.5% | - |
| HSV(B) | 269.86º | 0.91% | 0.92% | - |
| XYZ | 23.87 | 10.99 | 78.7 | - |
| YUV | 76.98 | 216.62 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 21 | 234 | 0.46 | 0.91 | 0 | 0.08 | 269.86 | 0.84 | 0.5 |
| Hex | 7F | 15 | EA | 2E | 5B | 0 | 8 | 10E | 54 | 32 |
| Octal | 177 | 25 | 352 | 56 | 133 | 0 | 10 | 416 | 124 | 62 |
| Binary | 1111111 | 10101 | 11101010 | 101110 | 1011011 | 0 | 1000 | 100001110 | 1010100 | 110010 |
Color Harmonies of #7F15EA
Complementary color
Monochromatic Colors of #7F15EA
Black with #7F15EA
Text Example
Text Example
White with #7F15EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F15EA; }
p { color: rgb(127,21,234); }
H1.HeaderClassName
{
color: #7F15EA;
}
.AnyTagClassName
{
color: #7F15EA;
}
</style>
background-color css
<style>
a { background-color: #7F15EA; }
a { background-color: rgb(127,21,234); }
div.DivClassName
{
background-color: #7F15EA;
}
.BgClassName
{
background-color: #7F15EA;
}
</style>
border-color css
<style>
span { border-color: #7F15EA; }
span { border-color: rgb(127,21,234); }
td.TdClassName
{
border-color: #7F15EA;
}
.TagClassName
{
border-color: #7F15EA;
}
</style>