Shades of Vivid Violet #7F1EA4
Tints of Vivid Violet #7F1EA4
RGB
CMYK
RGB Variations
Color information
#7F1EA4 (or 0x7F1EA4) is known color: Vivid Violet. HEX triplet: 7F, 1E and A4. RGB value is (127,30,164). Sum of RGB (Red+Green+Blue) = 127+30+164=321 (42% of max value = 765). Red value is 127 (50% from 255 or 39.56% from 321); Green value is 30 (12.11% from 255 or 9.35% from 321); Blue value is 164 (64.45% from 255 or 51.09% from 321); Max value from RGB is 164 - color contains mainly: blue. Hex color #7F1EA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F1EA4 is #80E15B. Grayscale: #494949. Windows color (decimal): -8446300 or 10755711. OLE color: 10755711.
HSL color Cylindrical-coordinate representation of color #7F1EA4: hue angle of 283.43º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7F1EA4 is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 127 | 30 | 164 | - |
| CMYK | 0.23 | 0.82 | 0 | 0.36 |
| HSL | 283.43º | 0.69% | 0.38% | - |
| HSV(B) | 283.43º | 0.82% | 0.64% | - |
| XYZ | 15.92 | 8.12 | 35.85 | - |
| YUV | 74.28 | 178.64 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 30 | 164 | 0.23 | 0.82 | 0 | 0.36 | 283.43 | 0.69 | 0.38 |
| Hex | 7F | 1E | A4 | 17 | 52 | 0 | 24 | 11B | 45 | 26 |
| Octal | 177 | 36 | 244 | 27 | 122 | 0 | 44 | 433 | 105 | 46 |
| Binary | 1111111 | 11110 | 10100100 | 10111 | 1010010 | 0 | 100100 | 100011011 | 1000101 | 100110 |
Color Harmonies of #7F1EA4
Complementary color
Monochromatic Colors of #7F1EA4
Black with #7F1EA4
Text Example
Text Example
White with #7F1EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1EA4; }
p { color: rgb(127,30,164); }
H1.HeaderClassName
{
color: #7F1EA4;
}
.AnyTagClassName
{
color: #7F1EA4;
}
</style>
background-color css
<style>
a { background-color: #7F1EA4; }
a { background-color: rgb(127,30,164); }
div.DivClassName
{
background-color: #7F1EA4;
}
.BgClassName
{
background-color: #7F1EA4;
}
</style>
border-color css
<style>
span { border-color: #7F1EA4; }
span { border-color: rgb(127,30,164); }
td.TdClassName
{
border-color: #7F1EA4;
}
.TagClassName
{
border-color: #7F1EA4;
}
</style>