Shades of Vivid Violet #762C8A
Tints of Vivid Violet #762C8A
RGB
CMYK
RGB Variations
Color information
#762C8A (or 0x762C8A) is known color: Vivid Violet. HEX triplet: 76, 2C and 8A. RGB value is (118,44,138). Sum of RGB (Red+Green+Blue) = 118+44+138=300 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.33% from 300); Green value is 44 (17.58% from 255 or 14.67% from 300); Blue value is 138 (54.30% from 255 or 46% from 300); Max value from RGB is 138 - color contains mainly: blue. Hex color #762C8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762C8A is #89D375. Grayscale: #4C4C4C. Windows color (decimal): -9032566 or 9055350. OLE color: 9055350.
HSL color Cylindrical-coordinate representation of color #762C8A: hue angle of 287.23º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #762C8A is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 118 | 44 | 138 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.46 |
| HSL | 287.23º | 0.52% | 0.36% | - |
| HSV(B) | 287.23º | 0.68% | 0.54% | - |
| XYZ | 12.96 | 7.49 | 24.81 | - |
| YUV | 76.84 | 162.52 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 44 | 138 | 0.14 | 0.68 | 0 | 0.46 | 287.23 | 0.52 | 0.36 |
| Hex | 76 | 2C | 8A | E | 44 | 0 | 2E | 11F | 34 | 24 |
| Octal | 166 | 54 | 212 | 16 | 104 | 0 | 56 | 437 | 64 | 44 |
| Binary | 1110110 | 101100 | 10001010 | 1110 | 1000100 | 0 | 101110 | 100011111 | 110100 | 100100 |
Color Harmonies of #762C8A
Complementary color
Monochromatic Colors of #762C8A
Black with #762C8A
Text Example
Text Example
White with #762C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762C8A; }
p { color: rgb(118,44,138); }
H1.HeaderClassName
{
color: #762C8A;
}
.AnyTagClassName
{
color: #762C8A;
}
</style>
background-color css
<style>
a { background-color: #762C8A; }
a { background-color: rgb(118,44,138); }
div.DivClassName
{
background-color: #762C8A;
}
.BgClassName
{
background-color: #762C8A;
}
</style>
border-color css
<style>
span { border-color: #762C8A; }
span { border-color: rgb(118,44,138); }
td.TdClassName
{
border-color: #762C8A;
}
.TagClassName
{
border-color: #762C8A;
}
</style>