Shades of Purple #730184
Tints of Purple #730184
RGB
CMYK
RGB Variations
Color information
#730184 (or 0x730184) is known color: Purple. HEX triplet: 73, 01 and 84. RGB value is (115,1,132). Sum of RGB (Red+Green+Blue) = 115+1+132=248 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.37% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 132 (51.95% from 255 or 53.23% from 248); Max value from RGB is 132 - color contains mainly: blue. Hex color #730184 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730184 is #8CFE7B. Grayscale: #313131. Windows color (decimal): -9240188 or 8651123. OLE color: 8651123.
HSL color Cylindrical-coordinate representation of color #730184: hue angle of 292.21º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #730184 is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 115 | 1 | 132 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.48 |
| HSL | 292.21º | 0.98% | 0.26% | - |
| HSV(B) | 292.21º | 0.99% | 0.52% | - |
| XYZ | 11.25 | 5.33 | 22.27 | - |
| YUV | 50.02 | 174.27 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 1 | 132 | 0.13 | 0.99 | 0 | 0.48 | 292.21 | 0.98 | 0.26 |
| Hex | 73 | 1 | 84 | D | 63 | 0 | 30 | 124 | 62 | 1A |
| Octal | 163 | 1 | 204 | 15 | 143 | 0 | 60 | 444 | 142 | 32 |
| Binary | 1110011 | 1 | 10000100 | 1101 | 1100011 | 0 | 110000 | 100100100 | 1100010 | 11010 |
Color Harmonies of #730184
Complementary color
Monochromatic Colors of #730184
Black with #730184
Text Example
Text Example
White with #730184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730184; }
p { color: rgb(115,1,132); }
H1.HeaderClassName
{
color: #730184;
}
.AnyTagClassName
{
color: #730184;
}
</style>
background-color css
<style>
a { background-color: #730184; }
a { background-color: rgb(115,1,132); }
div.DivClassName
{
background-color: #730184;
}
.BgClassName
{
background-color: #730184;
}
</style>
border-color css
<style>
span { border-color: #730184; }
span { border-color: rgb(115,1,132); }
td.TdClassName
{
border-color: #730184;
}
.TagClassName
{
border-color: #730184;
}
</style>