Shades of Purple #850378
Tints of Purple #850378
RGB
CMYK
RGB Variations
Color information
#850378 (or 0x850378) is known color: Purple. HEX triplet: 85, 03 and 78. RGB value is (133,3,120). Sum of RGB (Red+Green+Blue) = 133+3+120=256 (33% of max value = 765). Red value is 133 (52.34% from 255 or 51.95% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 120 (47.27% from 255 or 46.88% from 256); Max value from RGB is 133 - color contains mainly: red. Hex color #850378 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850378 is #7AFC87. Grayscale: #363636. Windows color (decimal): -8060040 or 7865221. OLE color: 7865221.
HSL color Cylindrical-coordinate representation of color #850378: hue angle of 306º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #850378 is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 3 | 120 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.48 |
| HSL | 306º | 0.96% | 0.27% | - |
| HSV(B) | 306º | 0.98% | 0.52% | - |
| XYZ | 13.1 | 6.41 | 18.32 | - |
| YUV | 55.21 | 164.57 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 3 | 120 | 0 | 0.98 | 0.10 | 0.48 | 306 | 0.96 | 0.27 |
| Hex | 85 | 3 | 78 | 0 | 62 | A | 30 | 132 | 60 | 1B |
| Octal | 205 | 3 | 170 | 0 | 142 | 12 | 60 | 462 | 140 | 33 |
| Binary | 10000101 | 11 | 1111000 | 0 | 1100010 | 1010 | 110000 | 100110010 | 1100000 | 11011 |
Color Harmonies of #850378
Complementary color
Monochromatic Colors of #850378
Black with #850378
Text Example
Text Example
White with #850378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850378; }
p { color: rgb(133,3,120); }
H1.HeaderClassName
{
color: #850378;
}
.AnyTagClassName
{
color: #850378;
}
</style>
background-color css
<style>
a { background-color: #850378; }
a { background-color: rgb(133,3,120); }
div.DivClassName
{
background-color: #850378;
}
.BgClassName
{
background-color: #850378;
}
</style>
border-color css
<style>
span { border-color: #850378; }
span { border-color: rgb(133,3,120); }
td.TdClassName
{
border-color: #850378;
}
.TagClassName
{
border-color: #850378;
}
</style>