Shades of Vivid Violet #763387
Tints of Vivid Violet #763387
RGB
CMYK
RGB Variations
Color information
#763387 (or 0x763387) is known color: Vivid Violet. HEX triplet: 76, 33 and 87. RGB value is (118,51,135). Sum of RGB (Red+Green+Blue) = 118+51+135=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 135 (53.12% from 255 or 44.41% from 304); Max value from RGB is 135 - color contains mainly: blue. Hex color #763387 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763387 is #89CC78. Grayscale: #505050. Windows color (decimal): -9030777 or 8860534. OLE color: 8860534.
HSL color Cylindrical-coordinate representation of color #763387: hue angle of 287.86º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #763387 is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 118 | 51 | 135 | - |
| CMYK | 0.13 | 0.62 | 0 | 0.47 |
| HSL | 287.86º | 0.45% | 0.36% | - |
| HSV(B) | 287.86º | 0.62% | 0.53% | - |
| XYZ | 13.03 | 7.97 | 23.77 | - |
| YUV | 80.61 | 158.7 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 51 | 135 | 0.13 | 0.62 | 0 | 0.47 | 287.86 | 0.45 | 0.36 |
| Hex | 76 | 33 | 87 | D | 3E | 0 | 2F | 120 | 2D | 24 |
| Octal | 166 | 63 | 207 | 15 | 76 | 0 | 57 | 440 | 55 | 44 |
| Binary | 1110110 | 110011 | 10000111 | 1101 | 111110 | 0 | 101111 | 100100000 | 101101 | 100100 |
Color Harmonies of #763387
Complementary color
Monochromatic Colors of #763387
Black with #763387
Text Example
Text Example
White with #763387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763387; }
p { color: rgb(118,51,135); }
H1.HeaderClassName
{
color: #763387;
}
.AnyTagClassName
{
color: #763387;
}
</style>
background-color css
<style>
a { background-color: #763387; }
a { background-color: rgb(118,51,135); }
div.DivClassName
{
background-color: #763387;
}
.BgClassName
{
background-color: #763387;
}
</style>
border-color css
<style>
span { border-color: #763387; }
span { border-color: rgb(118,51,135); }
td.TdClassName
{
border-color: #763387;
}
.TagClassName
{
border-color: #763387;
}
</style>