Shades of Purple #730385
Tints of Purple #730385
RGB
CMYK
RGB Variations
Color information
#730385 (or 0x730385) is known color: Purple. HEX triplet: 73, 03 and 85. RGB value is (115,3,133). Sum of RGB (Red+Green+Blue) = 115+3+133=251 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.82% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 133 (52.34% from 255 or 52.99% from 251); Max value from RGB is 133 - color contains mainly: blue. Hex color #730385 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730385 is #8CFC7A. Grayscale: #323232. Windows color (decimal): -9239675 or 8717171. OLE color: 8717171.
HSL color Cylindrical-coordinate representation of color #730385: hue angle of 291.69º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #730385 is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 115 | 3 | 133 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.48 |
| HSL | 291.69º | 0.96% | 0.27% | - |
| HSV(B) | 291.69º | 0.98% | 0.52% | - |
| XYZ | 11.34 | 5.4 | 22.64 | - |
| YUV | 51.31 | 174.11 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 3 | 133 | 0.14 | 0.98 | 0 | 0.48 | 291.69 | 0.96 | 0.27 |
| Hex | 73 | 3 | 85 | E | 62 | 0 | 30 | 124 | 60 | 1B |
| Octal | 163 | 3 | 205 | 16 | 142 | 0 | 60 | 444 | 140 | 33 |
| Binary | 1110011 | 11 | 10000101 | 1110 | 1100010 | 0 | 110000 | 100100100 | 1100000 | 11011 |
Color Harmonies of #730385
Complementary color
Monochromatic Colors of #730385
Black with #730385
Text Example
Text Example
White with #730385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730385; }
p { color: rgb(115,3,133); }
H1.HeaderClassName
{
color: #730385;
}
.AnyTagClassName
{
color: #730385;
}
</style>
background-color css
<style>
a { background-color: #730385; }
a { background-color: rgb(115,3,133); }
div.DivClassName
{
background-color: #730385;
}
.BgClassName
{
background-color: #730385;
}
</style>
border-color css
<style>
span { border-color: #730385; }
span { border-color: rgb(115,3,133); }
td.TdClassName
{
border-color: #730385;
}
.TagClassName
{
border-color: #730385;
}
</style>