Shades of Purple #731682
Tints of Purple #731682
RGB
CMYK
RGB Variations
Color information
#731682 (or 0x731682) is known color: Purple. HEX triplet: 73, 16 and 82. RGB value is (115,22,130). Sum of RGB (Red+Green+Blue) = 115+22+130=267 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.07% from 267); Green value is 22 (8.98% from 255 or 8.24% from 267); Blue value is 130 (51.17% from 255 or 48.69% from 267); Max value from RGB is 130 - color contains mainly: blue. Hex color #731682 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731682 is #8CE97D. Grayscale: #3D3D3D. Windows color (decimal): -9234814 or 8525427. OLE color: 8525427.
HSL color Cylindrical-coordinate representation of color #731682: hue angle of 291.67º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #731682 is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 115 | 22 | 130 | - |
| CMYK | 0.12 | 0.83 | 0 | 0.49 |
| HSL | 291.67º | 0.71% | 0.3% | - |
| HSV(B) | 291.67º | 0.83% | 0.51% | - |
| XYZ | 11.39 | 5.83 | 21.64 | - |
| YUV | 62.12 | 166.31 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 22 | 130 | 0.12 | 0.83 | 0 | 0.49 | 291.67 | 0.71 | 0.3 |
| Hex | 73 | 16 | 82 | C | 53 | 0 | 31 | 124 | 47 | 1E |
| Octal | 163 | 26 | 202 | 14 | 123 | 0 | 61 | 444 | 107 | 36 |
| Binary | 1110011 | 10110 | 10000010 | 1100 | 1010011 | 0 | 110001 | 100100100 | 1000111 | 11110 |
Color Harmonies of #731682
Complementary color
Monochromatic Colors of #731682
Black with #731682
Text Example
Text Example
White with #731682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731682; }
p { color: rgb(115,22,130); }
H1.HeaderClassName
{
color: #731682;
}
.AnyTagClassName
{
color: #731682;
}
</style>
background-color css
<style>
a { background-color: #731682; }
a { background-color: rgb(115,22,130); }
div.DivClassName
{
background-color: #731682;
}
.BgClassName
{
background-color: #731682;
}
</style>
border-color css
<style>
span { border-color: #731682; }
span { border-color: rgb(115,22,130); }
td.TdClassName
{
border-color: #731682;
}
.TagClassName
{
border-color: #731682;
}
</style>