Shades of Purple #730192
Tints of Purple #730192
RGB
CMYK
RGB Variations
Color information
#730192 (or 0x730192) is known color: Purple. HEX triplet: 73, 01 and 92. RGB value is (115,1,146). Sum of RGB (Red+Green+Blue) = 115+1+146=262 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.89% from 262); Green value is 1 (0.78% from 255 or 0.38% from 262); Blue value is 146 (57.42% from 255 or 55.73% from 262); Max value from RGB is 146 - color contains mainly: blue. Hex color #730192 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730192 is #8CFE6D. Grayscale: #333333. Windows color (decimal): -9240174 or 9568627. OLE color: 9568627.
HSL color Cylindrical-coordinate representation of color #730192: hue angle of 287.17º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #730192 is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 115 | 1 | 146 | - |
| CMYK | 0.21 | 0.99 | 0 | 0.43 |
| HSL | 287.17º | 0.99% | 0.29% | - |
| HSV(B) | 287.17º | 0.99% | 0.57% | - |
| XYZ | 12.27 | 5.74 | 27.66 | - |
| YUV | 51.62 | 181.27 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 1 | 146 | 0.21 | 0.99 | 0 | 0.43 | 287.17 | 0.99 | 0.29 |
| Hex | 73 | 1 | 92 | 15 | 63 | 0 | 2B | 11F | 63 | 1D |
| Octal | 163 | 1 | 222 | 25 | 143 | 0 | 53 | 437 | 143 | 35 |
| Binary | 1110011 | 1 | 10010010 | 10101 | 1100011 | 0 | 101011 | 100011111 | 1100011 | 11101 |
Color Harmonies of #730192
Complementary color
Monochromatic Colors of #730192
Black with #730192
Text Example
Text Example
White with #730192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730192; }
p { color: rgb(115,1,146); }
H1.HeaderClassName
{
color: #730192;
}
.AnyTagClassName
{
color: #730192;
}
</style>
background-color css
<style>
a { background-color: #730192; }
a { background-color: rgb(115,1,146); }
div.DivClassName
{
background-color: #730192;
}
.BgClassName
{
background-color: #730192;
}
</style>
border-color css
<style>
span { border-color: #730192; }
span { border-color: rgb(115,1,146); }
td.TdClassName
{
border-color: #730192;
}
.TagClassName
{
border-color: #730192;
}
</style>