Shades of Purple #730273
Tints of Purple #730273
RGB
CMYK
RGB Variations
Color information
#730273 (or 0x730273) is known color: Purple. HEX triplet: 73, 02 and 73. RGB value is (115,2,115). Sum of RGB (Red+Green+Blue) = 115+2+115=232 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.57% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 115 (45.31% from 255 or 49.57% from 232); Max value from RGB is 115 - color contains mainly: red, blue. Hex color #730273 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730273 is #8CFD8C. Grayscale: #303030. Windows color (decimal): -9239949 or 7537267. OLE color: 7537267.
HSL color Cylindrical-coordinate representation of color #730273: hue angle of 300º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #730273 is Cyan = 0, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 2 | 115 | - |
| CMYK | 0 | 0.98 | 0 | 0.55 |
| HSL | 300º | 0.97% | 0.23% | - |
| HSV(B) | 300º | 0.98% | 0.45% | - |
| XYZ | 10.19 | 4.93 | 16.63 | - |
| YUV | 48.67 | 165.44 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 2 | 115 | 0 | 0.98 | 0 | 0.55 | 300 | 0.97 | 0.23 |
| Hex | 73 | 2 | 73 | 0 | 62 | 0 | 37 | 12C | 61 | 17 |
| Octal | 163 | 2 | 163 | 0 | 142 | 0 | 67 | 454 | 141 | 27 |
| Binary | 1110011 | 10 | 1110011 | 0 | 1100010 | 0 | 110111 | 100101100 | 1100001 | 10111 |
Color Harmonies of #730273
Complementary color
Monochromatic Colors of #730273
Black with #730273
Text Example
Text Example
White with #730273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730273; }
p { color: rgb(115,2,115); }
H1.HeaderClassName
{
color: #730273;
}
.AnyTagClassName
{
color: #730273;
}
</style>
background-color css
<style>
a { background-color: #730273; }
a { background-color: rgb(115,2,115); }
div.DivClassName
{
background-color: #730273;
}
.BgClassName
{
background-color: #730273;
}
</style>
border-color css
<style>
span { border-color: #730273; }
span { border-color: rgb(115,2,115); }
td.TdClassName
{
border-color: #730273;
}
.TagClassName
{
border-color: #730273;
}
</style>