Shades of Dark Purple #812375
Tints of Dark Purple #812375
RGB
CMYK
RGB Variations
Color information
#812375 (or 0x812375) is known color: Dark Purple. HEX triplet: 81, 23 and 75. RGB value is (129,35,117). Sum of RGB (Red+Green+Blue) = 129+35+117=281 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.91% from 281); Green value is 35 (14.06% from 255 or 12.46% from 281); Blue value is 117 (46.09% from 255 or 41.64% from 281); Max value from RGB is 129 - color contains mainly: red. Hex color #812375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812375 is #7EDC8A. Grayscale: #484848. Windows color (decimal): -8313995 or 7676801. OLE color: 7676801.
HSL color Cylindrical-coordinate representation of color #812375: hue angle of 307.66º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #812375 is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 35 | 117 | - |
| CMYK | 0 | 0.73 | 0.09 | 0.49 |
| HSL | 307.66º | 0.57% | 0.32% | - |
| HSV(B) | 307.66º | 0.73% | 0.51% | - |
| XYZ | 12.87 | 7.15 | 17.53 | - |
| YUV | 72.45 | 153.14 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 35 | 117 | 0 | 0.73 | 0.09 | 0.49 | 307.66 | 0.57 | 0.32 |
| Hex | 81 | 23 | 75 | 0 | 49 | 9 | 31 | 134 | 39 | 20 |
| Octal | 201 | 43 | 165 | 0 | 111 | 11 | 61 | 464 | 71 | 40 |
| Binary | 10000001 | 100011 | 1110101 | 0 | 1001001 | 1001 | 110001 | 100110100 | 111001 | 100000 |
Color Harmonies of #812375
Complementary color
Monochromatic Colors of #812375
Black with #812375
Text Example
Text Example
White with #812375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812375; }
p { color: rgb(129,35,117); }
H1.HeaderClassName
{
color: #812375;
}
.AnyTagClassName
{
color: #812375;
}
</style>
background-color css
<style>
a { background-color: #812375; }
a { background-color: rgb(129,35,117); }
div.DivClassName
{
background-color: #812375;
}
.BgClassName
{
background-color: #812375;
}
</style>
border-color css
<style>
span { border-color: #812375; }
span { border-color: rgb(129,35,117); }
td.TdClassName
{
border-color: #812375;
}
.TagClassName
{
border-color: #812375;
}
</style>