Shades of Vivid Violet #7F2C9B
Tints of Vivid Violet #7F2C9B
RGB
CMYK
RGB Variations
Color information
#7F2C9B (or 0x7F2C9B) is known color: Vivid Violet. HEX triplet: 7F, 2C and 9B. RGB value is (127,44,155). Sum of RGB (Red+Green+Blue) = 127+44+155=326 (43% of max value = 765). Red value is 127 (50% from 255 or 38.96% from 326); Green value is 44 (17.58% from 255 or 13.50% from 326); Blue value is 155 (60.94% from 255 or 47.55% from 326); Max value from RGB is 155 - color contains mainly: blue. Hex color #7F2C9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F2C9B is #80D364. Grayscale: #515151. Windows color (decimal): -8442725 or 10169471. OLE color: 10169471.
HSL color Cylindrical-coordinate representation of color #7F2C9B: hue angle of 284.86º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7F2C9B is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 127 | 44 | 155 | - |
| CMYK | 0.18 | 0.72 | 0 | 0.39 |
| HSL | 284.86º | 0.56% | 0.39% | - |
| HSV(B) | 284.86º | 0.72% | 0.61% | - |
| XYZ | 15.57 | 8.68 | 31.87 | - |
| YUV | 81.47 | 169.5 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 44 | 155 | 0.18 | 0.72 | 0 | 0.39 | 284.86 | 0.56 | 0.39 |
| Hex | 7F | 2C | 9B | 12 | 48 | 0 | 27 | 11D | 38 | 27 |
| Octal | 177 | 54 | 233 | 22 | 110 | 0 | 47 | 435 | 70 | 47 |
| Binary | 1111111 | 101100 | 10011011 | 10010 | 1001000 | 0 | 100111 | 100011101 | 111000 | 100111 |
Color Harmonies of #7F2C9B
Complementary color
Monochromatic Colors of #7F2C9B
Black with #7F2C9B
Text Example
Text Example
White with #7F2C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2C9B; }
p { color: rgb(127,44,155); }
H1.HeaderClassName
{
color: #7F2C9B;
}
.AnyTagClassName
{
color: #7F2C9B;
}
</style>
background-color css
<style>
a { background-color: #7F2C9B; }
a { background-color: rgb(127,44,155); }
div.DivClassName
{
background-color: #7F2C9B;
}
.BgClassName
{
background-color: #7F2C9B;
}
</style>
border-color css
<style>
span { border-color: #7F2C9B; }
span { border-color: rgb(127,44,155); }
td.TdClassName
{
border-color: #7F2C9B;
}
.TagClassName
{
border-color: #7F2C9B;
}
</style>