Shades of Purple #731485
Tints of Purple #731485
RGB
CMYK
RGB Variations
Color information
#731485 (or 0x731485) is known color: Purple. HEX triplet: 73, 14 and 85. RGB value is (115,20,133). Sum of RGB (Red+Green+Blue) = 115+20+133=268 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.91% from 268); Green value is 20 (8.20% from 255 or 7.46% from 268); Blue value is 133 (52.34% from 255 or 49.63% from 268); Max value from RGB is 133 - color contains mainly: blue. Hex color #731485 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731485 is #8CEB7A. Grayscale: #3C3C3C. Windows color (decimal): -9235323 or 8721523. OLE color: 8721523.
HSL color Cylindrical-coordinate representation of color #731485: hue angle of 290.44º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #731485 is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 115 | 20 | 133 | - |
| CMYK | 0.14 | 0.85 | 0 | 0.48 |
| HSL | 290.44º | 0.74% | 0.3% | - |
| HSV(B) | 290.44º | 0.85% | 0.52% | - |
| XYZ | 11.55 | 5.84 | 22.71 | - |
| YUV | 61.29 | 168.47 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 20 | 133 | 0.14 | 0.85 | 0 | 0.48 | 290.44 | 0.74 | 0.3 |
| Hex | 73 | 14 | 85 | E | 55 | 0 | 30 | 122 | 4A | 1E |
| Octal | 163 | 24 | 205 | 16 | 125 | 0 | 60 | 442 | 112 | 36 |
| Binary | 1110011 | 10100 | 10000101 | 1110 | 1010101 | 0 | 110000 | 100100010 | 1001010 | 11110 |
Color Harmonies of #731485
Complementary color
Monochromatic Colors of #731485
Black with #731485
Text Example
Text Example
White with #731485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731485; }
p { color: rgb(115,20,133); }
H1.HeaderClassName
{
color: #731485;
}
.AnyTagClassName
{
color: #731485;
}
</style>
background-color css
<style>
a { background-color: #731485; }
a { background-color: rgb(115,20,133); }
div.DivClassName
{
background-color: #731485;
}
.BgClassName
{
background-color: #731485;
}
</style>
border-color css
<style>
span { border-color: #731485; }
span { border-color: rgb(115,20,133); }
td.TdClassName
{
border-color: #731485;
}
.TagClassName
{
border-color: #731485;
}
</style>