Shades of Dark Purple #852280
Tints of Dark Purple #852280
RGB
CMYK
RGB Variations
Color information
#852280 (or 0x852280) is known color: Dark Purple. HEX triplet: 85, 22 and 80. RGB value is (133,34,128). Sum of RGB (Red+Green+Blue) = 133+34+128=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 34 (13.67% from 255 or 11.53% from 295); Blue value is 128 (50.39% from 255 or 43.39% from 295); Max value from RGB is 133 - color contains mainly: red. Hex color #852280 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852280 is #7ADD7F. Grayscale: #4A4A4A. Windows color (decimal): -8052096 or 8397445. OLE color: 8397445.
HSL color Cylindrical-coordinate representation of color #852280: hue angle of 303.03º degrees, saturation: 0.59, 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 #852280 is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 34 | 128 | - |
| CMYK | 0 | 0.74 | 0.04 | 0.48 |
| HSL | 303.03º | 0.59% | 0.33% | - |
| HSV(B) | 303.03º | 0.74% | 0.52% | - |
| XYZ | 14.14 | 7.69 | 21.16 | - |
| YUV | 74.32 | 158.3 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 34 | 128 | 0 | 0.74 | 0.04 | 0.48 | 303.03 | 0.59 | 0.33 |
| Hex | 85 | 22 | 80 | 0 | 4A | 4 | 30 | 12F | 3B | 21 |
| Octal | 205 | 42 | 200 | 0 | 112 | 4 | 60 | 457 | 73 | 41 |
| Binary | 10000101 | 100010 | 10000000 | 0 | 1001010 | 100 | 110000 | 100101111 | 111011 | 100001 |
Color Harmonies of #852280
Complementary color
Monochromatic Colors of #852280
Black with #852280
Text Example
Text Example
White with #852280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852280; }
p { color: rgb(133,34,128); }
H1.HeaderClassName
{
color: #852280;
}
.AnyTagClassName
{
color: #852280;
}
</style>
background-color css
<style>
a { background-color: #852280; }
a { background-color: rgb(133,34,128); }
div.DivClassName
{
background-color: #852280;
}
.BgClassName
{
background-color: #852280;
}
</style>
border-color css
<style>
span { border-color: #852280; }
span { border-color: rgb(133,34,128); }
td.TdClassName
{
border-color: #852280;
}
.TagClassName
{
border-color: #852280;
}
</style>