Shades of Purple #731084
Tints of Purple #731084
RGB
CMYK
RGB Variations
Color information
#731084 (or 0x731084) is known color: Purple. HEX triplet: 73, 10 and 84. RGB value is (115,16,132). Sum of RGB (Red+Green+Blue) = 115+16+132=263 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.73% from 263); Green value is 16 (6.64% from 255 or 6.08% from 263); Blue value is 132 (51.95% from 255 or 50.19% from 263); Max value from RGB is 132 - color contains mainly: blue. Hex color #731084 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731084 is #8CEF7B. Grayscale: #3A3A3A. Windows color (decimal): -9236348 or 8654963. OLE color: 8654963.
HSL color Cylindrical-coordinate representation of color #731084: hue angle of 291.21º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #731084 is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 115 | 16 | 132 | - |
| CMYK | 0.13 | 0.88 | 0 | 0.48 |
| HSL | 291.21º | 0.78% | 0.29% | - |
| HSV(B) | 291.21º | 0.88% | 0.52% | - |
| XYZ | 11.42 | 5.68 | 22.32 | - |
| YUV | 58.83 | 169.3 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 16 | 132 | 0.13 | 0.88 | 0 | 0.48 | 291.21 | 0.78 | 0.29 |
| Hex | 73 | 10 | 84 | D | 58 | 0 | 30 | 123 | 4E | 1D |
| Octal | 163 | 20 | 204 | 15 | 130 | 0 | 60 | 443 | 116 | 35 |
| Binary | 1110011 | 10000 | 10000100 | 1101 | 1011000 | 0 | 110000 | 100100011 | 1001110 | 11101 |
Color Harmonies of #731084
Complementary color
Monochromatic Colors of #731084
Black with #731084
Text Example
Text Example
White with #731084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731084; }
p { color: rgb(115,16,132); }
H1.HeaderClassName
{
color: #731084;
}
.AnyTagClassName
{
color: #731084;
}
</style>
background-color css
<style>
a { background-color: #731084; }
a { background-color: rgb(115,16,132); }
div.DivClassName
{
background-color: #731084;
}
.BgClassName
{
background-color: #731084;
}
</style>
border-color css
<style>
span { border-color: #731084; }
span { border-color: rgb(115,16,132); }
td.TdClassName
{
border-color: #731084;
}
.TagClassName
{
border-color: #731084;
}
</style>