Shades of Vivid Violet #7F339D
Tints of Vivid Violet #7F339D
RGB
CMYK
RGB Variations
Color information
#7F339D (or 0x7F339D) is known color: Vivid Violet. HEX triplet: 7F, 33 and 9D. RGB value is (127,51,157). Sum of RGB (Red+Green+Blue) = 127+51+157=335 (44% of max value = 765). Red value is 127 (50% from 255 or 37.91% from 335); Green value is 51 (20.31% from 255 or 15.22% from 335); Blue value is 157 (61.72% from 255 or 46.87% from 335); Max value from RGB is 157 - color contains mainly: blue. Hex color #7F339D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F339D is #80CC62. Grayscale: #555555. Windows color (decimal): -8440931 or 10302335. OLE color: 10302335.
HSL color Cylindrical-coordinate representation of color #7F339D: hue angle of 283.02º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7F339D is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 127 | 51 | 157 | - |
| CMYK | 0.19 | 0.68 | 0 | 0.38 |
| HSL | 283.02º | 0.51% | 0.41% | - |
| HSV(B) | 283.02º | 0.68% | 0.62% | - |
| XYZ | 16.02 | 9.31 | 32.85 | - |
| YUV | 85.81 | 168.18 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 51 | 157 | 0.19 | 0.68 | 0 | 0.38 | 283.02 | 0.51 | 0.41 |
| Hex | 7F | 33 | 9D | 13 | 44 | 0 | 26 | 11B | 33 | 29 |
| Octal | 177 | 63 | 235 | 23 | 104 | 0 | 46 | 433 | 63 | 51 |
| Binary | 1111111 | 110011 | 10011101 | 10011 | 1000100 | 0 | 100110 | 100011011 | 110011 | 101001 |
Color Harmonies of #7F339D
Complementary color
Monochromatic Colors of #7F339D
Black with #7F339D
Text Example
Text Example
White with #7F339D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F339D; }
p { color: rgb(127,51,157); }
H1.HeaderClassName
{
color: #7F339D;
}
.AnyTagClassName
{
color: #7F339D;
}
</style>
background-color css
<style>
a { background-color: #7F339D; }
a { background-color: rgb(127,51,157); }
div.DivClassName
{
background-color: #7F339D;
}
.BgClassName
{
background-color: #7F339D;
}
</style>
border-color css
<style>
span { border-color: #7F339D; }
span { border-color: rgb(127,51,157); }
td.TdClassName
{
border-color: #7F339D;
}
.TagClassName
{
border-color: #7F339D;
}
</style>