Shades of Dark Purple #852465
Tints of Dark Purple #852465
RGB
CMYK
RGB Variations
Color information
#852465 (or 0x852465) is known color: Dark Purple. HEX triplet: 85, 24 and 65. RGB value is (133,36,101). Sum of RGB (Red+Green+Blue) = 133+36+101=270 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.26% from 270); Green value is 36 (14.45% from 255 or 13.33% from 270); Blue value is 101 (39.84% from 255 or 37.41% from 270); Max value from RGB is 133 - color contains mainly: red. Hex color #852465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852465 is #7ADB9A. Grayscale: #484848. Windows color (decimal): -8051611 or 6628485. OLE color: 6628485.
HSL color Cylindrical-coordinate representation of color #852465: hue angle of 319.79º 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 #852465 is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 36 | 101 | - |
| CMYK | 0 | 0.73 | 0.24 | 0.48 |
| HSL | 319.79º | 0.57% | 0.33% | - |
| HSV(B) | 319.79º | 0.73% | 0.52% | - |
| XYZ | 12.65 | 7.19 | 13.03 | - |
| YUV | 72.41 | 144.14 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 36 | 101 | 0 | 0.73 | 0.24 | 0.48 | 319.79 | 0.57 | 0.33 |
| Hex | 85 | 24 | 65 | 0 | 49 | 18 | 30 | 140 | 39 | 21 |
| Octal | 205 | 44 | 145 | 0 | 111 | 30 | 60 | 500 | 71 | 41 |
| Binary | 10000101 | 100100 | 1100101 | 0 | 1001001 | 11000 | 110000 | 101000000 | 111001 | 100001 |
Color Harmonies of #852465
Complementary color
Monochromatic Colors of #852465
Black with #852465
Text Example
Text Example
White with #852465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852465; }
p { color: rgb(133,36,101); }
H1.HeaderClassName
{
color: #852465;
}
.AnyTagClassName
{
color: #852465;
}
</style>
background-color css
<style>
a { background-color: #852465; }
a { background-color: rgb(133,36,101); }
div.DivClassName
{
background-color: #852465;
}
.BgClassName
{
background-color: #852465;
}
</style>
border-color css
<style>
span { border-color: #852465; }
span { border-color: rgb(133,36,101); }
td.TdClassName
{
border-color: #852465;
}
.TagClassName
{
border-color: #852465;
}
</style>