Shades of Dark Purple #731874
Tints of Dark Purple #731874
RGB
CMYK
RGB Variations
Color information
#731874 (or 0x731874) is known color: Dark Purple. HEX triplet: 73, 18 and 74. RGB value is (115,24,116). Sum of RGB (Red+Green+Blue) = 115+24+116=255 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.10% from 255); Green value is 24 (9.77% from 255 or 9.41% from 255); Blue value is 116 (45.70% from 255 or 45.49% from 255); Max value from RGB is 116 - color contains mainly: blue. Hex color #731874 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731874 is #8CE78B. Grayscale: #3D3D3D. Windows color (decimal): -9234316 or 7608435. OLE color: 7608435.
HSL color Cylindrical-coordinate representation of color #731874: hue angle of 299.35º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #731874 is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 24 | 116 | - |
| CMYK | 0.01 | 0.79 | 0 | 0.55 |
| HSL | 299.35º | 0.66% | 0.27% | - |
| HSV(B) | 299.35º | 0.79% | 0.45% | - |
| XYZ | 10.55 | 5.56 | 17.04 | - |
| YUV | 61.7 | 158.65 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 24 | 116 | 0.01 | 0.79 | 0 | 0.55 | 299.35 | 0.66 | 0.27 |
| Hex | 73 | 18 | 74 | 1 | 4F | 0 | 37 | 12B | 42 | 1B |
| Octal | 163 | 30 | 164 | 1 | 117 | 0 | 67 | 453 | 102 | 33 |
| Binary | 1110011 | 11000 | 1110100 | 1 | 1001111 | 0 | 110111 | 100101011 | 1000010 | 11011 |
Color Harmonies of #731874
Complementary color
Monochromatic Colors of #731874
Black with #731874
Text Example
Text Example
White with #731874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731874; }
p { color: rgb(115,24,116); }
H1.HeaderClassName
{
color: #731874;
}
.AnyTagClassName
{
color: #731874;
}
</style>
background-color css
<style>
a { background-color: #731874; }
a { background-color: rgb(115,24,116); }
div.DivClassName
{
background-color: #731874;
}
.BgClassName
{
background-color: #731874;
}
</style>
border-color css
<style>
span { border-color: #731874; }
span { border-color: rgb(115,24,116); }
td.TdClassName
{
border-color: #731874;
}
.TagClassName
{
border-color: #731874;
}
</style>