Shades of Vivid Violet #7F2FAB
Tints of Vivid Violet #7F2FAB
RGB
CMYK
RGB Variations
Color information
#7F2FAB (or 0x7F2FAB) is known color: Vivid Violet. HEX triplet: 7F, 2F and AB. RGB value is (127,47,171). Sum of RGB (Red+Green+Blue) = 127+47+171=345 (45% of max value = 765). Red value is 127 (50% from 255 or 36.81% from 345); Green value is 47 (18.75% from 255 or 13.62% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #7F2FAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F2FAB is #80D054. Grayscale: #545454. Windows color (decimal): -8441941 or 11218815. OLE color: 11218815.
HSL color Cylindrical-coordinate representation of color #7F2FAB: hue angle of 278.71º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7F2FAB is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 127 | 47 | 171 | - |
| CMYK | 0.26 | 0.73 | 0 | 0.33 |
| HSL | 278.71º | 0.57% | 0.43% | - |
| HSV(B) | 278.71º | 0.73% | 0.67% | - |
| XYZ | 17.12 | 9.49 | 39.46 | - |
| YUV | 85.06 | 176.5 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 47 | 171 | 0.26 | 0.73 | 0 | 0.33 | 278.71 | 0.57 | 0.43 |
| Hex | 7F | 2F | AB | 1A | 49 | 0 | 21 | 117 | 39 | 2B |
| Octal | 177 | 57 | 253 | 32 | 111 | 0 | 41 | 427 | 71 | 53 |
| Binary | 1111111 | 101111 | 10101011 | 11010 | 1001001 | 0 | 100001 | 100010111 | 111001 | 101011 |
Color Harmonies of #7F2FAB
Complementary color
Monochromatic Colors of #7F2FAB
Black with #7F2FAB
Text Example
Text Example
White with #7F2FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2FAB; }
p { color: rgb(127,47,171); }
H1.HeaderClassName
{
color: #7F2FAB;
}
.AnyTagClassName
{
color: #7F2FAB;
}
</style>
background-color css
<style>
a { background-color: #7F2FAB; }
a { background-color: rgb(127,47,171); }
div.DivClassName
{
background-color: #7F2FAB;
}
.BgClassName
{
background-color: #7F2FAB;
}
</style>
border-color css
<style>
span { border-color: #7F2FAB; }
span { border-color: rgb(127,47,171); }
td.TdClassName
{
border-color: #7F2FAB;
}
.TagClassName
{
border-color: #7F2FAB;
}
</style>