Shades of Dark Purple #851275
Tints of Dark Purple #851275
RGB
CMYK
RGB Variations
Color information
#851275 (or 0x851275) is known color: Dark Purple. HEX triplet: 85, 12 and 75. RGB value is (133,18,117). Sum of RGB (Red+Green+Blue) = 133+18+117=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 117 (46.09% from 255 or 43.66% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #851275 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851275 is #7AED8A. Grayscale: #3F3F3F. Windows color (decimal): -8056203 or 7672453. OLE color: 7672453.
HSL color Cylindrical-coordinate representation of color #851275: hue angle of 308.35º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #851275 is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 18 | 117 | - |
| CMYK | 0 | 0.86 | 0.12 | 0.48 |
| HSL | 308.35º | 0.76% | 0.3% | - |
| HSV(B) | 308.35º | 0.86% | 0.52% | - |
| XYZ | 13.1 | 6.7 | 17.43 | - |
| YUV | 63.67 | 158.1 | 177.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 18 | 117 | 0 | 0.86 | 0.12 | 0.48 | 308.35 | 0.76 | 0.3 |
| Hex | 85 | 12 | 75 | 0 | 56 | C | 30 | 134 | 4C | 1E |
| Octal | 205 | 22 | 165 | 0 | 126 | 14 | 60 | 464 | 114 | 36 |
| Binary | 10000101 | 10010 | 1110101 | 0 | 1010110 | 1100 | 110000 | 100110100 | 1001100 | 11110 |
Color Harmonies of #851275
Complementary color
Monochromatic Colors of #851275
Black with #851275
Text Example
Text Example
White with #851275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851275; }
p { color: rgb(133,18,117); }
H1.HeaderClassName
{
color: #851275;
}
.AnyTagClassName
{
color: #851275;
}
</style>
background-color css
<style>
a { background-color: #851275; }
a { background-color: rgb(133,18,117); }
div.DivClassName
{
background-color: #851275;
}
.BgClassName
{
background-color: #851275;
}
</style>
border-color css
<style>
span { border-color: #851275; }
span { border-color: rgb(133,18,117); }
td.TdClassName
{
border-color: #851275;
}
.TagClassName
{
border-color: #851275;
}
</style>