Shades of Dark Purple #851B6B
Tints of Dark Purple #851B6B
RGB
CMYK
RGB Variations
Color information
#851B6B (or 0x851B6B) is known color: Dark Purple. HEX triplet: 85, 1B and 6B. RGB value is (133,27,107). Sum of RGB (Red+Green+Blue) = 133+27+107=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 27 (10.94% from 255 or 10.11% from 267); Blue value is 107 (42.19% from 255 or 40.07% from 267); Max value from RGB is 133 - color contains mainly: red. Hex color #851B6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #851B6B is #7AE494. Grayscale: #434343. Windows color (decimal): -8053909 or 7019397. OLE color: 7019397.
HSL color Cylindrical-coordinate representation of color #851B6B: hue angle of 314.72º 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 #851B6B is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 27 | 107 | - |
| CMYK | 0 | 0.80 | 0.20 | 0.48 |
| HSL | 314.72º | 0.66% | 0.31% | - |
| HSV(B) | 314.72º | 0.8% | 0.52% | - |
| XYZ | 12.72 | 6.83 | 14.56 | - |
| YUV | 67.81 | 150.12 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 27 | 107 | 0 | 0.80 | 0.20 | 0.48 | 314.72 | 0.66 | 0.31 |
| Hex | 85 | 1B | 6B | 0 | 50 | 14 | 30 | 13B | 42 | 1F |
| Octal | 205 | 33 | 153 | 0 | 120 | 24 | 60 | 473 | 102 | 37 |
| Binary | 10000101 | 11011 | 1101011 | 0 | 1010000 | 10100 | 110000 | 100111011 | 1000010 | 11111 |
Color Harmonies of #851B6B
Complementary color
Monochromatic Colors of #851B6B
Black with #851B6B
Text Example
Text Example
White with #851B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851B6B; }
p { color: rgb(133,27,107); }
H1.HeaderClassName
{
color: #851B6B;
}
.AnyTagClassName
{
color: #851B6B;
}
</style>
background-color css
<style>
a { background-color: #851B6B; }
a { background-color: rgb(133,27,107); }
div.DivClassName
{
background-color: #851B6B;
}
.BgClassName
{
background-color: #851B6B;
}
</style>
border-color css
<style>
span { border-color: #851B6B; }
span { border-color: rgb(133,27,107); }
td.TdClassName
{
border-color: #851B6B;
}
.TagClassName
{
border-color: #851B6B;
}
</style>