Shades of Vivid Violet #7F348C
Tints of Vivid Violet #7F348C
RGB
CMYK
RGB Variations
Color information
#7F348C (or 0x7F348C) is known color: Vivid Violet. HEX triplet: 7F, 34 and 8C. RGB value is (127,52,140). Sum of RGB (Red+Green+Blue) = 127+52+140=319 (42% of max value = 765). Red value is 127 (50% from 255 or 39.81% from 319); Green value is 52 (20.70% from 255 or 16.30% from 319); Blue value is 140 (55.08% from 255 or 43.89% from 319); Max value from RGB is 140 - color contains mainly: blue. Hex color #7F348C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F348C is #80CB73. Grayscale: #545454. Windows color (decimal): -8440692 or 9188479. OLE color: 9188479.
HSL color Cylindrical-coordinate representation of color #7F348C: hue angle of 291.14º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7F348C is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 127 | 52 | 140 | - |
| CMYK | 0.09 | 0.63 | 0 | 0.45 |
| HSL | 291.14º | 0.46% | 0.38% | - |
| HSV(B) | 291.14º | 0.63% | 0.55% | - |
| XYZ | 14.71 | 8.86 | 25.75 | - |
| YUV | 84.46 | 159.35 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 52 | 140 | 0.09 | 0.63 | 0 | 0.45 | 291.14 | 0.46 | 0.38 |
| Hex | 7F | 34 | 8C | 9 | 3F | 0 | 2D | 123 | 2E | 26 |
| Octal | 177 | 64 | 214 | 11 | 77 | 0 | 55 | 443 | 56 | 46 |
| Binary | 1111111 | 110100 | 10001100 | 1001 | 111111 | 0 | 101101 | 100100011 | 101110 | 100110 |
Color Harmonies of #7F348C
Complementary color
Monochromatic Colors of #7F348C
Black with #7F348C
Text Example
Text Example
White with #7F348C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F348C; }
p { color: rgb(127,52,140); }
H1.HeaderClassName
{
color: #7F348C;
}
.AnyTagClassName
{
color: #7F348C;
}
</style>
background-color css
<style>
a { background-color: #7F348C; }
a { background-color: rgb(127,52,140); }
div.DivClassName
{
background-color: #7F348C;
}
.BgClassName
{
background-color: #7F348C;
}
</style>
border-color css
<style>
span { border-color: #7F348C; }
span { border-color: rgb(127,52,140); }
td.TdClassName
{
border-color: #7F348C;
}
.TagClassName
{
border-color: #7F348C;
}
</style>