Shades of Purple #731885
Tints of Purple #731885
RGB
CMYK
RGB Variations
Color information
#731885 (or 0x731885) is known color: Purple. HEX triplet: 73, 18 and 85. RGB value is (115,24,133). Sum of RGB (Red+Green+Blue) = 115+24+133=272 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.28% from 272); Green value is 24 (9.77% from 255 or 8.82% from 272); Blue value is 133 (52.34% from 255 or 48.90% from 272); Max value from RGB is 133 - color contains mainly: blue. Hex color #731885 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731885 is #8CE77A. Grayscale: #3F3F3F. Windows color (decimal): -9234299 or 8722547. OLE color: 8722547.
HSL color Cylindrical-coordinate representation of color #731885: hue angle of 290.09º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #731885 is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 115 | 24 | 133 | - |
| CMYK | 0.14 | 0.82 | 0 | 0.48 |
| HSL | 290.09º | 0.69% | 0.31% | - |
| HSV(B) | 290.09º | 0.82% | 0.52% | - |
| XYZ | 11.63 | 5.99 | 22.73 | - |
| YUV | 63.64 | 167.15 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 24 | 133 | 0.14 | 0.82 | 0 | 0.48 | 290.09 | 0.69 | 0.31 |
| Hex | 73 | 18 | 85 | E | 52 | 0 | 30 | 122 | 45 | 1F |
| Octal | 163 | 30 | 205 | 16 | 122 | 0 | 60 | 442 | 105 | 37 |
| Binary | 1110011 | 11000 | 10000101 | 1110 | 1010010 | 0 | 110000 | 100100010 | 1000101 | 11111 |
Color Harmonies of #731885
Complementary color
Monochromatic Colors of #731885
Black with #731885
Text Example
Text Example
White with #731885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731885; }
p { color: rgb(115,24,133); }
H1.HeaderClassName
{
color: #731885;
}
.AnyTagClassName
{
color: #731885;
}
</style>
background-color css
<style>
a { background-color: #731885; }
a { background-color: rgb(115,24,133); }
div.DivClassName
{
background-color: #731885;
}
.BgClassName
{
background-color: #731885;
}
</style>
border-color css
<style>
span { border-color: #731885; }
span { border-color: rgb(115,24,133); }
td.TdClassName
{
border-color: #731885;
}
.TagClassName
{
border-color: #731885;
}
</style>