Shades of Dark Violet #7F03E5
Tints of Dark Violet #7F03E5
RGB
CMYK
RGB Variations
Color information
#7F03E5 (or 0x7F03E5) is known color: Dark Violet. HEX triplet: 7F, 03 and E5. RGB value is (127,3,229). Sum of RGB (Red+Green+Blue) = 127+3+229=359 (47% of max value = 765). Red value is 127 (50% from 255 or 35.38% from 359); Green value is 3 (1.56% from 255 or 0.84% from 359); Blue value is 229 (89.84% from 255 or 63.79% from 359); Max value from RGB is 229 - color contains mainly: blue. Hex color #7F03E5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7F03E5 is #80FC1A. Grayscale: #414141. Windows color (decimal): -8453147 or 15008639. OLE color: 15008639.
HSL color Cylindrical-coordinate representation of color #7F03E5: hue angle of 272.92º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7F03E5 is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 127 | 3 | 229 | - |
| CMYK | 0.45 | 0.99 | 0 | 0.10 |
| HSL | 272.92º | 0.97% | 0.45% | - |
| HSV(B) | 272.92º | 0.99% | 0.9% | - |
| XYZ | 22.93 | 10.23 | 74.9 | - |
| YUV | 65.84 | 220.08 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 3 | 229 | 0.45 | 0.99 | 0 | 0.10 | 272.92 | 0.97 | 0.45 |
| Hex | 7F | 3 | E5 | 2D | 63 | 0 | A | 111 | 61 | 2D |
| Octal | 177 | 3 | 345 | 55 | 143 | 0 | 12 | 421 | 141 | 55 |
| Binary | 1111111 | 11 | 11100101 | 101101 | 1100011 | 0 | 1010 | 100010001 | 1100001 | 101101 |
Color Harmonies of #7F03E5
Complementary color
Monochromatic Colors of #7F03E5
Black with #7F03E5
Text Example
Text Example
White with #7F03E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F03E5; }
p { color: rgb(127,3,229); }
H1.HeaderClassName
{
color: #7F03E5;
}
.AnyTagClassName
{
color: #7F03E5;
}
</style>
background-color css
<style>
a { background-color: #7F03E5; }
a { background-color: rgb(127,3,229); }
div.DivClassName
{
background-color: #7F03E5;
}
.BgClassName
{
background-color: #7F03E5;
}
</style>
border-color css
<style>
span { border-color: #7F03E5; }
span { border-color: rgb(127,3,229); }
td.TdClassName
{
border-color: #7F03E5;
}
.TagClassName
{
border-color: #7F03E5;
}
</style>