Shades of Vivid Violet #7E438F
Tints of Vivid Violet #7E438F
RGB
CMYK
RGB Variations
Color information
#7E438F (or 0x7E438F) is known color: Vivid Violet. HEX triplet: 7E, 43 and 8F. RGB value is (126,67,143). Sum of RGB (Red+Green+Blue) = 126+67+143=336 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.5% from 336); Green value is 67 (26.56% from 255 or 19.94% from 336); Blue value is 143 (56.25% from 255 or 42.56% from 336); Max value from RGB is 143 - color contains mainly: blue. Hex color #7E438F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E438F is #81BC70. Grayscale: #5D5D5D. Windows color (decimal): -8502385 or 9388926. OLE color: 9388926.
HSL color Cylindrical-coordinate representation of color #7E438F: hue angle of 286.58º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7E438F is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 126 | 67 | 143 | - |
| CMYK | 0.12 | 0.53 | 0 | 0.44 |
| HSL | 286.58º | 0.36% | 0.41% | - |
| HSV(B) | 286.58º | 0.53% | 0.56% | - |
| XYZ | 15.57 | 10.43 | 27.18 | - |
| YUV | 93.31 | 156.05 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 67 | 143 | 0.12 | 0.53 | 0 | 0.44 | 286.58 | 0.36 | 0.41 |
| Hex | 7E | 43 | 8F | C | 35 | 0 | 2C | 11F | 24 | 29 |
| Octal | 176 | 103 | 217 | 14 | 65 | 0 | 54 | 437 | 44 | 51 |
| Binary | 1111110 | 1000011 | 10001111 | 1100 | 110101 | 0 | 101100 | 100011111 | 100100 | 101001 |
Color Harmonies of #7E438F
Complementary color
Monochromatic Colors of #7E438F
Black with #7E438F
Text Example
Text Example
White with #7E438F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E438F; }
p { color: rgb(126,67,143); }
H1.HeaderClassName
{
color: #7E438F;
}
.AnyTagClassName
{
color: #7E438F;
}
</style>
background-color css
<style>
a { background-color: #7E438F; }
a { background-color: rgb(126,67,143); }
div.DivClassName
{
background-color: #7E438F;
}
.BgClassName
{
background-color: #7E438F;
}
</style>
border-color css
<style>
span { border-color: #7E438F; }
span { border-color: rgb(126,67,143); }
td.TdClassName
{
border-color: #7E438F;
}
.TagClassName
{
border-color: #7E438F;
}
</style>