Shades of Vivid Violet #7F3A93
Tints of Vivid Violet #7F3A93
RGB
CMYK
RGB Variations
Color information
#7F3A93 (or 0x7F3A93) is known color: Vivid Violet. HEX triplet: 7F, 3A and 93. RGB value is (127,58,147). Sum of RGB (Red+Green+Blue) = 127+58+147=332 (43% of max value = 765). Red value is 127 (50% from 255 or 38.25% from 332); Green value is 58 (23.05% from 255 or 17.47% from 332); Blue value is 147 (57.81% from 255 or 44.28% from 332); Max value from RGB is 147 - color contains mainly: blue. Hex color #7F3A93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F3A93 is #80C56C. Grayscale: #585858. Windows color (decimal): -8439149 or 9648767. OLE color: 9648767.
HSL color Cylindrical-coordinate representation of color #7F3A93: hue angle of 286.52º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7F3A93 is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 127 | 58 | 147 | - |
| CMYK | 0.14 | 0.61 | 0 | 0.42 |
| HSL | 286.52º | 0.43% | 0.4% | - |
| HSV(B) | 286.52º | 0.61% | 0.58% | - |
| XYZ | 15.53 | 9.64 | 28.65 | - |
| YUV | 88.78 | 160.86 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 58 | 147 | 0.14 | 0.61 | 0 | 0.42 | 286.52 | 0.43 | 0.4 |
| Hex | 7F | 3A | 93 | E | 3D | 0 | 2A | 11F | 2B | 28 |
| Octal | 177 | 72 | 223 | 16 | 75 | 0 | 52 | 437 | 53 | 50 |
| Binary | 1111111 | 111010 | 10010011 | 1110 | 111101 | 0 | 101010 | 100011111 | 101011 | 101000 |
Color Harmonies of #7F3A93
Complementary color
Monochromatic Colors of #7F3A93
Black with #7F3A93
Text Example
Text Example
White with #7F3A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3A93; }
p { color: rgb(127,58,147); }
H1.HeaderClassName
{
color: #7F3A93;
}
.AnyTagClassName
{
color: #7F3A93;
}
</style>
background-color css
<style>
a { background-color: #7F3A93; }
a { background-color: rgb(127,58,147); }
div.DivClassName
{
background-color: #7F3A93;
}
.BgClassName
{
background-color: #7F3A93;
}
</style>
border-color css
<style>
span { border-color: #7F3A93; }
span { border-color: rgb(127,58,147); }
td.TdClassName
{
border-color: #7F3A93;
}
.TagClassName
{
border-color: #7F3A93;
}
</style>