Shades of Hot Purple #533153
Tints of Hot Purple #533153
RGB
CMYK
RGB Variations
Color information
#533153 (or 0x533153) is known color: Hot Purple. HEX triplet: 53, 31 and 53. RGB value is (83,49,83). Sum of RGB (Red+Green+Blue) = 83+49+83=215 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.60% from 215); Green value is 49 (19.53% from 255 or 22.79% from 215); Blue value is 83 (32.81% from 255 or 38.60% from 215); Max value from RGB is 83 - color contains mainly: red, blue. Hex color #533153 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533153 is #ACCEAC. Grayscale: #3E3E3E. Windows color (decimal): -11325101 or 5452115. OLE color: 5452115.
HSL color Cylindrical-coordinate representation of color #533153: hue angle of 300º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #533153 is Cyan = 0, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 49 | 83 | - |
| CMYK | 0 | 0.41 | 0 | 0.67 |
| HSL | 300º | 0.26% | 0.26% | - |
| HSV(B) | 300º | 0.41% | 0.33% | - |
| XYZ | 6.23 | 4.66 | 8.75 | - |
| YUV | 63.04 | 139.26 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 49 | 83 | 0 | 0.41 | 0 | 0.67 | 300 | 0.26 | 0.26 |
| Hex | 53 | 31 | 53 | 0 | 29 | 0 | 43 | 12C | 1A | 1A |
| Octal | 123 | 61 | 123 | 0 | 51 | 0 | 103 | 454 | 32 | 32 |
| Binary | 1010011 | 110001 | 1010011 | 0 | 101001 | 0 | 1000011 | 100101100 | 11010 | 11010 |
Color Harmonies of #533153
Complementary color
Monochromatic Colors of #533153
Black with #533153
Text Example
Text Example
White with #533153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533153; }
p { color: rgb(83,49,83); }
H1.HeaderClassName
{
color: #533153;
}
.AnyTagClassName
{
color: #533153;
}
</style>
background-color css
<style>
a { background-color: #533153; }
a { background-color: rgb(83,49,83); }
div.DivClassName
{
background-color: #533153;
}
.BgClassName
{
background-color: #533153;
}
</style>
border-color css
<style>
span { border-color: #533153; }
span { border-color: rgb(83,49,83); }
td.TdClassName
{
border-color: #533153;
}
.TagClassName
{
border-color: #533153;
}
</style>