Shades of Vivid Violet #7F4483
Tints of Vivid Violet #7F4483
RGB
CMYK
RGB Variations
Color information
#7F4483 (or 0x7F4483) is known color: Vivid Violet. HEX triplet: 7F, 44 and 83. RGB value is (127,68,131). Sum of RGB (Red+Green+Blue) = 127+68+131=326 (43% of max value = 765). Red value is 127 (50% from 255 or 38.96% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 131 (51.56% from 255 or 40.18% from 326); Max value from RGB is 131 - color contains mainly: blue. Hex color #7F4483 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F4483 is #80BB7C. Grayscale: #5C5C5C. Windows color (decimal): -8436605 or 8602751. OLE color: 8602751.
HSL color Cylindrical-coordinate representation of color #7F4483: hue angle of 296.19º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7F4483 is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 127 | 68 | 131 | - |
| CMYK | 0.03 | 0.48 | 0 | 0.49 |
| HSL | 296.19º | 0.32% | 0.39% | - |
| HSV(B) | 296.19º | 0.48% | 0.51% | - |
| XYZ | 14.92 | 10.28 | 22.67 | - |
| YUV | 92.82 | 149.55 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 68 | 131 | 0.03 | 0.48 | 0 | 0.49 | 296.19 | 0.32 | 0.39 |
| Hex | 7F | 44 | 83 | 3 | 30 | 0 | 31 | 128 | 20 | 27 |
| Octal | 177 | 104 | 203 | 3 | 60 | 0 | 61 | 450 | 40 | 47 |
| Binary | 1111111 | 1000100 | 10000011 | 11 | 110000 | 0 | 110001 | 100101000 | 100000 | 100111 |
Color Harmonies of #7F4483
Complementary color
Monochromatic Colors of #7F4483
Black with #7F4483
Text Example
Text Example
White with #7F4483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4483; }
p { color: rgb(127,68,131); }
H1.HeaderClassName
{
color: #7F4483;
}
.AnyTagClassName
{
color: #7F4483;
}
</style>
background-color css
<style>
a { background-color: #7F4483; }
a { background-color: rgb(127,68,131); }
div.DivClassName
{
background-color: #7F4483;
}
.BgClassName
{
background-color: #7F4483;
}
</style>
border-color css
<style>
span { border-color: #7F4483; }
span { border-color: rgb(127,68,131); }
td.TdClassName
{
border-color: #7F4483;
}
.TagClassName
{
border-color: #7F4483;
}
</style>