Shades of Purple #850373
Tints of Purple #850373
RGB
CMYK
RGB Variations
Color information
#850373 (or 0x850373) is known color: Purple. HEX triplet: 85, 03 and 73. RGB value is (133,3,115). Sum of RGB (Red+Green+Blue) = 133+3+115=251 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.99% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 115 (45.31% from 255 or 45.82% from 251); Max value from RGB is 133 - color contains mainly: red. Hex color #850373 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850373 is #7AFC8C. Grayscale: #363636. Windows color (decimal): -8060045 or 7537541. OLE color: 7537541.
HSL color Cylindrical-coordinate representation of color #850373: hue angle of 308.31º 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 #850373 is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 3 | 115 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.48 |
| HSL | 308.31º | 0.96% | 0.27% | - |
| HSV(B) | 308.31º | 0.98% | 0.52% | - |
| XYZ | 12.8 | 6.29 | 16.76 | - |
| YUV | 54.64 | 162.07 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 3 | 115 | 0 | 0.98 | 0.14 | 0.48 | 308.31 | 0.96 | 0.27 |
| Hex | 85 | 3 | 73 | 0 | 62 | E | 30 | 134 | 60 | 1B |
| Octal | 205 | 3 | 163 | 0 | 142 | 16 | 60 | 464 | 140 | 33 |
| Binary | 10000101 | 11 | 1110011 | 0 | 1100010 | 1110 | 110000 | 100110100 | 1100000 | 11011 |
Color Harmonies of #850373
Complementary color
Monochromatic Colors of #850373
Black with #850373
Text Example
Text Example
White with #850373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850373; }
p { color: rgb(133,3,115); }
H1.HeaderClassName
{
color: #850373;
}
.AnyTagClassName
{
color: #850373;
}
</style>
background-color css
<style>
a { background-color: #850373; }
a { background-color: rgb(133,3,115); }
div.DivClassName
{
background-color: #850373;
}
.BgClassName
{
background-color: #850373;
}
</style>
border-color css
<style>
span { border-color: #850373; }
span { border-color: rgb(133,3,115); }
td.TdClassName
{
border-color: #850373;
}
.TagClassName
{
border-color: #850373;
}
</style>