Shades of Dark Purple #852175
Tints of Dark Purple #852175
RGB
CMYK
RGB Variations
Color information
#852175 (or 0x852175) is known color: Dark Purple. HEX triplet: 85, 21 and 75. RGB value is (133,33,117). Sum of RGB (Red+Green+Blue) = 133+33+117=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 33 (13.28% from 255 or 11.66% from 283); Blue value is 117 (46.09% from 255 or 41.34% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #852175 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852175 is #7ADE8A. Grayscale: #484848. Windows color (decimal): -8052363 or 7676293. OLE color: 7676293.
HSL color Cylindrical-coordinate representation of color #852175: hue angle of 309.6º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #852175 is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 33 | 117 | - |
| CMYK | 0 | 0.75 | 0.12 | 0.48 |
| HSL | 309.6º | 0.6% | 0.33% | - |
| HSV(B) | 309.6º | 0.75% | 0.52% | - |
| XYZ | 13.43 | 7.36 | 17.54 | - |
| YUV | 72.48 | 153.13 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 33 | 117 | 0 | 0.75 | 0.12 | 0.48 | 309.6 | 0.6 | 0.33 |
| Hex | 85 | 21 | 75 | 0 | 4B | C | 30 | 136 | 3C | 21 |
| Octal | 205 | 41 | 165 | 0 | 113 | 14 | 60 | 466 | 74 | 41 |
| Binary | 10000101 | 100001 | 1110101 | 0 | 1001011 | 1100 | 110000 | 100110110 | 111100 | 100001 |
Color Harmonies of #852175
Complementary color
Monochromatic Colors of #852175
Black with #852175
Text Example
Text Example
White with #852175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852175; }
p { color: rgb(133,33,117); }
H1.HeaderClassName
{
color: #852175;
}
.AnyTagClassName
{
color: #852175;
}
</style>
background-color css
<style>
a { background-color: #852175; }
a { background-color: rgb(133,33,117); }
div.DivClassName
{
background-color: #852175;
}
.BgClassName
{
background-color: #852175;
}
</style>
border-color css
<style>
span { border-color: #852175; }
span { border-color: rgb(133,33,117); }
td.TdClassName
{
border-color: #852175;
}
.TagClassName
{
border-color: #852175;
}
</style>