Shades of Vivid Violet #7F3082
Tints of Vivid Violet #7F3082
RGB
CMYK
RGB Variations
Color information
#7F3082 (or 0x7F3082) is known color: Vivid Violet. HEX triplet: 7F, 30 and 82. RGB value is (127,48,130). Sum of RGB (Red+Green+Blue) = 127+48+130=305 (40% of max value = 765). Red value is 127 (50% from 255 or 41.64% from 305); Green value is 48 (19.14% from 255 or 15.74% from 305); Blue value is 130 (51.17% from 255 or 42.62% from 305); Max value from RGB is 130 - color contains mainly: blue. Hex color #7F3082 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F3082 is #80CF7D. Grayscale: #505050. Windows color (decimal): -8441726 or 8532095. OLE color: 8532095.
HSL color Cylindrical-coordinate representation of color #7F3082: hue angle of 297.8º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7F3082 is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 127 | 48 | 130 | - |
| CMYK | 0.02 | 0.63 | 0 | 0.49 |
| HSL | 297.8º | 0.46% | 0.35% | - |
| HSV(B) | 297.8º | 0.63% | 0.51% | - |
| XYZ | 13.84 | 8.24 | 21.98 | - |
| YUV | 80.97 | 155.67 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 48 | 130 | 0.02 | 0.63 | 0 | 0.49 | 297.8 | 0.46 | 0.35 |
| Hex | 7F | 30 | 82 | 2 | 3F | 0 | 31 | 12A | 2E | 23 |
| Octal | 177 | 60 | 202 | 2 | 77 | 0 | 61 | 452 | 56 | 43 |
| Binary | 1111111 | 110000 | 10000010 | 10 | 111111 | 0 | 110001 | 100101010 | 101110 | 100011 |
Color Harmonies of #7F3082
Complementary color
Monochromatic Colors of #7F3082
Black with #7F3082
Text Example
Text Example
White with #7F3082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3082; }
p { color: rgb(127,48,130); }
H1.HeaderClassName
{
color: #7F3082;
}
.AnyTagClassName
{
color: #7F3082;
}
</style>
background-color css
<style>
a { background-color: #7F3082; }
a { background-color: rgb(127,48,130); }
div.DivClassName
{
background-color: #7F3082;
}
.BgClassName
{
background-color: #7F3082;
}
</style>
border-color css
<style>
span { border-color: #7F3082; }
span { border-color: rgb(127,48,130); }
td.TdClassName
{
border-color: #7F3082;
}
.TagClassName
{
border-color: #7F3082;
}
</style>