Shades of Vivid Violet #7F169C
Tints of Vivid Violet #7F169C
RGB
CMYK
RGB Variations
Color information
#7F169C (or 0x7F169C) is known color: Vivid Violet. HEX triplet: 7F, 16 and 9C. RGB value is (127,22,156). Sum of RGB (Red+Green+Blue) = 127+22+156=305 (40% of max value = 765). Red value is 127 (50% from 255 or 41.64% from 305); Green value is 22 (8.98% from 255 or 7.21% from 305); Blue value is 156 (61.33% from 255 or 51.15% from 305); Max value from RGB is 156 - color contains mainly: blue. Hex color #7F169C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F169C is #80E963. Grayscale: #444444. Windows color (decimal): -8448356 or 10229375. OLE color: 10229375.
HSL color Cylindrical-coordinate representation of color #7F169C: hue angle of 287.01º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7F169C is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 127 | 22 | 156 | - |
| CMYK | 0.19 | 0.86 | 0 | 0.39 |
| HSL | 287.01º | 0.75% | 0.35% | - |
| HSV(B) | 287.01º | 0.86% | 0.61% | - |
| XYZ | 15.04 | 7.49 | 32.1 | - |
| YUV | 68.67 | 177.29 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 22 | 156 | 0.19 | 0.86 | 0 | 0.39 | 287.01 | 0.75 | 0.35 |
| Hex | 7F | 16 | 9C | 13 | 56 | 0 | 27 | 11F | 4B | 23 |
| Octal | 177 | 26 | 234 | 23 | 126 | 0 | 47 | 437 | 113 | 43 |
| Binary | 1111111 | 10110 | 10011100 | 10011 | 1010110 | 0 | 100111 | 100011111 | 1001011 | 100011 |
Color Harmonies of #7F169C
Complementary color
Monochromatic Colors of #7F169C
Black with #7F169C
Text Example
Text Example
White with #7F169C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F169C; }
p { color: rgb(127,22,156); }
H1.HeaderClassName
{
color: #7F169C;
}
.AnyTagClassName
{
color: #7F169C;
}
</style>
background-color css
<style>
a { background-color: #7F169C; }
a { background-color: rgb(127,22,156); }
div.DivClassName
{
background-color: #7F169C;
}
.BgClassName
{
background-color: #7F169C;
}
</style>
border-color css
<style>
span { border-color: #7F169C; }
span { border-color: rgb(127,22,156); }
td.TdClassName
{
border-color: #7F169C;
}
.TagClassName
{
border-color: #7F169C;
}
</style>