Shades of Dark Purple #862F74
Tints of Dark Purple #862F74
RGB
CMYK
RGB Variations
Color information
#862F74 (or 0x862F74) is known color: Dark Purple. HEX triplet: 86, 2F and 74. RGB value is (134,47,116). Sum of RGB (Red+Green+Blue) = 134+47+116=297 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.12% from 297); Green value is 47 (18.75% from 255 or 15.82% from 297); Blue value is 116 (45.70% from 255 or 39.06% from 297); Max value from RGB is 134 - color contains mainly: red. Hex color #862F74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862F74 is #79D08B. Grayscale: #505050. Windows color (decimal): -7983244 or 7614342. OLE color: 7614342.
HSL color Cylindrical-coordinate representation of color #862F74: hue angle of 312.41º 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 #862F74 is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 47 | 116 | - |
| CMYK | 0 | 0.65 | 0.13 | 0.47 |
| HSL | 312.41º | 0.48% | 0.35% | - |
| HSV(B) | 312.41º | 0.65% | 0.53% | - |
| XYZ | 14 | 8.36 | 17.4 | - |
| YUV | 80.88 | 147.82 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 47 | 116 | 0 | 0.65 | 0.13 | 0.47 | 312.41 | 0.48 | 0.35 |
| Hex | 86 | 2F | 74 | 0 | 41 | D | 2F | 138 | 30 | 23 |
| Octal | 206 | 57 | 164 | 0 | 101 | 15 | 57 | 470 | 60 | 43 |
| Binary | 10000110 | 101111 | 1110100 | 0 | 1000001 | 1101 | 101111 | 100111000 | 110000 | 100011 |
Color Harmonies of #862F74
Complementary color
Monochromatic Colors of #862F74
Black with #862F74
Text Example
Text Example
White with #862F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862F74; }
p { color: rgb(134,47,116); }
H1.HeaderClassName
{
color: #862F74;
}
.AnyTagClassName
{
color: #862F74;
}
</style>
background-color css
<style>
a { background-color: #862F74; }
a { background-color: rgb(134,47,116); }
div.DivClassName
{
background-color: #862F74;
}
.BgClassName
{
background-color: #862F74;
}
</style>
border-color css
<style>
span { border-color: #862F74; }
span { border-color: rgb(134,47,116); }
td.TdClassName
{
border-color: #862F74;
}
.TagClassName
{
border-color: #862F74;
}
</style>