Shades of Dark Purple #852667
Tints of Dark Purple #852667
RGB
CMYK
RGB Variations
Color information
#852667 (or 0x852667) is known color: Dark Purple. HEX triplet: 85, 26 and 67. RGB value is (133,38,103). Sum of RGB (Red+Green+Blue) = 133+38+103=274 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.54% from 274); Green value is 38 (15.23% from 255 or 13.87% from 274); Blue value is 103 (40.62% from 255 or 37.59% from 274); Max value from RGB is 133 - color contains mainly: red. Hex color #852667 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852667 is #7AD998. Grayscale: #494949. Windows color (decimal): -8051097 or 6760069. OLE color: 6760069.
HSL color Cylindrical-coordinate representation of color #852667: hue angle of 318.95º 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 #852667 is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 38 | 103 | - |
| CMYK | 0 | 0.71 | 0.23 | 0.48 |
| HSL | 318.95º | 0.56% | 0.34% | - |
| HSV(B) | 318.95º | 0.71% | 0.52% | - |
| XYZ | 12.81 | 7.35 | 13.58 | - |
| YUV | 73.82 | 144.47 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 38 | 103 | 0 | 0.71 | 0.23 | 0.48 | 318.95 | 0.56 | 0.34 |
| Hex | 85 | 26 | 67 | 0 | 47 | 17 | 30 | 13F | 38 | 22 |
| Octal | 205 | 46 | 147 | 0 | 107 | 27 | 60 | 477 | 70 | 42 |
| Binary | 10000101 | 100110 | 1100111 | 0 | 1000111 | 10111 | 110000 | 100111111 | 111000 | 100010 |
Color Harmonies of #852667
Complementary color
Monochromatic Colors of #852667
Black with #852667
Text Example
Text Example
White with #852667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852667; }
p { color: rgb(133,38,103); }
H1.HeaderClassName
{
color: #852667;
}
.AnyTagClassName
{
color: #852667;
}
</style>
background-color css
<style>
a { background-color: #852667; }
a { background-color: rgb(133,38,103); }
div.DivClassName
{
background-color: #852667;
}
.BgClassName
{
background-color: #852667;
}
</style>
border-color css
<style>
span { border-color: #852667; }
span { border-color: rgb(133,38,103); }
td.TdClassName
{
border-color: #852667;
}
.TagClassName
{
border-color: #852667;
}
</style>