Shades of Purple #731075
Tints of Purple #731075
RGB
CMYK
RGB Variations
Color information
#731075 (or 0x731075) is known color: Purple. HEX triplet: 73, 10 and 75. RGB value is (115,16,117). Sum of RGB (Red+Green+Blue) = 115+16+117=248 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.37% from 248); Green value is 16 (6.64% from 255 or 6.45% from 248); Blue value is 117 (46.09% from 255 or 47.18% from 248); Max value from RGB is 117 - color contains mainly: blue. Hex color #731075 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731075 is #8CEF8A. Grayscale: #383838. Windows color (decimal): -9236363 or 7671923. OLE color: 7671923.
HSL color Cylindrical-coordinate representation of color #731075: hue angle of 298.81º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #731075 is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 115 | 16 | 117 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.54 |
| HSL | 298.81º | 0.76% | 0.26% | - |
| HSV(B) | 298.81º | 0.86% | 0.46% | - |
| XYZ | 10.47 | 5.3 | 17.3 | - |
| YUV | 57.12 | 161.8 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 16 | 117 | 0.02 | 0.86 | 0 | 0.54 | 298.81 | 0.76 | 0.26 |
| Hex | 73 | 10 | 75 | 2 | 56 | 0 | 36 | 12B | 4C | 1A |
| Octal | 163 | 20 | 165 | 2 | 126 | 0 | 66 | 453 | 114 | 32 |
| Binary | 1110011 | 10000 | 1110101 | 10 | 1010110 | 0 | 110110 | 100101011 | 1001100 | 11010 |
Color Harmonies of #731075
Complementary color
Monochromatic Colors of #731075
Black with #731075
Text Example
Text Example
White with #731075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731075; }
p { color: rgb(115,16,117); }
H1.HeaderClassName
{
color: #731075;
}
.AnyTagClassName
{
color: #731075;
}
</style>
background-color css
<style>
a { background-color: #731075; }
a { background-color: rgb(115,16,117); }
div.DivClassName
{
background-color: #731075;
}
.BgClassName
{
background-color: #731075;
}
</style>
border-color css
<style>
span { border-color: #731075; }
span { border-color: rgb(115,16,117); }
td.TdClassName
{
border-color: #731075;
}
.TagClassName
{
border-color: #731075;
}
</style>