Shades of Dark Purple #852378
Tints of Dark Purple #852378
RGB
CMYK
RGB Variations
Color information
#852378 (or 0x852378) is known color: Dark Purple. HEX triplet: 85, 23 and 78. RGB value is (133,35,120). Sum of RGB (Red+Green+Blue) = 133+35+120=288 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.18% from 288); Green value is 35 (14.06% from 255 or 12.15% from 288); Blue value is 120 (47.27% from 255 or 41.67% from 288); Max value from RGB is 133 - color contains mainly: red. Hex color #852378 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852378 is #7ADC87. Grayscale: #494949. Windows color (decimal): -8051848 or 7873413. OLE color: 7873413.
HSL color Cylindrical-coordinate representation of color #852378: hue angle of 307.96º degrees, saturation: 0.58, 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 #852378 is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 35 | 120 | - |
| CMYK | 0 | 0.74 | 0.10 | 0.48 |
| HSL | 307.96º | 0.58% | 0.33% | - |
| HSV(B) | 307.96º | 0.74% | 0.52% | - |
| XYZ | 13.66 | 7.54 | 18.51 | - |
| YUV | 73.99 | 153.97 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 35 | 120 | 0 | 0.74 | 0.10 | 0.48 | 307.96 | 0.58 | 0.33 |
| Hex | 85 | 23 | 78 | 0 | 4A | A | 30 | 134 | 3A | 21 |
| Octal | 205 | 43 | 170 | 0 | 112 | 12 | 60 | 464 | 72 | 41 |
| Binary | 10000101 | 100011 | 1111000 | 0 | 1001010 | 1010 | 110000 | 100110100 | 111010 | 100001 |
Color Harmonies of #852378
Complementary color
Monochromatic Colors of #852378
Black with #852378
Text Example
Text Example
White with #852378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852378; }
p { color: rgb(133,35,120); }
H1.HeaderClassName
{
color: #852378;
}
.AnyTagClassName
{
color: #852378;
}
</style>
background-color css
<style>
a { background-color: #852378; }
a { background-color: rgb(133,35,120); }
div.DivClassName
{
background-color: #852378;
}
.BgClassName
{
background-color: #852378;
}
</style>
border-color css
<style>
span { border-color: #852378; }
span { border-color: rgb(133,35,120); }
td.TdClassName
{
border-color: #852378;
}
.TagClassName
{
border-color: #852378;
}
</style>