Shades of Dark Purple #852674
Tints of Dark Purple #852674
RGB
CMYK
RGB Variations
Color information
#852674 (or 0x852674) is known color: Dark Purple. HEX triplet: 85, 26 and 74. RGB value is (133,38,116). Sum of RGB (Red+Green+Blue) = 133+38+116=287 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.34% from 287); Green value is 38 (15.23% from 255 or 13.24% from 287); Blue value is 116 (45.70% from 255 or 40.42% from 287); Max value from RGB is 133 - color contains mainly: red. Hex color #852674 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852674 is #7AD98B. Grayscale: #4B4B4B. Windows color (decimal): -8051084 or 7612037. OLE color: 7612037.
HSL color Cylindrical-coordinate representation of color #852674: hue angle of 310.74º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #852674 is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 38 | 116 | - |
| CMYK | 0 | 0.71 | 0.13 | 0.48 |
| HSL | 310.74º | 0.56% | 0.34% | - |
| HSV(B) | 310.74º | 0.71% | 0.52% | - |
| XYZ | 13.52 | 7.63 | 17.28 | - |
| YUV | 75.3 | 150.97 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 38 | 116 | 0 | 0.71 | 0.13 | 0.48 | 310.74 | 0.56 | 0.34 |
| Hex | 85 | 26 | 74 | 0 | 47 | D | 30 | 137 | 38 | 22 |
| Octal | 205 | 46 | 164 | 0 | 107 | 15 | 60 | 467 | 70 | 42 |
| Binary | 10000101 | 100110 | 1110100 | 0 | 1000111 | 1101 | 110000 | 100110111 | 111000 | 100010 |
Color Harmonies of #852674
Complementary color
Monochromatic Colors of #852674
Black with #852674
Text Example
Text Example
White with #852674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852674; }
p { color: rgb(133,38,116); }
H1.HeaderClassName
{
color: #852674;
}
.AnyTagClassName
{
color: #852674;
}
</style>
background-color css
<style>
a { background-color: #852674; }
a { background-color: rgb(133,38,116); }
div.DivClassName
{
background-color: #852674;
}
.BgClassName
{
background-color: #852674;
}
</style>
border-color css
<style>
span { border-color: #852674; }
span { border-color: rgb(133,38,116); }
td.TdClassName
{
border-color: #852674;
}
.TagClassName
{
border-color: #852674;
}
</style>