Shades of Vivid Violet #7F4383
Tints of Vivid Violet #7F4383
RGB
CMYK
RGB Variations
Color information
#7F4383 (or 0x7F4383) is known color: Vivid Violet. HEX triplet: 7F, 43 and 83. RGB value is (127,67,131). Sum of RGB (Red+Green+Blue) = 127+67+131=325 (43% of max value = 765). Red value is 127 (50% from 255 or 39.08% from 325); Green value is 67 (26.56% from 255 or 20.62% from 325); Blue value is 131 (51.56% from 255 or 40.31% from 325); Max value from RGB is 131 - color contains mainly: blue. Hex color #7F4383 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F4383 is #80BC7C. Grayscale: #5C5C5C. Windows color (decimal): -8436861 or 8602495. OLE color: 8602495.
HSL color Cylindrical-coordinate representation of color #7F4383: hue angle of 296.25º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7F4383 is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 127 | 67 | 131 | - |
| CMYK | 0.03 | 0.49 | 0 | 0.49 |
| HSL | 296.25º | 0.32% | 0.39% | - |
| HSV(B) | 296.25º | 0.49% | 0.51% | - |
| XYZ | 14.86 | 10.17 | 22.65 | - |
| YUV | 92.24 | 149.88 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 67 | 131 | 0.03 | 0.49 | 0 | 0.49 | 296.25 | 0.32 | 0.39 |
| Hex | 7F | 43 | 83 | 3 | 31 | 0 | 31 | 128 | 20 | 27 |
| Octal | 177 | 103 | 203 | 3 | 61 | 0 | 61 | 450 | 40 | 47 |
| Binary | 1111111 | 1000011 | 10000011 | 11 | 110001 | 0 | 110001 | 100101000 | 100000 | 100111 |
Color Harmonies of #7F4383
Complementary color
Monochromatic Colors of #7F4383
Black with #7F4383
Text Example
Text Example
White with #7F4383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4383; }
p { color: rgb(127,67,131); }
H1.HeaderClassName
{
color: #7F4383;
}
.AnyTagClassName
{
color: #7F4383;
}
</style>
background-color css
<style>
a { background-color: #7F4383; }
a { background-color: rgb(127,67,131); }
div.DivClassName
{
background-color: #7F4383;
}
.BgClassName
{
background-color: #7F4383;
}
</style>
border-color css
<style>
span { border-color: #7F4383; }
span { border-color: rgb(127,67,131); }
td.TdClassName
{
border-color: #7F4383;
}
.TagClassName
{
border-color: #7F4383;
}
</style>