Shades of Vivid Violet #762287
Tints of Vivid Violet #762287
RGB
CMYK
RGB Variations
Color information
#762287 (or 0x762287) is known color: Vivid Violet. HEX triplet: 76, 22 and 87. RGB value is (118,34,135). Sum of RGB (Red+Green+Blue) = 118+34+135=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 34 (13.67% from 255 or 11.85% from 287); Blue value is 135 (53.12% from 255 or 47.04% from 287); Max value from RGB is 135 - color contains mainly: blue. Hex color #762287 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762287 is #89DD78. Grayscale: #464646. Windows color (decimal): -9035129 or 8856182. OLE color: 8856182.
HSL color Cylindrical-coordinate representation of color #762287: hue angle of 289.9º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #762287 is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 118 | 34 | 135 | - |
| CMYK | 0.13 | 0.75 | 0 | 0.47 |
| HSL | 289.9º | 0.6% | 0.33% | - |
| HSV(B) | 289.9º | 0.75% | 0.53% | - |
| XYZ | 12.42 | 6.74 | 23.57 | - |
| YUV | 70.63 | 164.33 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 34 | 135 | 0.13 | 0.75 | 0 | 0.47 | 289.9 | 0.6 | 0.33 |
| Hex | 76 | 22 | 87 | D | 4B | 0 | 2F | 122 | 3C | 21 |
| Octal | 166 | 42 | 207 | 15 | 113 | 0 | 57 | 442 | 74 | 41 |
| Binary | 1110110 | 100010 | 10000111 | 1101 | 1001011 | 0 | 101111 | 100100010 | 111100 | 100001 |
Color Harmonies of #762287
Complementary color
Monochromatic Colors of #762287
Black with #762287
Text Example
Text Example
White with #762287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762287; }
p { color: rgb(118,34,135); }
H1.HeaderClassName
{
color: #762287;
}
.AnyTagClassName
{
color: #762287;
}
</style>
background-color css
<style>
a { background-color: #762287; }
a { background-color: rgb(118,34,135); }
div.DivClassName
{
background-color: #762287;
}
.BgClassName
{
background-color: #762287;
}
</style>
border-color css
<style>
span { border-color: #762287; }
span { border-color: rgb(118,34,135); }
td.TdClassName
{
border-color: #762287;
}
.TagClassName
{
border-color: #762287;
}
</style>