Shades of Vivid Violet #763285
Tints of Vivid Violet #763285
RGB
CMYK
RGB Variations
Color information
#763285 (or 0x763285) is known color: Vivid Violet. HEX triplet: 76, 32 and 85. RGB value is (118,50,133). Sum of RGB (Red+Green+Blue) = 118+50+133=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 50 (19.92% from 255 or 16.61% from 301); Blue value is 133 (52.34% from 255 or 44.19% from 301); Max value from RGB is 133 - color contains mainly: blue. Hex color #763285 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763285 is #89CD7A. Grayscale: #4F4F4F. Windows color (decimal): -9031035 or 8729206. OLE color: 8729206.
HSL color Cylindrical-coordinate representation of color #763285: hue angle of 289.16º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #763285 is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 118 | 50 | 133 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.48 |
| HSL | 289.16º | 0.45% | 0.36% | - |
| HSV(B) | 289.16º | 0.62% | 0.52% | - |
| XYZ | 12.85 | 7.83 | 23.02 | - |
| YUV | 79.79 | 158.03 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 50 | 133 | 0.11 | 0.62 | 0 | 0.48 | 289.16 | 0.45 | 0.36 |
| Hex | 76 | 32 | 85 | B | 3E | 0 | 30 | 121 | 2D | 24 |
| Octal | 166 | 62 | 205 | 13 | 76 | 0 | 60 | 441 | 55 | 44 |
| Binary | 1110110 | 110010 | 10000101 | 1011 | 111110 | 0 | 110000 | 100100001 | 101101 | 100100 |
Color Harmonies of #763285
Complementary color
Monochromatic Colors of #763285
Black with #763285
Text Example
Text Example
White with #763285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763285; }
p { color: rgb(118,50,133); }
H1.HeaderClassName
{
color: #763285;
}
.AnyTagClassName
{
color: #763285;
}
</style>
background-color css
<style>
a { background-color: #763285; }
a { background-color: rgb(118,50,133); }
div.DivClassName
{
background-color: #763285;
}
.BgClassName
{
background-color: #763285;
}
</style>
border-color css
<style>
span { border-color: #763285; }
span { border-color: rgb(118,50,133); }
td.TdClassName
{
border-color: #763285;
}
.TagClassName
{
border-color: #763285;
}
</style>