Shades of Dark Purple #862B7D
Tints of Dark Purple #862B7D
RGB
CMYK
RGB Variations
Color information
#862B7D (or 0x862B7D) is known color: Dark Purple. HEX triplet: 86, 2B and 7D. RGB value is (134,43,125). Sum of RGB (Red+Green+Blue) = 134+43+125=302 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.37% from 302); Green value is 43 (17.19% from 255 or 14.24% from 302); Blue value is 125 (49.22% from 255 or 41.39% from 302); Max value from RGB is 134 - color contains mainly: red. Hex color #862B7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862B7D is #79D482. Grayscale: #4F4F4F. Windows color (decimal): -7984259 or 8203142. OLE color: 8203142.
HSL color Cylindrical-coordinate representation of color #862B7D: hue angle of 305.93º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #862B7D is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 43 | 125 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.47 |
| HSL | 305.93º | 0.51% | 0.35% | - |
| HSV(B) | 305.93º | 0.68% | 0.53% | - |
| XYZ | 14.4 | 8.28 | 20.24 | - |
| YUV | 79.56 | 153.65 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 43 | 125 | 0 | 0.68 | 0.07 | 0.47 | 305.93 | 0.51 | 0.35 |
| Hex | 86 | 2B | 7D | 0 | 44 | 7 | 2F | 132 | 33 | 23 |
| Octal | 206 | 53 | 175 | 0 | 104 | 7 | 57 | 462 | 63 | 43 |
| Binary | 10000110 | 101011 | 1111101 | 0 | 1000100 | 111 | 101111 | 100110010 | 110011 | 100011 |
Color Harmonies of #862B7D
Complementary color
Monochromatic Colors of #862B7D
Black with #862B7D
Text Example
Text Example
White with #862B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862B7D; }
p { color: rgb(134,43,125); }
H1.HeaderClassName
{
color: #862B7D;
}
.AnyTagClassName
{
color: #862B7D;
}
</style>
background-color css
<style>
a { background-color: #862B7D; }
a { background-color: rgb(134,43,125); }
div.DivClassName
{
background-color: #862B7D;
}
.BgClassName
{
background-color: #862B7D;
}
</style>
border-color css
<style>
span { border-color: #862B7D; }
span { border-color: rgb(134,43,125); }
td.TdClassName
{
border-color: #862B7D;
}
.TagClassName
{
border-color: #862B7D;
}
</style>