Shades of Vivid Violet #732985
Tints of Vivid Violet #732985
RGB
CMYK
RGB Variations
Color information
#732985 (or 0x732985) is known color: Vivid Violet. HEX triplet: 73, 29 and 85. RGB value is (115,41,133). Sum of RGB (Red+Green+Blue) = 115+41+133=289 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.79% from 289); Green value is 41 (16.41% from 255 or 14.19% from 289); Blue value is 133 (52.34% from 255 or 46.02% from 289); Max value from RGB is 133 - color contains mainly: blue. Hex color #732985 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #732985 is #8CD67A. Grayscale: #494949. Windows color (decimal): -9229947 or 8726899. OLE color: 8726899.
HSL color Cylindrical-coordinate representation of color #732985: hue angle of 288.26º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #732985 is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 115 | 41 | 133 | - |
| CMYK | 0.14 | 0.69 | 0 | 0.48 |
| HSL | 288.26º | 0.53% | 0.34% | - |
| HSV(B) | 288.26º | 0.69% | 0.52% | - |
| XYZ | 12.1 | 6.92 | 22.89 | - |
| YUV | 73.61 | 161.52 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 41 | 133 | 0.14 | 0.69 | 0 | 0.48 | 288.26 | 0.53 | 0.34 |
| Hex | 73 | 29 | 85 | E | 45 | 0 | 30 | 120 | 35 | 22 |
| Octal | 163 | 51 | 205 | 16 | 105 | 0 | 60 | 440 | 65 | 42 |
| Binary | 1110011 | 101001 | 10000101 | 1110 | 1000101 | 0 | 110000 | 100100000 | 110101 | 100010 |
Color Harmonies of #732985
Complementary color
Monochromatic Colors of #732985
Black with #732985
Text Example
Text Example
White with #732985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732985; }
p { color: rgb(115,41,133); }
H1.HeaderClassName
{
color: #732985;
}
.AnyTagClassName
{
color: #732985;
}
</style>
background-color css
<style>
a { background-color: #732985; }
a { background-color: rgb(115,41,133); }
div.DivClassName
{
background-color: #732985;
}
.BgClassName
{
background-color: #732985;
}
</style>
border-color css
<style>
span { border-color: #732985; }
span { border-color: rgb(115,41,133); }
td.TdClassName
{
border-color: #732985;
}
.TagClassName
{
border-color: #732985;
}
</style>