Shades of Purple #730F85
Tints of Purple #730F85
RGB
CMYK
RGB Variations
Color information
#730F85 (or 0x730F85) is known color: Purple. HEX triplet: 73, 0F and 85. RGB value is (115,15,133). Sum of RGB (Red+Green+Blue) = 115+15+133=263 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.73% from 263); Green value is 15 (6.25% from 255 or 5.70% from 263); Blue value is 133 (52.34% from 255 or 50.57% from 263); Max value from RGB is 133 - color contains mainly: blue. Hex color #730F85 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730F85 is #8CF07A. Grayscale: #393939. Windows color (decimal): -9236603 or 8720243. OLE color: 8720243.
HSL color Cylindrical-coordinate representation of color #730F85: hue angle of 290.85º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #730F85 is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 115 | 15 | 133 | - |
| CMYK | 0.14 | 0.89 | 0 | 0.48 |
| HSL | 290.85º | 0.8% | 0.29% | - |
| HSV(B) | 290.85º | 0.89% | 0.52% | - |
| XYZ | 11.47 | 5.68 | 22.68 | - |
| YUV | 58.35 | 170.13 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 15 | 133 | 0.14 | 0.89 | 0 | 0.48 | 290.85 | 0.8 | 0.29 |
| Hex | 73 | F | 85 | E | 59 | 0 | 30 | 123 | 50 | 1D |
| Octal | 163 | 17 | 205 | 16 | 131 | 0 | 60 | 443 | 120 | 35 |
| Binary | 1110011 | 1111 | 10000101 | 1110 | 1011001 | 0 | 110000 | 100100011 | 1010000 | 11101 |
Color Harmonies of #730F85
Complementary color
Monochromatic Colors of #730F85
Black with #730F85
Text Example
Text Example
White with #730F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730F85; }
p { color: rgb(115,15,133); }
H1.HeaderClassName
{
color: #730F85;
}
.AnyTagClassName
{
color: #730F85;
}
</style>
background-color css
<style>
a { background-color: #730F85; }
a { background-color: rgb(115,15,133); }
div.DivClassName
{
background-color: #730F85;
}
.BgClassName
{
background-color: #730F85;
}
</style>
border-color css
<style>
span { border-color: #730F85; }
span { border-color: rgb(115,15,133); }
td.TdClassName
{
border-color: #730F85;
}
.TagClassName
{
border-color: #730F85;
}
</style>