Shades of Vivid Violet #7F358B
Tints of Vivid Violet #7F358B
RGB
CMYK
RGB Variations
Color information
#7F358B (or 0x7F358B) is known color: Vivid Violet. HEX triplet: 7F, 35 and 8B. RGB value is (127,53,139). Sum of RGB (Red+Green+Blue) = 127+53+139=319 (42% of max value = 765). Red value is 127 (50% from 255 or 39.81% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 139 - color contains mainly: blue. Hex color #7F358B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F358B is #80CA74. Grayscale: #545454. Windows color (decimal): -8440437 or 9123199. OLE color: 9123199.
HSL color Cylindrical-coordinate representation of color #7F358B: hue angle of 291.63º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7F358B is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 127 | 53 | 139 | - |
| CMYK | 0.09 | 0.62 | 0 | 0.45 |
| HSL | 291.63º | 0.45% | 0.38% | - |
| HSV(B) | 291.63º | 0.62% | 0.55% | - |
| XYZ | 14.69 | 8.92 | 25.37 | - |
| YUV | 84.93 | 158.52 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 53 | 139 | 0.09 | 0.62 | 0 | 0.45 | 291.63 | 0.45 | 0.38 |
| Hex | 7F | 35 | 8B | 9 | 3E | 0 | 2D | 124 | 2D | 26 |
| Octal | 177 | 65 | 213 | 11 | 76 | 0 | 55 | 444 | 55 | 46 |
| Binary | 1111111 | 110101 | 10001011 | 1001 | 111110 | 0 | 101101 | 100100100 | 101101 | 100110 |
Color Harmonies of #7F358B
Complementary color
Monochromatic Colors of #7F358B
Black with #7F358B
Text Example
Text Example
White with #7F358B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F358B; }
p { color: rgb(127,53,139); }
H1.HeaderClassName
{
color: #7F358B;
}
.AnyTagClassName
{
color: #7F358B;
}
</style>
background-color css
<style>
a { background-color: #7F358B; }
a { background-color: rgb(127,53,139); }
div.DivClassName
{
background-color: #7F358B;
}
.BgClassName
{
background-color: #7F358B;
}
</style>
border-color css
<style>
span { border-color: #7F358B; }
span { border-color: rgb(127,53,139); }
td.TdClassName
{
border-color: #7F358B;
}
.TagClassName
{
border-color: #7F358B;
}
</style>