Shades of Vivid Violet #762C9B
Tints of Vivid Violet #762C9B
RGB
CMYK
RGB Variations
Color information
#762C9B (or 0x762C9B) is known color: Vivid Violet. HEX triplet: 76, 2C and 9B. RGB value is (118,44,155). Sum of RGB (Red+Green+Blue) = 118+44+155=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 44 (17.58% from 255 or 13.88% from 317); Blue value is 155 (60.94% from 255 or 48.90% from 317); Max value from RGB is 155 - color contains mainly: blue. Hex color #762C9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762C9B is #89D364. Grayscale: #4E4E4E. Windows color (decimal): -9032549 or 10169462. OLE color: 10169462.
HSL color Cylindrical-coordinate representation of color #762C9B: hue angle of 280º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #762C9B is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 118 | 44 | 155 | - |
| CMYK | 0.24 | 0.72 | 0 | 0.39 |
| HSL | 280º | 0.56% | 0.39% | - |
| HSV(B) | 280º | 0.72% | 0.61% | - |
| XYZ | 14.29 | 8.02 | 31.81 | - |
| YUV | 78.78 | 171.02 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 44 | 155 | 0.24 | 0.72 | 0 | 0.39 | 280 | 0.56 | 0.39 |
| Hex | 76 | 2C | 9B | 18 | 48 | 0 | 27 | 118 | 38 | 27 |
| Octal | 166 | 54 | 233 | 30 | 110 | 0 | 47 | 430 | 70 | 47 |
| Binary | 1110110 | 101100 | 10011011 | 11000 | 1001000 | 0 | 100111 | 100011000 | 111000 | 100111 |
Color Harmonies of #762C9B
Complementary color
Monochromatic Colors of #762C9B
Black with #762C9B
Text Example
Text Example
White with #762C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762C9B; }
p { color: rgb(118,44,155); }
H1.HeaderClassName
{
color: #762C9B;
}
.AnyTagClassName
{
color: #762C9B;
}
</style>
background-color css
<style>
a { background-color: #762C9B; }
a { background-color: rgb(118,44,155); }
div.DivClassName
{
background-color: #762C9B;
}
.BgClassName
{
background-color: #762C9B;
}
</style>
border-color css
<style>
span { border-color: #762C9B; }
span { border-color: rgb(118,44,155); }
td.TdClassName
{
border-color: #762C9B;
}
.TagClassName
{
border-color: #762C9B;
}
</style>