Shades of Dark Purple #731875
Tints of Dark Purple #731875
RGB
CMYK
RGB Variations
Color information
#731875 (or 0x731875) is known color: Dark Purple. HEX triplet: 73, 18 and 75. RGB value is (115,24,117). Sum of RGB (Red+Green+Blue) = 115+24+117=256 (33% of max value = 765). Red value is 115 (45.31% from 255 or 44.92% from 256); Green value is 24 (9.77% from 255 or 9.38% from 256); Blue value is 117 (46.09% from 255 or 45.70% from 256); Max value from RGB is 117 - color contains mainly: blue. Hex color #731875 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731875 is #8CE78A. Grayscale: #3D3D3D. Windows color (decimal): -9234315 or 7673971. OLE color: 7673971.
HSL color Cylindrical-coordinate representation of color #731875: hue angle of 298.71º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #731875 is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 115 | 24 | 117 | - |
| CMYK | 0.02 | 0.79 | 0 | 0.54 |
| HSL | 298.71º | 0.66% | 0.28% | - |
| HSV(B) | 298.71º | 0.79% | 0.46% | - |
| XYZ | 10.61 | 5.58 | 17.35 | - |
| YUV | 61.81 | 159.15 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 24 | 117 | 0.02 | 0.79 | 0 | 0.54 | 298.71 | 0.66 | 0.28 |
| Hex | 73 | 18 | 75 | 2 | 4F | 0 | 36 | 12B | 42 | 1C |
| Octal | 163 | 30 | 165 | 2 | 117 | 0 | 66 | 453 | 102 | 34 |
| Binary | 1110011 | 11000 | 1110101 | 10 | 1001111 | 0 | 110110 | 100101011 | 1000010 | 11100 |
Color Harmonies of #731875
Complementary color
Monochromatic Colors of #731875
Black with #731875
Text Example
Text Example
White with #731875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731875; }
p { color: rgb(115,24,117); }
H1.HeaderClassName
{
color: #731875;
}
.AnyTagClassName
{
color: #731875;
}
</style>
background-color css
<style>
a { background-color: #731875; }
a { background-color: rgb(115,24,117); }
div.DivClassName
{
background-color: #731875;
}
.BgClassName
{
background-color: #731875;
}
</style>
border-color css
<style>
span { border-color: #731875; }
span { border-color: rgb(115,24,117); }
td.TdClassName
{
border-color: #731875;
}
.TagClassName
{
border-color: #731875;
}
</style>