Shades of Vivid Violet #7F3A88
Tints of Vivid Violet #7F3A88
RGB
CMYK
RGB Variations
Color information
#7F3A88 (or 0x7F3A88) is known color: Vivid Violet. HEX triplet: 7F, 3A and 88. RGB value is (127,58,136). Sum of RGB (Red+Green+Blue) = 127+58+136=321 (42% of max value = 765). Red value is 127 (50% from 255 or 39.56% from 321); Green value is 58 (23.05% from 255 or 18.07% from 321); Blue value is 136 (53.52% from 255 or 42.37% from 321); Max value from RGB is 136 - color contains mainly: blue. Hex color #7F3A88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F3A88 is #80C577. Grayscale: #575757. Windows color (decimal): -8439160 or 8927871. OLE color: 8927871.
HSL color Cylindrical-coordinate representation of color #7F3A88: hue angle of 293.08º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7F3A88 is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 127 | 58 | 136 | - |
| CMYK | 0.07 | 0.57 | 0 | 0.47 |
| HSL | 293.08º | 0.4% | 0.38% | - |
| HSV(B) | 293.08º | 0.57% | 0.53% | - |
| XYZ | 14.71 | 9.32 | 24.32 | - |
| YUV | 87.52 | 155.36 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 58 | 136 | 0.07 | 0.57 | 0 | 0.47 | 293.08 | 0.4 | 0.38 |
| Hex | 7F | 3A | 88 | 7 | 39 | 0 | 2F | 125 | 28 | 26 |
| Octal | 177 | 72 | 210 | 7 | 71 | 0 | 57 | 445 | 50 | 46 |
| Binary | 1111111 | 111010 | 10001000 | 111 | 111001 | 0 | 101111 | 100100101 | 101000 | 100110 |
Color Harmonies of #7F3A88
Complementary color
Monochromatic Colors of #7F3A88
Black with #7F3A88
Text Example
Text Example
White with #7F3A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3A88; }
p { color: rgb(127,58,136); }
H1.HeaderClassName
{
color: #7F3A88;
}
.AnyTagClassName
{
color: #7F3A88;
}
</style>
background-color css
<style>
a { background-color: #7F3A88; }
a { background-color: rgb(127,58,136); }
div.DivClassName
{
background-color: #7F3A88;
}
.BgClassName
{
background-color: #7F3A88;
}
</style>
border-color css
<style>
span { border-color: #7F3A88; }
span { border-color: rgb(127,58,136); }
td.TdClassName
{
border-color: #7F3A88;
}
.TagClassName
{
border-color: #7F3A88;
}
</style>