Shades of Vivid Violet #7F4382
Tints of Vivid Violet #7F4382
RGB
CMYK
RGB Variations
Color information
#7F4382 (or 0x7F4382) is known color: Vivid Violet. HEX triplet: 7F, 43 and 82. RGB value is (127,67,130). Sum of RGB (Red+Green+Blue) = 127+67+130=324 (42% of max value = 765). Red value is 127 (50% from 255 or 39.20% from 324); Green value is 67 (26.56% from 255 or 20.68% from 324); Blue value is 130 (51.17% from 255 or 40.12% from 324); Max value from RGB is 130 - color contains mainly: blue. Hex color #7F4382 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F4382 is #80BC7D. Grayscale: #5B5B5B. Windows color (decimal): -8436862 or 8536959. OLE color: 8536959.
HSL color Cylindrical-coordinate representation of color #7F4382: hue angle of 297.14º 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 #7F4382 is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 127 | 67 | 130 | - |
| CMYK | 0.02 | 0.48 | 0 | 0.49 |
| HSL | 297.14º | 0.32% | 0.39% | - |
| HSV(B) | 297.14º | 0.48% | 0.51% | - |
| XYZ | 14.79 | 10.14 | 22.3 | - |
| YUV | 92.12 | 149.38 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 67 | 130 | 0.02 | 0.48 | 0 | 0.49 | 297.14 | 0.32 | 0.39 |
| Hex | 7F | 43 | 82 | 2 | 30 | 0 | 31 | 129 | 20 | 27 |
| Octal | 177 | 103 | 202 | 2 | 60 | 0 | 61 | 451 | 40 | 47 |
| Binary | 1111111 | 1000011 | 10000010 | 10 | 110000 | 0 | 110001 | 100101001 | 100000 | 100111 |
Color Harmonies of #7F4382
Complementary color
Monochromatic Colors of #7F4382
Black with #7F4382
Text Example
Text Example
White with #7F4382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4382; }
p { color: rgb(127,67,130); }
H1.HeaderClassName
{
color: #7F4382;
}
.AnyTagClassName
{
color: #7F4382;
}
</style>
background-color css
<style>
a { background-color: #7F4382; }
a { background-color: rgb(127,67,130); }
div.DivClassName
{
background-color: #7F4382;
}
.BgClassName
{
background-color: #7F4382;
}
</style>
border-color css
<style>
span { border-color: #7F4382; }
span { border-color: rgb(127,67,130); }
td.TdClassName
{
border-color: #7F4382;
}
.TagClassName
{
border-color: #7F4382;
}
</style>