Shades of Vivid Violet #732495
Tints of Vivid Violet #732495
RGB
CMYK
RGB Variations
Color information
#732495 (or 0x732495) is known color: Vivid Violet. HEX triplet: 73, 24 and 95. RGB value is (115,36,149). Sum of RGB (Red+Green+Blue) = 115+36+149=300 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.33% from 300); Green value is 36 (14.45% from 255 or 12% from 300); Blue value is 149 (58.59% from 255 or 49.67% from 300); Max value from RGB is 149 - color contains mainly: blue. Hex color #732495 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #732495 is #8CDB6A. Grayscale: #484848. Windows color (decimal): -9231211 or 9774195. OLE color: 9774195.
HSL color Cylindrical-coordinate representation of color #732495: hue angle of 281.95º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #732495 is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 115 | 36 | 149 | - |
| CMYK | 0.23 | 0.76 | 0 | 0.42 |
| HSL | 281.95º | 0.61% | 0.36% | - |
| HSV(B) | 281.95º | 0.76% | 0.58% | - |
| XYZ | 13.13 | 7.08 | 29.11 | - |
| YUV | 72.5 | 171.17 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 36 | 149 | 0.23 | 0.76 | 0 | 0.42 | 281.95 | 0.61 | 0.36 |
| Hex | 73 | 24 | 95 | 17 | 4C | 0 | 2A | 11A | 3D | 24 |
| Octal | 163 | 44 | 225 | 27 | 114 | 0 | 52 | 432 | 75 | 44 |
| Binary | 1110011 | 100100 | 10010101 | 10111 | 1001100 | 0 | 101010 | 100011010 | 111101 | 100100 |
Color Harmonies of #732495
Complementary color
Monochromatic Colors of #732495
Black with #732495
Text Example
Text Example
White with #732495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732495; }
p { color: rgb(115,36,149); }
H1.HeaderClassName
{
color: #732495;
}
.AnyTagClassName
{
color: #732495;
}
</style>
background-color css
<style>
a { background-color: #732495; }
a { background-color: rgb(115,36,149); }
div.DivClassName
{
background-color: #732495;
}
.BgClassName
{
background-color: #732495;
}
</style>
border-color css
<style>
span { border-color: #732495; }
span { border-color: rgb(115,36,149); }
td.TdClassName
{
border-color: #732495;
}
.TagClassName
{
border-color: #732495;
}
</style>