Shades of Vivid Violet #763399
Tints of Vivid Violet #763399
RGB
CMYK
RGB Variations
Color information
#763399 (or 0x763399) is known color: Vivid Violet. HEX triplet: 76, 33 and 99. RGB value is (118,51,153). Sum of RGB (Red+Green+Blue) = 118+51+153=322 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.65% from 322); Green value is 51 (20.31% from 255 or 15.84% from 322); Blue value is 153 (60.16% from 255 or 47.52% from 322); Max value from RGB is 153 - color contains mainly: blue. Hex color #763399 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763399 is #89CC66. Grayscale: #525252. Windows color (decimal): -9030759 or 10040182. OLE color: 10040182.
HSL color Cylindrical-coordinate representation of color #763399: hue angle of 279.41º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #763399 is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 118 | 51 | 153 | - |
| CMYK | 0.23 | 0.67 | 0 | 0.4 |
| HSL | 279.41º | 0.5% | 0.4% | - |
| HSV(B) | 279.41º | 0.67% | 0.6% | - |
| XYZ | 14.4 | 8.52 | 31.02 | - |
| YUV | 82.66 | 167.7 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 51 | 153 | 0.23 | 0.67 | 0 | 0.4 | 279.41 | 0.5 | 0.4 |
| Hex | 76 | 33 | 99 | 17 | 43 | 0 | 28 | 117 | 32 | 28 |
| Octal | 166 | 63 | 231 | 27 | 103 | 0 | 50 | 427 | 62 | 50 |
| Binary | 1110110 | 110011 | 10011001 | 10111 | 1000011 | 0 | 101000 | 100010111 | 110010 | 101000 |
Color Harmonies of #763399
Complementary color
Monochromatic Colors of #763399
Black with #763399
Text Example
Text Example
White with #763399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763399; }
p { color: rgb(118,51,153); }
H1.HeaderClassName
{
color: #763399;
}
.AnyTagClassName
{
color: #763399;
}
</style>
background-color css
<style>
a { background-color: #763399; }
a { background-color: rgb(118,51,153); }
div.DivClassName
{
background-color: #763399;
}
.BgClassName
{
background-color: #763399;
}
</style>
border-color css
<style>
span { border-color: #763399; }
span { border-color: rgb(118,51,153); }
td.TdClassName
{
border-color: #763399;
}
.TagClassName
{
border-color: #763399;
}
</style>