Shades of Vivid Violet #7F2DA4
Tints of Vivid Violet #7F2DA4
RGB
CMYK
RGB Variations
Color information
#7F2DA4 (or 0x7F2DA4) is known color: Vivid Violet. HEX triplet: 7F, 2D and A4. RGB value is (127,45,164). Sum of RGB (Red+Green+Blue) = 127+45+164=336 (44% of max value = 765). Red value is 127 (50% from 255 or 37.80% from 336); Green value is 45 (17.97% from 255 or 13.39% from 336); Blue value is 164 (64.45% from 255 or 48.81% from 336); Max value from RGB is 164 - color contains mainly: blue. Hex color #7F2DA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F2DA4 is #80D25B. Grayscale: #525252. Windows color (decimal): -8442460 or 10759551. OLE color: 10759551.
HSL color Cylindrical-coordinate representation of color #7F2DA4: hue angle of 281.34º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7F2DA4 is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 127 | 45 | 164 | - |
| CMYK | 0.23 | 0.73 | 0 | 0.36 |
| HSL | 281.34º | 0.57% | 0.41% | - |
| HSV(B) | 281.34º | 0.73% | 0.64% | - |
| XYZ | 16.39 | 9.07 | 36.01 | - |
| YUV | 83.08 | 173.67 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 45 | 164 | 0.23 | 0.73 | 0 | 0.36 | 281.34 | 0.57 | 0.41 |
| Hex | 7F | 2D | A4 | 17 | 49 | 0 | 24 | 119 | 39 | 29 |
| Octal | 177 | 55 | 244 | 27 | 111 | 0 | 44 | 431 | 71 | 51 |
| Binary | 1111111 | 101101 | 10100100 | 10111 | 1001001 | 0 | 100100 | 100011001 | 111001 | 101001 |
Color Harmonies of #7F2DA4
Complementary color
Monochromatic Colors of #7F2DA4
Black with #7F2DA4
Text Example
Text Example
White with #7F2DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2DA4; }
p { color: rgb(127,45,164); }
H1.HeaderClassName
{
color: #7F2DA4;
}
.AnyTagClassName
{
color: #7F2DA4;
}
</style>
background-color css
<style>
a { background-color: #7F2DA4; }
a { background-color: rgb(127,45,164); }
div.DivClassName
{
background-color: #7F2DA4;
}
.BgClassName
{
background-color: #7F2DA4;
}
</style>
border-color css
<style>
span { border-color: #7F2DA4; }
span { border-color: rgb(127,45,164); }
td.TdClassName
{
border-color: #7F2DA4;
}
.TagClassName
{
border-color: #7F2DA4;
}
</style>