Shades of Vivid Violet #7F339C
Tints of Vivid Violet #7F339C
RGB
CMYK
RGB Variations
Color information
#7F339C (or 0x7F339C) is known color: Vivid Violet. HEX triplet: 7F, 33 and 9C. RGB value is (127,51,156). Sum of RGB (Red+Green+Blue) = 127+51+156=334 (44% of max value = 765). Red value is 127 (50% from 255 or 38.02% from 334); Green value is 51 (20.31% from 255 or 15.27% from 334); Blue value is 156 (61.33% from 255 or 46.71% from 334); Max value from RGB is 156 - color contains mainly: blue. Hex color #7F339C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F339C is #80CC63. Grayscale: #555555. Windows color (decimal): -8440932 or 10236799. OLE color: 10236799.
HSL color Cylindrical-coordinate representation of color #7F339C: hue angle of 283.43º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7F339C is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 127 | 51 | 156 | - |
| CMYK | 0.19 | 0.67 | 0 | 0.39 |
| HSL | 283.43º | 0.51% | 0.41% | - |
| HSV(B) | 283.43º | 0.67% | 0.61% | - |
| XYZ | 15.94 | 9.28 | 32.4 | - |
| YUV | 85.69 | 167.68 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 51 | 156 | 0.19 | 0.67 | 0 | 0.39 | 283.43 | 0.51 | 0.41 |
| Hex | 7F | 33 | 9C | 13 | 43 | 0 | 27 | 11B | 33 | 29 |
| Octal | 177 | 63 | 234 | 23 | 103 | 0 | 47 | 433 | 63 | 51 |
| Binary | 1111111 | 110011 | 10011100 | 10011 | 1000011 | 0 | 100111 | 100011011 | 110011 | 101001 |
Color Harmonies of #7F339C
Complementary color
Monochromatic Colors of #7F339C
Black with #7F339C
Text Example
Text Example
White with #7F339C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F339C; }
p { color: rgb(127,51,156); }
H1.HeaderClassName
{
color: #7F339C;
}
.AnyTagClassName
{
color: #7F339C;
}
</style>
background-color css
<style>
a { background-color: #7F339C; }
a { background-color: rgb(127,51,156); }
div.DivClassName
{
background-color: #7F339C;
}
.BgClassName
{
background-color: #7F339C;
}
</style>
border-color css
<style>
span { border-color: #7F339C; }
span { border-color: rgb(127,51,156); }
td.TdClassName
{
border-color: #7F339C;
}
.TagClassName
{
border-color: #7F339C;
}
</style>