Shades of Vivid Violet #7F349B
Tints of Vivid Violet #7F349B
RGB
CMYK
RGB Variations
Color information
#7F349B (or 0x7F349B) is known color: Vivid Violet. HEX triplet: 7F, 34 and 9B. RGB value is (127,52,155). Sum of RGB (Red+Green+Blue) = 127+52+155=334 (44% of max value = 765). Red value is 127 (50% from 255 or 38.02% from 334); Green value is 52 (20.70% from 255 or 15.57% from 334); Blue value is 155 (60.94% from 255 or 46.41% from 334); Max value from RGB is 155 - color contains mainly: blue. Hex color #7F349B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F349B is #80CB64. Grayscale: #555555. Windows color (decimal): -8440677 or 10171519. OLE color: 10171519.
HSL color Cylindrical-coordinate representation of color #7F349B: hue angle of 283.69º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7F349B is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 127 | 52 | 155 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.39 |
| HSL | 283.69º | 0.5% | 0.41% | - |
| HSV(B) | 283.69º | 0.66% | 0.61% | - |
| XYZ | 15.9 | 9.33 | 31.97 | - |
| YUV | 86.17 | 166.85 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 52 | 155 | 0.18 | 0.66 | 0 | 0.39 | 283.69 | 0.5 | 0.41 |
| Hex | 7F | 34 | 9B | 12 | 42 | 0 | 27 | 11C | 32 | 29 |
| Octal | 177 | 64 | 233 | 22 | 102 | 0 | 47 | 434 | 62 | 51 |
| Binary | 1111111 | 110100 | 10011011 | 10010 | 1000010 | 0 | 100111 | 100011100 | 110010 | 101001 |
Color Harmonies of #7F349B
Complementary color
Monochromatic Colors of #7F349B
Black with #7F349B
Text Example
Text Example
White with #7F349B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F349B; }
p { color: rgb(127,52,155); }
H1.HeaderClassName
{
color: #7F349B;
}
.AnyTagClassName
{
color: #7F349B;
}
</style>
background-color css
<style>
a { background-color: #7F349B; }
a { background-color: rgb(127,52,155); }
div.DivClassName
{
background-color: #7F349B;
}
.BgClassName
{
background-color: #7F349B;
}
</style>
border-color css
<style>
span { border-color: #7F349B; }
span { border-color: rgb(127,52,155); }
td.TdClassName
{
border-color: #7F349B;
}
.TagClassName
{
border-color: #7F349B;
}
</style>