Shades of Dark Purple #872265
Tints of Dark Purple #872265
RGB
CMYK
RGB Variations
Color information
#872265 (or 0x872265) is known color: Dark Purple. HEX triplet: 87, 22 and 65. RGB value is (135,34,101). Sum of RGB (Red+Green+Blue) = 135+34+101=270 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50% from 270); Green value is 34 (13.67% from 255 or 12.59% from 270); Blue value is 101 (39.84% from 255 or 37.41% from 270); Max value from RGB is 135 - color contains mainly: red. Hex color #872265 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872265 is #78DD9A. Grayscale: #474747. Windows color (decimal): -7921051 or 6627975. OLE color: 6627975.
HSL color Cylindrical-coordinate representation of color #872265: hue angle of 320.2º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #872265 is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 34 | 101 | - |
| CMYK | 0 | 0.75 | 0.25 | 0.47 |
| HSL | 320.2º | 0.6% | 0.33% | - |
| HSV(B) | 320.2º | 0.75% | 0.53% | - |
| XYZ | 12.91 | 7.23 | 13.03 | - |
| YUV | 71.84 | 144.46 | 173.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 34 | 101 | 0 | 0.75 | 0.25 | 0.47 | 320.2 | 0.6 | 0.33 |
| Hex | 87 | 22 | 65 | 0 | 4B | 19 | 2F | 140 | 3C | 21 |
| Octal | 207 | 42 | 145 | 0 | 113 | 31 | 57 | 500 | 74 | 41 |
| Binary | 10000111 | 100010 | 1100101 | 0 | 1001011 | 11001 | 101111 | 101000000 | 111100 | 100001 |
Color Harmonies of #872265
Complementary color
Monochromatic Colors of #872265
Black with #872265
Text Example
Text Example
White with #872265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872265; }
p { color: rgb(135,34,101); }
H1.HeaderClassName
{
color: #872265;
}
.AnyTagClassName
{
color: #872265;
}
</style>
background-color css
<style>
a { background-color: #872265; }
a { background-color: rgb(135,34,101); }
div.DivClassName
{
background-color: #872265;
}
.BgClassName
{
background-color: #872265;
}
</style>
border-color css
<style>
span { border-color: #872265; }
span { border-color: rgb(135,34,101); }
td.TdClassName
{
border-color: #872265;
}
.TagClassName
{
border-color: #872265;
}
</style>