Shades of Dark Purple #813175
Tints of Dark Purple #813175
RGB
CMYK
RGB Variations
Color information
#813175 (or 0x813175) is known color: Dark Purple. HEX triplet: 81, 31 and 75. RGB value is (129,49,117). Sum of RGB (Red+Green+Blue) = 129+49+117=295 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.73% from 295); Green value is 49 (19.53% from 255 or 16.61% from 295); Blue value is 117 (46.09% from 255 or 39.66% from 295); Max value from RGB is 129 - color contains mainly: red. Hex color #813175 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813175 is #7ECE8A. Grayscale: #505050. Windows color (decimal): -8310411 or 7680385. OLE color: 7680385.
HSL color Cylindrical-coordinate representation of color #813175: hue angle of 309º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #813175 is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 49 | 117 | - |
| CMYK | 0 | 0.62 | 0.09 | 0.49 |
| HSL | 309º | 0.45% | 0.35% | - |
| HSV(B) | 309º | 0.62% | 0.51% | - |
| XYZ | 13.36 | 8.15 | 17.7 | - |
| YUV | 80.67 | 148.5 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 49 | 117 | 0 | 0.62 | 0.09 | 0.49 | 309 | 0.45 | 0.35 |
| Hex | 81 | 31 | 75 | 0 | 3E | 9 | 31 | 135 | 2D | 23 |
| Octal | 201 | 61 | 165 | 0 | 76 | 11 | 61 | 465 | 55 | 43 |
| Binary | 10000001 | 110001 | 1110101 | 0 | 111110 | 1001 | 110001 | 100110101 | 101101 | 100011 |
Color Harmonies of #813175
Complementary color
Monochromatic Colors of #813175
Black with #813175
Text Example
Text Example
White with #813175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813175; }
p { color: rgb(129,49,117); }
H1.HeaderClassName
{
color: #813175;
}
.AnyTagClassName
{
color: #813175;
}
</style>
background-color css
<style>
a { background-color: #813175; }
a { background-color: rgb(129,49,117); }
div.DivClassName
{
background-color: #813175;
}
.BgClassName
{
background-color: #813175;
}
</style>
border-color css
<style>
span { border-color: #813175; }
span { border-color: rgb(129,49,117); }
td.TdClassName
{
border-color: #813175;
}
.TagClassName
{
border-color: #813175;
}
</style>