Shades of Purple #730492
Tints of Purple #730492
RGB
CMYK
RGB Variations
Color information
#730492 (or 0x730492) is known color: Purple. HEX triplet: 73, 04 and 92. RGB value is (115,4,146). Sum of RGB (Red+Green+Blue) = 115+4+146=265 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.40% from 265); Green value is 4 (1.95% from 255 or 1.51% from 265); Blue value is 146 (57.42% from 255 or 55.09% from 265); Max value from RGB is 146 - color contains mainly: blue. Hex color #730492 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730492 is #8CFB6D. Grayscale: #343434. Windows color (decimal): -9239406 or 9569395. OLE color: 9569395.
HSL color Cylindrical-coordinate representation of color #730492: hue angle of 286.9º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #730492 is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 115 | 4 | 146 | - |
| CMYK | 0.21 | 0.97 | 0 | 0.43 |
| HSL | 286.9º | 0.95% | 0.29% | - |
| HSV(B) | 286.9º | 0.97% | 0.57% | - |
| XYZ | 12.3 | 5.81 | 27.67 | - |
| YUV | 53.38 | 180.27 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 4 | 146 | 0.21 | 0.97 | 0 | 0.43 | 286.9 | 0.95 | 0.29 |
| Hex | 73 | 4 | 92 | 15 | 61 | 0 | 2B | 11F | 5F | 1D |
| Octal | 163 | 4 | 222 | 25 | 141 | 0 | 53 | 437 | 137 | 35 |
| Binary | 1110011 | 100 | 10010010 | 10101 | 1100001 | 0 | 101011 | 100011111 | 1011111 | 11101 |
Color Harmonies of #730492
Complementary color
Monochromatic Colors of #730492
Black with #730492
Text Example
Text Example
White with #730492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730492; }
p { color: rgb(115,4,146); }
H1.HeaderClassName
{
color: #730492;
}
.AnyTagClassName
{
color: #730492;
}
</style>
background-color css
<style>
a { background-color: #730492; }
a { background-color: rgb(115,4,146); }
div.DivClassName
{
background-color: #730492;
}
.BgClassName
{
background-color: #730492;
}
</style>
border-color css
<style>
span { border-color: #730492; }
span { border-color: rgb(115,4,146); }
td.TdClassName
{
border-color: #730492;
}
.TagClassName
{
border-color: #730492;
}
</style>