Shades of Vivid Violet #732085
Tints of Vivid Violet #732085
RGB
CMYK
RGB Variations
Color information
#732085 (or 0x732085) is known color: Vivid Violet. HEX triplet: 73, 20 and 85. RGB value is (115,32,133). Sum of RGB (Red+Green+Blue) = 115+32+133=280 (37% of max value = 765). Red value is 115 (45.31% from 255 or 41.07% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 133 (52.34% from 255 or 47.5% from 280); Max value from RGB is 133 - color contains mainly: blue. Hex color #732085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #732085 is #8CDF7A. Grayscale: #444444. Windows color (decimal): -9232251 or 8724595. OLE color: 8724595.
HSL color Cylindrical-coordinate representation of color #732085: hue angle of 289.31º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #732085 is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 115 | 32 | 133 | - |
| CMYK | 0.14 | 0.76 | 0 | 0.48 |
| HSL | 289.31º | 0.61% | 0.32% | - |
| HSV(B) | 289.31º | 0.76% | 0.52% | - |
| XYZ | 11.82 | 6.37 | 22.8 | - |
| YUV | 68.33 | 164.5 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 32 | 133 | 0.14 | 0.76 | 0 | 0.48 | 289.31 | 0.61 | 0.32 |
| Hex | 73 | 20 | 85 | E | 4C | 0 | 30 | 121 | 3D | 20 |
| Octal | 163 | 40 | 205 | 16 | 114 | 0 | 60 | 441 | 75 | 40 |
| Binary | 1110011 | 100000 | 10000101 | 1110 | 1001100 | 0 | 110000 | 100100001 | 111101 | 100000 |
Color Harmonies of #732085
Complementary color
Monochromatic Colors of #732085
Black with #732085
Text Example
Text Example
White with #732085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732085; }
p { color: rgb(115,32,133); }
H1.HeaderClassName
{
color: #732085;
}
.AnyTagClassName
{
color: #732085;
}
</style>
background-color css
<style>
a { background-color: #732085; }
a { background-color: rgb(115,32,133); }
div.DivClassName
{
background-color: #732085;
}
.BgClassName
{
background-color: #732085;
}
</style>
border-color css
<style>
span { border-color: #732085; }
span { border-color: rgb(115,32,133); }
td.TdClassName
{
border-color: #732085;
}
.TagClassName
{
border-color: #732085;
}
</style>