Shades of Purple #850375
Tints of Purple #850375
RGB
CMYK
RGB Variations
Color information
#850375 (or 0x850375) is known color: Purple. HEX triplet: 85, 03 and 75. RGB value is (133,3,117). Sum of RGB (Red+Green+Blue) = 133+3+117=253 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.57% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 117 (46.09% from 255 or 46.25% from 253); Max value from RGB is 133 - color contains mainly: red. Hex color #850375 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850375 is #7AFC8A. Grayscale: #363636. Windows color (decimal): -8060043 or 7668613. OLE color: 7668613.
HSL color Cylindrical-coordinate representation of color #850375: hue angle of 307.38º 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 #850375 is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 3 | 117 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.48 |
| HSL | 307.38º | 0.96% | 0.27% | - |
| HSV(B) | 307.38º | 0.98% | 0.52% | - |
| XYZ | 12.92 | 6.34 | 17.37 | - |
| YUV | 54.87 | 163.07 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 3 | 117 | 0 | 0.98 | 0.12 | 0.48 | 307.38 | 0.96 | 0.27 |
| Hex | 85 | 3 | 75 | 0 | 62 | C | 30 | 133 | 60 | 1B |
| Octal | 205 | 3 | 165 | 0 | 142 | 14 | 60 | 463 | 140 | 33 |
| Binary | 10000101 | 11 | 1110101 | 0 | 1100010 | 1100 | 110000 | 100110011 | 1100000 | 11011 |
Color Harmonies of #850375
Complementary color
Monochromatic Colors of #850375
Black with #850375
Text Example
Text Example
White with #850375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850375; }
p { color: rgb(133,3,117); }
H1.HeaderClassName
{
color: #850375;
}
.AnyTagClassName
{
color: #850375;
}
</style>
background-color css
<style>
a { background-color: #850375; }
a { background-color: rgb(133,3,117); }
div.DivClassName
{
background-color: #850375;
}
.BgClassName
{
background-color: #850375;
}
</style>
border-color css
<style>
span { border-color: #850375; }
span { border-color: rgb(133,3,117); }
td.TdClassName
{
border-color: #850375;
}
.TagClassName
{
border-color: #850375;
}
</style>