Shades of Vivid Violet #7F289C
Tints of Vivid Violet #7F289C
RGB
CMYK
RGB Variations
Color information
#7F289C (or 0x7F289C) is known color: Vivid Violet. HEX triplet: 7F, 28 and 9C. RGB value is (127,40,156). Sum of RGB (Red+Green+Blue) = 127+40+156=323 (42% of max value = 765). Red value is 127 (50% from 255 or 39.32% from 323); Green value is 40 (16.02% from 255 or 12.38% from 323); Blue value is 156 (61.33% from 255 or 48.30% from 323); Max value from RGB is 156 - color contains mainly: blue. Hex color #7F289C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F289C is #80D763. Grayscale: #4E4E4E. Windows color (decimal): -8443748 or 10233983. OLE color: 10233983.
HSL color Cylindrical-coordinate representation of color #7F289C: hue angle of 285º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7F289C is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 127 | 40 | 156 | - |
| CMYK | 0.19 | 0.74 | 0 | 0.39 |
| HSL | 285º | 0.59% | 0.38% | - |
| HSV(B) | 285º | 0.74% | 0.61% | - |
| XYZ | 15.51 | 8.43 | 32.26 | - |
| YUV | 79.24 | 171.32 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 40 | 156 | 0.19 | 0.74 | 0 | 0.39 | 285 | 0.59 | 0.38 |
| Hex | 7F | 28 | 9C | 13 | 4A | 0 | 27 | 11D | 3B | 26 |
| Octal | 177 | 50 | 234 | 23 | 112 | 0 | 47 | 435 | 73 | 46 |
| Binary | 1111111 | 101000 | 10011100 | 10011 | 1001010 | 0 | 100111 | 100011101 | 111011 | 100110 |
Color Harmonies of #7F289C
Complementary color
Monochromatic Colors of #7F289C
Black with #7F289C
Text Example
Text Example
White with #7F289C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F289C; }
p { color: rgb(127,40,156); }
H1.HeaderClassName
{
color: #7F289C;
}
.AnyTagClassName
{
color: #7F289C;
}
</style>
background-color css
<style>
a { background-color: #7F289C; }
a { background-color: rgb(127,40,156); }
div.DivClassName
{
background-color: #7F289C;
}
.BgClassName
{
background-color: #7F289C;
}
</style>
border-color css
<style>
span { border-color: #7F289C; }
span { border-color: rgb(127,40,156); }
td.TdClassName
{
border-color: #7F289C;
}
.TagClassName
{
border-color: #7F289C;
}
</style>