Shades of Vivid Violet #7F3593
Tints of Vivid Violet #7F3593
RGB
CMYK
RGB Variations
Color information
#7F3593 (or 0x7F3593) is known color: Vivid Violet. HEX triplet: 7F, 35 and 93. RGB value is (127,53,147). Sum of RGB (Red+Green+Blue) = 127+53+147=327 (43% of max value = 765). Red value is 127 (50% from 255 or 38.84% from 327); Green value is 53 (21.09% from 255 or 16.21% from 327); Blue value is 147 (57.81% from 255 or 44.95% from 327); Max value from RGB is 147 - color contains mainly: blue. Hex color #7F3593 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F3593 is #80CA6C. Grayscale: #555555. Windows color (decimal): -8440429 or 9647487. OLE color: 9647487.
HSL color Cylindrical-coordinate representation of color #7F3593: hue angle of 287.23º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7F3593 is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 127 | 53 | 147 | - |
| CMYK | 0.14 | 0.64 | 0 | 0.42 |
| HSL | 287.23º | 0.47% | 0.39% | - |
| HSV(B) | 287.23º | 0.64% | 0.58% | - |
| XYZ | 15.29 | 9.16 | 28.57 | - |
| YUV | 85.84 | 162.52 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 53 | 147 | 0.14 | 0.64 | 0 | 0.42 | 287.23 | 0.47 | 0.39 |
| Hex | 7F | 35 | 93 | E | 40 | 0 | 2A | 11F | 2F | 27 |
| Octal | 177 | 65 | 223 | 16 | 100 | 0 | 52 | 437 | 57 | 47 |
| Binary | 1111111 | 110101 | 10010011 | 1110 | 1000000 | 0 | 101010 | 100011111 | 101111 | 100111 |
Color Harmonies of #7F3593
Complementary color
Monochromatic Colors of #7F3593
Black with #7F3593
Text Example
Text Example
White with #7F3593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3593; }
p { color: rgb(127,53,147); }
H1.HeaderClassName
{
color: #7F3593;
}
.AnyTagClassName
{
color: #7F3593;
}
</style>
background-color css
<style>
a { background-color: #7F3593; }
a { background-color: rgb(127,53,147); }
div.DivClassName
{
background-color: #7F3593;
}
.BgClassName
{
background-color: #7F3593;
}
</style>
border-color css
<style>
span { border-color: #7F3593; }
span { border-color: rgb(127,53,147); }
td.TdClassName
{
border-color: #7F3593;
}
.TagClassName
{
border-color: #7F3593;
}
</style>