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