Shades of Dark Purple #731C76
Tints of Dark Purple #731C76
RGB
CMYK
RGB Variations
Color information
#731C76 (or 0x731C76) is known color: Dark Purple. HEX triplet: 73, 1C and 76. RGB value is (115,28,118). Sum of RGB (Red+Green+Blue) = 115+28+118=261 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.06% from 261); Green value is 28 (11.33% from 255 or 10.73% from 261); Blue value is 118 (46.48% from 255 or 45.21% from 261); Max value from RGB is 118 - color contains mainly: blue. Hex color #731C76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731C76 is #8CE389. Grayscale: #404040. Windows color (decimal): -9233290 or 7740531. OLE color: 7740531.
HSL color Cylindrical-coordinate representation of color #731C76: hue angle of 298º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #731C76 is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 115 | 28 | 118 | - |
| CMYK | 0.03 | 0.76 | 0 | 0.54 |
| HSL | 298º | 0.62% | 0.29% | - |
| HSV(B) | 298º | 0.76% | 0.46% | - |
| XYZ | 10.76 | 5.78 | 17.69 | - |
| YUV | 64.27 | 158.32 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 28 | 118 | 0.03 | 0.76 | 0 | 0.54 | 298 | 0.62 | 0.29 |
| Hex | 73 | 1C | 76 | 3 | 4C | 0 | 36 | 12A | 3E | 1D |
| Octal | 163 | 34 | 166 | 3 | 114 | 0 | 66 | 452 | 76 | 35 |
| Binary | 1110011 | 11100 | 1110110 | 11 | 1001100 | 0 | 110110 | 100101010 | 111110 | 11101 |
Color Harmonies of #731C76
Complementary color
Monochromatic Colors of #731C76
Black with #731C76
Text Example
Text Example
White with #731C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731C76; }
p { color: rgb(115,28,118); }
H1.HeaderClassName
{
color: #731C76;
}
.AnyTagClassName
{
color: #731C76;
}
</style>
background-color css
<style>
a { background-color: #731C76; }
a { background-color: rgb(115,28,118); }
div.DivClassName
{
background-color: #731C76;
}
.BgClassName
{
background-color: #731C76;
}
</style>
border-color css
<style>
span { border-color: #731C76; }
span { border-color: rgb(115,28,118); }
td.TdClassName
{
border-color: #731C76;
}
.TagClassName
{
border-color: #731C76;
}
</style>