Shades of Dark Purple #851B69
Tints of Dark Purple #851B69
RGB
CMYK
RGB Variations
Color information
#851B69 (or 0x851B69) is known color: Dark Purple. HEX triplet: 85, 1B and 69. RGB value is (133,27,105). Sum of RGB (Red+Green+Blue) = 133+27+105=265 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50.19% from 265); Green value is 27 (10.94% from 255 or 10.19% from 265); Blue value is 105 (41.41% from 255 or 39.62% from 265); Max value from RGB is 133 - color contains mainly: red. Hex color #851B69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #851B69 is #7AE496. Grayscale: #434343. Windows color (decimal): -8053911 or 6888325. OLE color: 6888325.
HSL color Cylindrical-coordinate representation of color #851B69: hue angle of 315.85º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #851B69 is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 27 | 105 | - |
| CMYK | 0 | 0.80 | 0.21 | 0.48 |
| HSL | 315.85º | 0.66% | 0.31% | - |
| HSV(B) | 315.85º | 0.8% | 0.52% | - |
| XYZ | 12.61 | 6.79 | 14.01 | - |
| YUV | 67.59 | 149.12 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 27 | 105 | 0 | 0.80 | 0.21 | 0.48 | 315.85 | 0.66 | 0.31 |
| Hex | 85 | 1B | 69 | 0 | 50 | 15 | 30 | 13C | 42 | 1F |
| Octal | 205 | 33 | 151 | 0 | 120 | 25 | 60 | 474 | 102 | 37 |
| Binary | 10000101 | 11011 | 1101001 | 0 | 1010000 | 10101 | 110000 | 100111100 | 1000010 | 11111 |
Color Harmonies of #851B69
Complementary color
Monochromatic Colors of #851B69
Black with #851B69
Text Example
Text Example
White with #851B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851B69; }
p { color: rgb(133,27,105); }
H1.HeaderClassName
{
color: #851B69;
}
.AnyTagClassName
{
color: #851B69;
}
</style>
background-color css
<style>
a { background-color: #851B69; }
a { background-color: rgb(133,27,105); }
div.DivClassName
{
background-color: #851B69;
}
.BgClassName
{
background-color: #851B69;
}
</style>
border-color css
<style>
span { border-color: #851B69; }
span { border-color: rgb(133,27,105); }
td.TdClassName
{
border-color: #851B69;
}
.TagClassName
{
border-color: #851B69;
}
</style>