Shades of Purple #731476
Tints of Purple #731476
RGB
CMYK
RGB Variations
Color information
#731476 (or 0x731476) is known color: Purple. HEX triplet: 73, 14 and 76. RGB value is (115,20,118). Sum of RGB (Red+Green+Blue) = 115+20+118=253 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.45% from 253); Green value is 20 (8.20% from 255 or 7.91% from 253); Blue value is 118 (46.48% from 255 or 46.64% from 253); Max value from RGB is 118 - color contains mainly: blue. Hex color #731476 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731476 is #8CEB89. Grayscale: #3B3B3B. Windows color (decimal): -9235338 or 7738483. OLE color: 7738483.
HSL color Cylindrical-coordinate representation of color #731476: hue angle of 298.16º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #731476 is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 115 | 20 | 118 | - |
| CMYK | 0.03 | 0.83 | 0 | 0.54 |
| HSL | 298.16º | 0.71% | 0.27% | - |
| HSV(B) | 298.16º | 0.83% | 0.46% | - |
| XYZ | 10.59 | 5.45 | 17.63 | - |
| YUV | 59.58 | 160.97 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 20 | 118 | 0.03 | 0.83 | 0 | 0.54 | 298.16 | 0.71 | 0.27 |
| Hex | 73 | 14 | 76 | 3 | 53 | 0 | 36 | 12A | 47 | 1B |
| Octal | 163 | 24 | 166 | 3 | 123 | 0 | 66 | 452 | 107 | 33 |
| Binary | 1110011 | 10100 | 1110110 | 11 | 1010011 | 0 | 110110 | 100101010 | 1000111 | 11011 |
Color Harmonies of #731476
Complementary color
Monochromatic Colors of #731476
Black with #731476
Text Example
Text Example
White with #731476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731476; }
p { color: rgb(115,20,118); }
H1.HeaderClassName
{
color: #731476;
}
.AnyTagClassName
{
color: #731476;
}
</style>
background-color css
<style>
a { background-color: #731476; }
a { background-color: rgb(115,20,118); }
div.DivClassName
{
background-color: #731476;
}
.BgClassName
{
background-color: #731476;
}
</style>
border-color css
<style>
span { border-color: #731476; }
span { border-color: rgb(115,20,118); }
td.TdClassName
{
border-color: #731476;
}
.TagClassName
{
border-color: #731476;
}
</style>