Shades of Dark Purple #862374
Tints of Dark Purple #862374
RGB
CMYK
RGB Variations
Color information
#862374 (or 0x862374) is known color: Dark Purple. HEX triplet: 86, 23 and 74. RGB value is (134,35,116). Sum of RGB (Red+Green+Blue) = 134+35+116=285 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.02% from 285); Green value is 35 (14.06% from 255 or 12.28% from 285); Blue value is 116 (45.70% from 255 or 40.70% from 285); Max value from RGB is 134 - color contains mainly: red. Hex color #862374 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862374 is #79DC8B. Grayscale: #494949. Windows color (decimal): -7986316 or 7611270. OLE color: 7611270.
HSL color Cylindrical-coordinate representation of color #862374: hue angle of 310.91º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #862374 is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 35 | 116 | - |
| CMYK | 0 | 0.74 | 0.13 | 0.47 |
| HSL | 310.91º | 0.59% | 0.33% | - |
| HSV(B) | 310.91º | 0.74% | 0.53% | - |
| XYZ | 13.58 | 7.53 | 17.26 | - |
| YUV | 73.84 | 151.8 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 35 | 116 | 0 | 0.74 | 0.13 | 0.47 | 310.91 | 0.59 | 0.33 |
| Hex | 86 | 23 | 74 | 0 | 4A | D | 2F | 137 | 3B | 21 |
| Octal | 206 | 43 | 164 | 0 | 112 | 15 | 57 | 467 | 73 | 41 |
| Binary | 10000110 | 100011 | 1110100 | 0 | 1001010 | 1101 | 101111 | 100110111 | 111011 | 100001 |
Color Harmonies of #862374
Complementary color
Monochromatic Colors of #862374
Black with #862374
Text Example
Text Example
White with #862374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862374; }
p { color: rgb(134,35,116); }
H1.HeaderClassName
{
color: #862374;
}
.AnyTagClassName
{
color: #862374;
}
</style>
background-color css
<style>
a { background-color: #862374; }
a { background-color: rgb(134,35,116); }
div.DivClassName
{
background-color: #862374;
}
.BgClassName
{
background-color: #862374;
}
</style>
border-color css
<style>
span { border-color: #862374; }
span { border-color: rgb(134,35,116); }
td.TdClassName
{
border-color: #862374;
}
.TagClassName
{
border-color: #862374;
}
</style>