Shades of Dark Purple #862B68
Tints of Dark Purple #862B68
RGB
CMYK
RGB Variations
Color information
#862B68 (or 0x862B68) is known color: Dark Purple. HEX triplet: 86, 2B and 68. RGB value is (134,43,104). Sum of RGB (Red+Green+Blue) = 134+43+104=281 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.69% from 281); Green value is 43 (17.19% from 255 or 15.30% from 281); Blue value is 104 (41.02% from 255 or 37.01% from 281); Max value from RGB is 134 - color contains mainly: red. Hex color #862B68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862B68 is #79D497. Grayscale: #4D4D4D. Windows color (decimal): -7984280 or 6826886. OLE color: 6826886.
HSL color Cylindrical-coordinate representation of color #862B68: hue angle of 319.78º 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 #862B68 is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 43 | 104 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.47 |
| HSL | 319.78º | 0.51% | 0.35% | - |
| HSV(B) | 319.78º | 0.68% | 0.53% | - |
| XYZ | 13.19 | 7.8 | 13.91 | - |
| YUV | 77.16 | 143.15 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 43 | 104 | 0 | 0.68 | 0.22 | 0.47 | 319.78 | 0.51 | 0.35 |
| Hex | 86 | 2B | 68 | 0 | 44 | 16 | 2F | 140 | 33 | 23 |
| Octal | 206 | 53 | 150 | 0 | 104 | 26 | 57 | 500 | 63 | 43 |
| Binary | 10000110 | 101011 | 1101000 | 0 | 1000100 | 10110 | 101111 | 101000000 | 110011 | 100011 |
Color Harmonies of #862B68
Complementary color
Monochromatic Colors of #862B68
Black with #862B68
Text Example
Text Example
White with #862B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862B68; }
p { color: rgb(134,43,104); }
H1.HeaderClassName
{
color: #862B68;
}
.AnyTagClassName
{
color: #862B68;
}
</style>
background-color css
<style>
a { background-color: #862B68; }
a { background-color: rgb(134,43,104); }
div.DivClassName
{
background-color: #862B68;
}
.BgClassName
{
background-color: #862B68;
}
</style>
border-color css
<style>
span { border-color: #862B68; }
span { border-color: rgb(134,43,104); }
td.TdClassName
{
border-color: #862B68;
}
.TagClassName
{
border-color: #862B68;
}
</style>