Shades of Vivid Violet #7F199C
Tints of Vivid Violet #7F199C
RGB
CMYK
RGB Variations
Color information
#7F199C (or 0x7F199C) is known color: Vivid Violet. HEX triplet: 7F, 19 and 9C. RGB value is (127,25,156). Sum of RGB (Red+Green+Blue) = 127+25+156=308 (40% of max value = 765). Red value is 127 (50% from 255 or 41.23% from 308); Green value is 25 (10.16% from 255 or 8.12% from 308); Blue value is 156 (61.33% from 255 or 50.65% from 308); Max value from RGB is 156 - color contains mainly: blue. Hex color #7F199C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F199C is #80E663. Grayscale: #464646. Windows color (decimal): -8447588 or 10230143. OLE color: 10230143.
HSL color Cylindrical-coordinate representation of color #7F199C: hue angle of 286.72º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7F199C is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 127 | 25 | 156 | - |
| CMYK | 0.19 | 0.84 | 0 | 0.39 |
| HSL | 286.72º | 0.72% | 0.35% | - |
| HSV(B) | 286.72º | 0.84% | 0.61% | - |
| XYZ | 15.1 | 7.61 | 32.13 | - |
| YUV | 70.43 | 176.29 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 25 | 156 | 0.19 | 0.84 | 0 | 0.39 | 286.72 | 0.72 | 0.35 |
| Hex | 7F | 19 | 9C | 13 | 54 | 0 | 27 | 11F | 48 | 23 |
| Octal | 177 | 31 | 234 | 23 | 124 | 0 | 47 | 437 | 110 | 43 |
| Binary | 1111111 | 11001 | 10011100 | 10011 | 1010100 | 0 | 100111 | 100011111 | 1001000 | 100011 |
Color Harmonies of #7F199C
Complementary color
Monochromatic Colors of #7F199C
Black with #7F199C
Text Example
Text Example
White with #7F199C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F199C; }
p { color: rgb(127,25,156); }
H1.HeaderClassName
{
color: #7F199C;
}
.AnyTagClassName
{
color: #7F199C;
}
</style>
background-color css
<style>
a { background-color: #7F199C; }
a { background-color: rgb(127,25,156); }
div.DivClassName
{
background-color: #7F199C;
}
.BgClassName
{
background-color: #7F199C;
}
</style>
border-color css
<style>
span { border-color: #7F199C; }
span { border-color: rgb(127,25,156); }
td.TdClassName
{
border-color: #7F199C;
}
.TagClassName
{
border-color: #7F199C;
}
</style>