Shades of Dark Purple #810B69
Tints of Dark Purple #810B69
RGB
CMYK
RGB Variations
Color information
#810B69 (or 0x810B69) is known color: Dark Purple. HEX triplet: 81, 0B and 69. RGB value is (129,11,105). Sum of RGB (Red+Green+Blue) = 129+11+105=245 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.65% from 245); Green value is 11 (4.69% from 255 or 4.49% from 245); Blue value is 105 (41.41% from 255 or 42.86% from 245); Max value from RGB is 129 - color contains mainly: red. Hex color #810B69 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810B69 is #7EF496. Grayscale: #383838. Windows color (decimal): -8320151 or 6884225. OLE color: 6884225.
HSL color Cylindrical-coordinate representation of color #810B69: hue angle of 312.2º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #810B69 is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 11 | 105 | - |
| CMYK | 0 | 0.91 | 0.19 | 0.49 |
| HSL | 312.2º | 0.84% | 0.27% | - |
| HSV(B) | 312.2º | 0.91% | 0.51% | - |
| XYZ | 11.72 | 5.93 | 13.89 | - |
| YUV | 57 | 155.09 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 11 | 105 | 0 | 0.91 | 0.19 | 0.49 | 312.2 | 0.84 | 0.27 |
| Hex | 81 | B | 69 | 0 | 5B | 13 | 31 | 138 | 54 | 1B |
| Octal | 201 | 13 | 151 | 0 | 133 | 23 | 61 | 470 | 124 | 33 |
| Binary | 10000001 | 1011 | 1101001 | 0 | 1011011 | 10011 | 110001 | 100111000 | 1010100 | 11011 |
Color Harmonies of #810B69
Complementary color
Monochromatic Colors of #810B69
Black with #810B69
Text Example
Text Example
White with #810B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810B69; }
p { color: rgb(129,11,105); }
H1.HeaderClassName
{
color: #810B69;
}
.AnyTagClassName
{
color: #810B69;
}
</style>
background-color css
<style>
a { background-color: #810B69; }
a { background-color: rgb(129,11,105); }
div.DivClassName
{
background-color: #810B69;
}
.BgClassName
{
background-color: #810B69;
}
</style>
border-color css
<style>
span { border-color: #810B69; }
span { border-color: rgb(129,11,105); }
td.TdClassName
{
border-color: #810B69;
}
.TagClassName
{
border-color: #810B69;
}
</style>