Shades of Vivid Violet #7F368C
Tints of Vivid Violet #7F368C
RGB
CMYK
RGB Variations
Color information
#7F368C (or 0x7F368C) is known color: Vivid Violet. HEX triplet: 7F, 36 and 8C. RGB value is (127,54,140). Sum of RGB (Red+Green+Blue) = 127+54+140=321 (42% of max value = 765). Red value is 127 (50% from 255 or 39.56% from 321); Green value is 54 (21.48% from 255 or 16.82% from 321); Blue value is 140 (55.08% from 255 or 43.61% from 321); Max value from RGB is 140 - color contains mainly: blue. Hex color #7F368C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F368C is #80C973. Grayscale: #555555. Windows color (decimal): -8440180 or 9188991. OLE color: 9188991.
HSL color Cylindrical-coordinate representation of color #7F368C: hue angle of 290.93º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7F368C is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 127 | 54 | 140 | - |
| CMYK | 0.09 | 0.61 | 0 | 0.45 |
| HSL | 290.93º | 0.44% | 0.38% | - |
| HSV(B) | 290.93º | 0.61% | 0.55% | - |
| XYZ | 14.81 | 9.04 | 25.78 | - |
| YUV | 85.63 | 158.68 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 54 | 140 | 0.09 | 0.61 | 0 | 0.45 | 290.93 | 0.44 | 0.38 |
| Hex | 7F | 36 | 8C | 9 | 3D | 0 | 2D | 123 | 2C | 26 |
| Octal | 177 | 66 | 214 | 11 | 75 | 0 | 55 | 443 | 54 | 46 |
| Binary | 1111111 | 110110 | 10001100 | 1001 | 111101 | 0 | 101101 | 100100011 | 101100 | 100110 |
Color Harmonies of #7F368C
Complementary color
Monochromatic Colors of #7F368C
Black with #7F368C
Text Example
Text Example
White with #7F368C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F368C; }
p { color: rgb(127,54,140); }
H1.HeaderClassName
{
color: #7F368C;
}
.AnyTagClassName
{
color: #7F368C;
}
</style>
background-color css
<style>
a { background-color: #7F368C; }
a { background-color: rgb(127,54,140); }
div.DivClassName
{
background-color: #7F368C;
}
.BgClassName
{
background-color: #7F368C;
}
</style>
border-color css
<style>
span { border-color: #7F368C; }
span { border-color: rgb(127,54,140); }
td.TdClassName
{
border-color: #7F368C;
}
.TagClassName
{
border-color: #7F368C;
}
</style>