Shades of Vivid Violet #762183
Tints of Vivid Violet #762183
RGB
CMYK
RGB Variations
Color information
#762183 (or 0x762183) is known color: Vivid Violet. HEX triplet: 76, 21 and 83. RGB value is (118,33,131). Sum of RGB (Red+Green+Blue) = 118+33+131=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 131 (51.56% from 255 or 46.45% from 282); Max value from RGB is 131 - color contains mainly: blue. Hex color #762183 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762183 is #89DE7C. Grayscale: #454545. Windows color (decimal): -9035389 or 8593782. OLE color: 8593782.
HSL color Cylindrical-coordinate representation of color #762183: hue angle of 292.04º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #762183 is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 118 | 33 | 131 | - |
| CMYK | 0.10 | 0.75 | 0 | 0.49 |
| HSL | 292.04º | 0.6% | 0.32% | - |
| HSV(B) | 292.04º | 0.75% | 0.51% | - |
| XYZ | 12.11 | 6.58 | 22.1 | - |
| YUV | 69.59 | 162.66 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 33 | 131 | 0.10 | 0.75 | 0 | 0.49 | 292.04 | 0.6 | 0.32 |
| Hex | 76 | 21 | 83 | A | 4B | 0 | 31 | 124 | 3C | 20 |
| Octal | 166 | 41 | 203 | 12 | 113 | 0 | 61 | 444 | 74 | 40 |
| Binary | 1110110 | 100001 | 10000011 | 1010 | 1001011 | 0 | 110001 | 100100100 | 111100 | 100000 |
Color Harmonies of #762183
Complementary color
Monochromatic Colors of #762183
Black with #762183
Text Example
Text Example
White with #762183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762183; }
p { color: rgb(118,33,131); }
H1.HeaderClassName
{
color: #762183;
}
.AnyTagClassName
{
color: #762183;
}
</style>
background-color css
<style>
a { background-color: #762183; }
a { background-color: rgb(118,33,131); }
div.DivClassName
{
background-color: #762183;
}
.BgClassName
{
background-color: #762183;
}
</style>
border-color css
<style>
span { border-color: #762183; }
span { border-color: rgb(118,33,131); }
td.TdClassName
{
border-color: #762183;
}
.TagClassName
{
border-color: #762183;
}
</style>