Shades of Vivid Violet #7F2D9B
Tints of Vivid Violet #7F2D9B
RGB
CMYK
RGB Variations
Color information
#7F2D9B (or 0x7F2D9B) is known color: Vivid Violet. HEX triplet: 7F, 2D and 9B. RGB value is (127,45,155). Sum of RGB (Red+Green+Blue) = 127+45+155=327 (43% of max value = 765). Red value is 127 (50% from 255 or 38.84% from 327); Green value is 45 (17.97% from 255 or 13.76% from 327); Blue value is 155 (60.94% from 255 or 47.40% from 327); Max value from RGB is 155 - color contains mainly: blue. Hex color #7F2D9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F2D9B is #80D264. Grayscale: #515151. Windows color (decimal): -8442469 or 10169727. OLE color: 10169727.
HSL color Cylindrical-coordinate representation of color #7F2D9B: hue angle of 284.73º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7F2D9B is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 127 | 45 | 155 | - |
| CMYK | 0.18 | 0.71 | 0 | 0.39 |
| HSL | 284.73º | 0.55% | 0.39% | - |
| HSV(B) | 284.73º | 0.71% | 0.61% | - |
| XYZ | 15.61 | 8.76 | 31.88 | - |
| YUV | 82.06 | 169.17 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 45 | 155 | 0.18 | 0.71 | 0 | 0.39 | 284.73 | 0.55 | 0.39 |
| Hex | 7F | 2D | 9B | 12 | 47 | 0 | 27 | 11D | 37 | 27 |
| Octal | 177 | 55 | 233 | 22 | 107 | 0 | 47 | 435 | 67 | 47 |
| Binary | 1111111 | 101101 | 10011011 | 10010 | 1000111 | 0 | 100111 | 100011101 | 110111 | 100111 |
Color Harmonies of #7F2D9B
Complementary color
Monochromatic Colors of #7F2D9B
Black with #7F2D9B
Text Example
Text Example
White with #7F2D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2D9B; }
p { color: rgb(127,45,155); }
H1.HeaderClassName
{
color: #7F2D9B;
}
.AnyTagClassName
{
color: #7F2D9B;
}
</style>
background-color css
<style>
a { background-color: #7F2D9B; }
a { background-color: rgb(127,45,155); }
div.DivClassName
{
background-color: #7F2D9B;
}
.BgClassName
{
background-color: #7F2D9B;
}
</style>
border-color css
<style>
span { border-color: #7F2D9B; }
span { border-color: rgb(127,45,155); }
td.TdClassName
{
border-color: #7F2D9B;
}
.TagClassName
{
border-color: #7F2D9B;
}
</style>