Shades of Vivid Violet #7F2BA4
Tints of Vivid Violet #7F2BA4
RGB
CMYK
RGB Variations
Color information
#7F2BA4 (or 0x7F2BA4) is known color: Vivid Violet. HEX triplet: 7F, 2B and A4. RGB value is (127,43,164). Sum of RGB (Red+Green+Blue) = 127+43+164=334 (44% of max value = 765). Red value is 127 (50% from 255 or 38.02% from 334); Green value is 43 (17.19% from 255 or 12.87% from 334); Blue value is 164 (64.45% from 255 or 49.10% from 334); Max value from RGB is 164 - color contains mainly: blue. Hex color #7F2BA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F2BA4 is #80D45B. Grayscale: #515151. Windows color (decimal): -8442972 or 10759039. OLE color: 10759039.
HSL color Cylindrical-coordinate representation of color #7F2BA4: hue angle of 281.65º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7F2BA4 is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 127 | 43 | 164 | - |
| CMYK | 0.23 | 0.74 | 0 | 0.36 |
| HSL | 281.65º | 0.58% | 0.41% | - |
| HSV(B) | 281.65º | 0.74% | 0.64% | - |
| XYZ | 16.32 | 8.92 | 35.98 | - |
| YUV | 81.91 | 174.33 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 43 | 164 | 0.23 | 0.74 | 0 | 0.36 | 281.65 | 0.58 | 0.41 |
| Hex | 7F | 2B | A4 | 17 | 4A | 0 | 24 | 11A | 3A | 29 |
| Octal | 177 | 53 | 244 | 27 | 112 | 0 | 44 | 432 | 72 | 51 |
| Binary | 1111111 | 101011 | 10100100 | 10111 | 1001010 | 0 | 100100 | 100011010 | 111010 | 101001 |
Color Harmonies of #7F2BA4
Complementary color
Monochromatic Colors of #7F2BA4
Black with #7F2BA4
Text Example
Text Example
White with #7F2BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2BA4; }
p { color: rgb(127,43,164); }
H1.HeaderClassName
{
color: #7F2BA4;
}
.AnyTagClassName
{
color: #7F2BA4;
}
</style>
background-color css
<style>
a { background-color: #7F2BA4; }
a { background-color: rgb(127,43,164); }
div.DivClassName
{
background-color: #7F2BA4;
}
.BgClassName
{
background-color: #7F2BA4;
}
</style>
border-color css
<style>
span { border-color: #7F2BA4; }
span { border-color: rgb(127,43,164); }
td.TdClassName
{
border-color: #7F2BA4;
}
.TagClassName
{
border-color: #7F2BA4;
}
</style>