Shades of Dark Purple #852369
Tints of Dark Purple #852369
RGB
CMYK
RGB Variations
Color information
#852369 (or 0x852369) is known color: Dark Purple. HEX triplet: 85, 23 and 69. RGB value is (133,35,105). Sum of RGB (Red+Green+Blue) = 133+35+105=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 35 (14.06% from 255 or 12.82% from 273); Blue value is 105 (41.41% from 255 or 38.46% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #852369 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852369 is #7ADC96. Grayscale: #484848. Windows color (decimal): -8051863 or 6890373. OLE color: 6890373.
HSL color Cylindrical-coordinate representation of color #852369: hue angle of 317.14º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #852369 is Cyan = 0, Magento = 0.74, Yellow = 0.21 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 35 | 105 | - |
| CMYK | 0 | 0.74 | 0.21 | 0.48 |
| HSL | 317.14º | 0.58% | 0.33% | - |
| HSV(B) | 317.14º | 0.74% | 0.52% | - |
| XYZ | 12.82 | 7.21 | 14.08 | - |
| YUV | 72.28 | 146.47 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 35 | 105 | 0 | 0.74 | 0.21 | 0.48 | 317.14 | 0.58 | 0.33 |
| Hex | 85 | 23 | 69 | 0 | 4A | 15 | 30 | 13D | 3A | 21 |
| Octal | 205 | 43 | 151 | 0 | 112 | 25 | 60 | 475 | 72 | 41 |
| Binary | 10000101 | 100011 | 1101001 | 0 | 1001010 | 10101 | 110000 | 100111101 | 111010 | 100001 |
Color Harmonies of #852369
Complementary color
Monochromatic Colors of #852369
Black with #852369
Text Example
Text Example
White with #852369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852369; }
p { color: rgb(133,35,105); }
H1.HeaderClassName
{
color: #852369;
}
.AnyTagClassName
{
color: #852369;
}
</style>
background-color css
<style>
a { background-color: #852369; }
a { background-color: rgb(133,35,105); }
div.DivClassName
{
background-color: #852369;
}
.BgClassName
{
background-color: #852369;
}
</style>
border-color css
<style>
span { border-color: #852369; }
span { border-color: rgb(133,35,105); }
td.TdClassName
{
border-color: #852369;
}
.TagClassName
{
border-color: #852369;
}
</style>