Shades of Dark Purple #851B6C
Tints of Dark Purple #851B6C
RGB
CMYK
RGB Variations
Color information
#851B6C (or 0x851B6C) is known color: Dark Purple. HEX triplet: 85, 1B and 6C. RGB value is (133,27,108). Sum of RGB (Red+Green+Blue) = 133+27+108=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 27 (10.94% from 255 or 10.07% from 268); Blue value is 108 (42.58% from 255 or 40.30% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #851B6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #851B6C is #7AE493. Grayscale: #434343. Windows color (decimal): -8053908 or 7084933. OLE color: 7084933.
HSL color Cylindrical-coordinate representation of color #851B6C: hue angle of 314.15º 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 #851B6C is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 27 | 108 | - |
| CMYK | 0 | 0.80 | 0.19 | 0.48 |
| HSL | 314.15º | 0.66% | 0.31% | - |
| HSV(B) | 314.15º | 0.8% | 0.52% | - |
| XYZ | 12.77 | 6.85 | 14.84 | - |
| YUV | 67.93 | 150.62 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 27 | 108 | 0 | 0.80 | 0.19 | 0.48 | 314.15 | 0.66 | 0.31 |
| Hex | 85 | 1B | 6C | 0 | 50 | 13 | 30 | 13A | 42 | 1F |
| Octal | 205 | 33 | 154 | 0 | 120 | 23 | 60 | 472 | 102 | 37 |
| Binary | 10000101 | 11011 | 1101100 | 0 | 1010000 | 10011 | 110000 | 100111010 | 1000010 | 11111 |
Color Harmonies of #851B6C
Complementary color
Monochromatic Colors of #851B6C
Black with #851B6C
Text Example
Text Example
White with #851B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851B6C; }
p { color: rgb(133,27,108); }
H1.HeaderClassName
{
color: #851B6C;
}
.AnyTagClassName
{
color: #851B6C;
}
</style>
background-color css
<style>
a { background-color: #851B6C; }
a { background-color: rgb(133,27,108); }
div.DivClassName
{
background-color: #851B6C;
}
.BgClassName
{
background-color: #851B6C;
}
</style>
border-color css
<style>
span { border-color: #851B6C; }
span { border-color: rgb(133,27,108); }
td.TdClassName
{
border-color: #851B6C;
}
.TagClassName
{
border-color: #851B6C;
}
</style>