Shades of Dark Purple #852464
Tints of Dark Purple #852464
RGB
CMYK
RGB Variations
Color information
#852464 (or 0x852464) is known color: Dark Purple. HEX triplet: 85, 24 and 64. RGB value is (133,36,100). Sum of RGB (Red+Green+Blue) = 133+36+100=269 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.44% from 269); Green value is 36 (14.45% from 255 or 13.38% from 269); Blue value is 100 (39.45% from 255 or 37.17% from 269); Max value from RGB is 133 - color contains mainly: red. Hex color #852464 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852464 is #7ADB9B. Grayscale: #484848. Windows color (decimal): -8051612 or 6562949. OLE color: 6562949.
HSL color Cylindrical-coordinate representation of color #852464: hue angle of 320.41º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #852464 is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 36 | 100 | - |
| CMYK | 0 | 0.73 | 0.25 | 0.48 |
| HSL | 320.41º | 0.57% | 0.33% | - |
| HSV(B) | 320.41º | 0.73% | 0.52% | - |
| XYZ | 12.6 | 7.17 | 12.78 | - |
| YUV | 72.3 | 143.64 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 36 | 100 | 0 | 0.73 | 0.25 | 0.48 | 320.41 | 0.57 | 0.33 |
| Hex | 85 | 24 | 64 | 0 | 49 | 19 | 30 | 140 | 39 | 21 |
| Octal | 205 | 44 | 144 | 0 | 111 | 31 | 60 | 500 | 71 | 41 |
| Binary | 10000101 | 100100 | 1100100 | 0 | 1001001 | 11001 | 110000 | 101000000 | 111001 | 100001 |
Color Harmonies of #852464
Complementary color
Monochromatic Colors of #852464
Black with #852464
Text Example
Text Example
White with #852464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852464; }
p { color: rgb(133,36,100); }
H1.HeaderClassName
{
color: #852464;
}
.AnyTagClassName
{
color: #852464;
}
</style>
background-color css
<style>
a { background-color: #852464; }
a { background-color: rgb(133,36,100); }
div.DivClassName
{
background-color: #852464;
}
.BgClassName
{
background-color: #852464;
}
</style>
border-color css
<style>
span { border-color: #852464; }
span { border-color: rgb(133,36,100); }
td.TdClassName
{
border-color: #852464;
}
.TagClassName
{
border-color: #852464;
}
</style>