Shades of Blue Violet #7F13EA
Tints of Blue Violet #7F13EA
RGB
CMYK
RGB Variations
Color information
#7F13EA (or 0x7F13EA) is known color: Blue Violet. HEX triplet: 7F, 13 and EA. RGB value is (127,19,234). Sum of RGB (Red+Green+Blue) = 127+19+234=380 (50% of max value = 765). Red value is 127 (50% from 255 or 33.42% from 380); Green value is 19 (7.81% from 255 or 5% from 380); Blue value is 234 (91.80% from 255 or 61.58% from 380); Max value from RGB is 234 - color contains mainly: blue. Hex color #7F13EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F13EA is #80EC15. Grayscale: #4B4B4B. Windows color (decimal): -8449046 or 15340415. OLE color: 15340415.
HSL color Cylindrical-coordinate representation of color #7F13EA: hue angle of 270.14º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7F13EA is Cyan = 0.46, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 127 | 19 | 234 | - |
| CMYK | 0.46 | 0.92 | 0 | 0.08 |
| HSL | 270.14º | 0.85% | 0.5% | - |
| HSV(B) | 270.14º | 0.92% | 0.92% | - |
| XYZ | 23.84 | 10.92 | 78.69 | - |
| YUV | 75.8 | 217.28 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 19 | 234 | 0.46 | 0.92 | 0 | 0.08 | 270.14 | 0.85 | 0.5 |
| Hex | 7F | 13 | EA | 2E | 5C | 0 | 8 | 10E | 55 | 32 |
| Octal | 177 | 23 | 352 | 56 | 134 | 0 | 10 | 416 | 125 | 62 |
| Binary | 1111111 | 10011 | 11101010 | 101110 | 1011100 | 0 | 1000 | 100001110 | 1010101 | 110010 |
Color Harmonies of #7F13EA
Complementary color
Monochromatic Colors of #7F13EA
Black with #7F13EA
Text Example
Text Example
White with #7F13EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F13EA; }
p { color: rgb(127,19,234); }
H1.HeaderClassName
{
color: #7F13EA;
}
.AnyTagClassName
{
color: #7F13EA;
}
</style>
background-color css
<style>
a { background-color: #7F13EA; }
a { background-color: rgb(127,19,234); }
div.DivClassName
{
background-color: #7F13EA;
}
.BgClassName
{
background-color: #7F13EA;
}
</style>
border-color css
<style>
span { border-color: #7F13EA; }
span { border-color: rgb(127,19,234); }
td.TdClassName
{
border-color: #7F13EA;
}
.TagClassName
{
border-color: #7F13EA;
}
</style>