Shades of Vivid Violet #7F359B
Tints of Vivid Violet #7F359B
RGB
CMYK
RGB Variations
Color information
#7F359B (or 0x7F359B) is known color: Vivid Violet. HEX triplet: 7F, 35 and 9B. RGB value is (127,53,155). Sum of RGB (Red+Green+Blue) = 127+53+155=335 (44% of max value = 765). Red value is 127 (50% from 255 or 37.91% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 155 (60.94% from 255 or 46.27% from 335); Max value from RGB is 155 - color contains mainly: blue. Hex color #7F359B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F359B is #80CA64. Grayscale: #565656. Windows color (decimal): -8440421 or 10171775. OLE color: 10171775.
HSL color Cylindrical-coordinate representation of color #7F359B: hue angle of 283.53º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7F359B is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 127 | 53 | 155 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.39 |
| HSL | 283.53º | 0.49% | 0.41% | - |
| HSV(B) | 283.53º | 0.66% | 0.61% | - |
| XYZ | 15.94 | 9.42 | 31.99 | - |
| YUV | 86.75 | 166.52 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 53 | 155 | 0.18 | 0.66 | 0 | 0.39 | 283.53 | 0.49 | 0.41 |
| Hex | 7F | 35 | 9B | 12 | 42 | 0 | 27 | 11C | 31 | 29 |
| Octal | 177 | 65 | 233 | 22 | 102 | 0 | 47 | 434 | 61 | 51 |
| Binary | 1111111 | 110101 | 10011011 | 10010 | 1000010 | 0 | 100111 | 100011100 | 110001 | 101001 |
Color Harmonies of #7F359B
Complementary color
Monochromatic Colors of #7F359B
Black with #7F359B
Text Example
Text Example
White with #7F359B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F359B; }
p { color: rgb(127,53,155); }
H1.HeaderClassName
{
color: #7F359B;
}
.AnyTagClassName
{
color: #7F359B;
}
</style>
background-color css
<style>
a { background-color: #7F359B; }
a { background-color: rgb(127,53,155); }
div.DivClassName
{
background-color: #7F359B;
}
.BgClassName
{
background-color: #7F359B;
}
</style>
border-color css
<style>
span { border-color: #7F359B; }
span { border-color: rgb(127,53,155); }
td.TdClassName
{
border-color: #7F359B;
}
.TagClassName
{
border-color: #7F359B;
}
</style>