Shades of Dark Purple #852A68
Tints of Dark Purple #852A68
RGB
CMYK
RGB Variations
Color information
#852A68 (or 0x852A68) is known color: Dark Purple. HEX triplet: 85, 2A and 68. RGB value is (133,42,104). Sum of RGB (Red+Green+Blue) = 133+42+104=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 42 (16.80% from 255 or 15.05% from 279); Blue value is 104 (41.02% from 255 or 37.28% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #852A68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852A68 is #7AD597. Grayscale: #4C4C4C. Windows color (decimal): -8050072 or 6826629. OLE color: 6826629.
HSL color Cylindrical-coordinate representation of color #852A68: hue angle of 319.12º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #852A68 is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 42 | 104 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.48 |
| HSL | 319.12º | 0.52% | 0.34% | - |
| HSV(B) | 319.12º | 0.68% | 0.52% | - |
| XYZ | 13 | 7.64 | 13.89 | - |
| YUV | 76.28 | 143.65 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 42 | 104 | 0 | 0.68 | 0.22 | 0.48 | 319.12 | 0.52 | 0.34 |
| Hex | 85 | 2A | 68 | 0 | 44 | 16 | 30 | 13F | 34 | 22 |
| Octal | 205 | 52 | 150 | 0 | 104 | 26 | 60 | 477 | 64 | 42 |
| Binary | 10000101 | 101010 | 1101000 | 0 | 1000100 | 10110 | 110000 | 100111111 | 110100 | 100010 |
Color Harmonies of #852A68
Complementary color
Monochromatic Colors of #852A68
Black with #852A68
Text Example
Text Example
White with #852A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852A68; }
p { color: rgb(133,42,104); }
H1.HeaderClassName
{
color: #852A68;
}
.AnyTagClassName
{
color: #852A68;
}
</style>
background-color css
<style>
a { background-color: #852A68; }
a { background-color: rgb(133,42,104); }
div.DivClassName
{
background-color: #852A68;
}
.BgClassName
{
background-color: #852A68;
}
</style>
border-color css
<style>
span { border-color: #852A68; }
span { border-color: rgb(133,42,104); }
td.TdClassName
{
border-color: #852A68;
}
.TagClassName
{
border-color: #852A68;
}
</style>