Shades of Vivid Violet #76398F
Tints of Vivid Violet #76398F
RGB
CMYK
RGB Variations
Color information
#76398F (or 0x76398F) is known color: Vivid Violet. HEX triplet: 76, 39 and 8F. RGB value is (118,57,143). Sum of RGB (Red+Green+Blue) = 118+57+143=318 (42% of max value = 765). Red value is 118 (46.48% from 255 or 37.11% from 318); Green value is 57 (22.66% from 255 or 17.92% from 318); Blue value is 143 (56.25% from 255 or 44.97% from 318); Max value from RGB is 143 - color contains mainly: blue. Hex color #76398F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76398F is #89C670. Grayscale: #545454. Windows color (decimal): -9029233 or 9386358. OLE color: 9386358.
HSL color Cylindrical-coordinate representation of color #76398F: hue angle of 282.56º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #76398F is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 118 | 57 | 143 | - |
| CMYK | 0.17 | 0.60 | 0 | 0.44 |
| HSL | 282.56º | 0.43% | 0.39% | - |
| HSV(B) | 282.56º | 0.6% | 0.56% | - |
| XYZ | 13.89 | 8.76 | 26.95 | - |
| YUV | 85.04 | 160.71 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 57 | 143 | 0.17 | 0.60 | 0 | 0.44 | 282.56 | 0.43 | 0.39 |
| Hex | 76 | 39 | 8F | 11 | 3C | 0 | 2C | 11B | 2B | 27 |
| Octal | 166 | 71 | 217 | 21 | 74 | 0 | 54 | 433 | 53 | 47 |
| Binary | 1110110 | 111001 | 10001111 | 10001 | 111100 | 0 | 101100 | 100011011 | 101011 | 100111 |
Color Harmonies of #76398F
Complementary color
Monochromatic Colors of #76398F
Black with #76398F
Text Example
Text Example
White with #76398F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76398F; }
p { color: rgb(118,57,143); }
H1.HeaderClassName
{
color: #76398F;
}
.AnyTagClassName
{
color: #76398F;
}
</style>
background-color css
<style>
a { background-color: #76398F; }
a { background-color: rgb(118,57,143); }
div.DivClassName
{
background-color: #76398F;
}
.BgClassName
{
background-color: #76398F;
}
</style>
border-color css
<style>
span { border-color: #76398F; }
span { border-color: rgb(118,57,143); }
td.TdClassName
{
border-color: #76398F;
}
.TagClassName
{
border-color: #76398F;
}
</style>