Shades of Dark Purple #852467
Tints of Dark Purple #852467
RGB
CMYK
RGB Variations
Color information
#852467 (or 0x852467) is known color: Dark Purple. HEX triplet: 85, 24 and 67. RGB value is (133,36,103). Sum of RGB (Red+Green+Blue) = 133+36+103=272 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.90% from 272); Green value is 36 (14.45% from 255 or 13.24% from 272); Blue value is 103 (40.62% from 255 or 37.87% from 272); Max value from RGB is 133 - color contains mainly: red. Hex color #852467 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852467 is #7ADB98. Grayscale: #484848. Windows color (decimal): -8051609 or 6759557. OLE color: 6759557.
HSL color Cylindrical-coordinate representation of color #852467: hue angle of 318.56º 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 #852467 is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 36 | 103 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.48 |
| HSL | 318.56º | 0.57% | 0.33% | - |
| HSV(B) | 318.56º | 0.73% | 0.52% | - |
| XYZ | 12.75 | 7.23 | 13.55 | - |
| YUV | 72.64 | 145.14 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 36 | 103 | 0 | 0.73 | 0.23 | 0.48 | 318.56 | 0.57 | 0.33 |
| Hex | 85 | 24 | 67 | 0 | 49 | 17 | 30 | 13F | 39 | 21 |
| Octal | 205 | 44 | 147 | 0 | 111 | 27 | 60 | 477 | 71 | 41 |
| Binary | 10000101 | 100100 | 1100111 | 0 | 1001001 | 10111 | 110000 | 100111111 | 111001 | 100001 |
Color Harmonies of #852467
Complementary color
Monochromatic Colors of #852467
Black with #852467
Text Example
Text Example
White with #852467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852467; }
p { color: rgb(133,36,103); }
H1.HeaderClassName
{
color: #852467;
}
.AnyTagClassName
{
color: #852467;
}
</style>
background-color css
<style>
a { background-color: #852467; }
a { background-color: rgb(133,36,103); }
div.DivClassName
{
background-color: #852467;
}
.BgClassName
{
background-color: #852467;
}
</style>
border-color css
<style>
span { border-color: #852467; }
span { border-color: rgb(133,36,103); }
td.TdClassName
{
border-color: #852467;
}
.TagClassName
{
border-color: #852467;
}
</style>