Shades of Purple #730291
Tints of Purple #730291
RGB
CMYK
RGB Variations
Color information
#730291 (or 0x730291) is known color: Purple. HEX triplet: 73, 02 and 91. RGB value is (115,2,145). Sum of RGB (Red+Green+Blue) = 115+2+145=262 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.89% from 262); Green value is 2 (1.17% from 255 or 0.76% from 262); Blue value is 145 (57.03% from 255 or 55.34% from 262); Max value from RGB is 145 - color contains mainly: blue. Hex color #730291 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730291 is #8CFD6E. Grayscale: #333333. Windows color (decimal): -9239919 or 9503347. OLE color: 9503347.
HSL color Cylindrical-coordinate representation of color #730291: hue angle of 287.41º degrees, saturation: 0.97, 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 #730291 is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 115 | 2 | 145 | - |
| CMYK | 0.21 | 0.99 | 0 | 0.43 |
| HSL | 287.41º | 0.97% | 0.29% | - |
| HSV(B) | 287.41º | 0.99% | 0.57% | - |
| XYZ | 12.2 | 5.73 | 27.25 | - |
| YUV | 52.09 | 180.44 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 2 | 145 | 0.21 | 0.99 | 0 | 0.43 | 287.41 | 0.97 | 0.29 |
| Hex | 73 | 2 | 91 | 15 | 63 | 0 | 2B | 11F | 61 | 1D |
| Octal | 163 | 2 | 221 | 25 | 143 | 0 | 53 | 437 | 141 | 35 |
| Binary | 1110011 | 10 | 10010001 | 10101 | 1100011 | 0 | 101011 | 100011111 | 1100001 | 11101 |
Color Harmonies of #730291
Complementary color
Monochromatic Colors of #730291
Black with #730291
Text Example
Text Example
White with #730291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730291; }
p { color: rgb(115,2,145); }
H1.HeaderClassName
{
color: #730291;
}
.AnyTagClassName
{
color: #730291;
}
</style>
background-color css
<style>
a { background-color: #730291; }
a { background-color: rgb(115,2,145); }
div.DivClassName
{
background-color: #730291;
}
.BgClassName
{
background-color: #730291;
}
</style>
border-color css
<style>
span { border-color: #730291; }
span { border-color: rgb(115,2,145); }
td.TdClassName
{
border-color: #730291;
}
.TagClassName
{
border-color: #730291;
}
</style>