Shades of Dark Purple #862F67
Tints of Dark Purple #862F67
RGB
CMYK
RGB Variations
Color information
#862F67 (or 0x862F67) is known color: Dark Purple. HEX triplet: 86, 2F and 67. RGB value is (134,47,103). Sum of RGB (Red+Green+Blue) = 134+47+103=284 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.18% from 284); Green value is 47 (18.75% from 255 or 16.55% from 284); Blue value is 103 (40.62% from 255 or 36.27% from 284); Max value from RGB is 134 - color contains mainly: red. Hex color #862F67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862F67 is #79D098. Grayscale: #4F4F4F. Windows color (decimal): -7983257 or 6762374. OLE color: 6762374.
HSL color Cylindrical-coordinate representation of color #862F67: hue angle of 321.38º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #862F67 is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 47 | 103 | - |
| CMYK | 0 | 0.65 | 0.23 | 0.47 |
| HSL | 321.38º | 0.48% | 0.35% | - |
| HSV(B) | 321.38º | 0.65% | 0.53% | - |
| XYZ | 13.3 | 8.08 | 13.69 | - |
| YUV | 79.4 | 141.32 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 47 | 103 | 0 | 0.65 | 0.23 | 0.47 | 321.38 | 0.48 | 0.35 |
| Hex | 86 | 2F | 67 | 0 | 41 | 17 | 2F | 141 | 30 | 23 |
| Octal | 206 | 57 | 147 | 0 | 101 | 27 | 57 | 501 | 60 | 43 |
| Binary | 10000110 | 101111 | 1100111 | 0 | 1000001 | 10111 | 101111 | 101000001 | 110000 | 100011 |
Color Harmonies of #862F67
Complementary color
Monochromatic Colors of #862F67
Black with #862F67
Text Example
Text Example
White with #862F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862F67; }
p { color: rgb(134,47,103); }
H1.HeaderClassName
{
color: #862F67;
}
.AnyTagClassName
{
color: #862F67;
}
</style>
background-color css
<style>
a { background-color: #862F67; }
a { background-color: rgb(134,47,103); }
div.DivClassName
{
background-color: #862F67;
}
.BgClassName
{
background-color: #862F67;
}
</style>
border-color css
<style>
span { border-color: #862F67; }
span { border-color: rgb(134,47,103); }
td.TdClassName
{
border-color: #862F67;
}
.TagClassName
{
border-color: #862F67;
}
</style>