Shades of Hot Purple #533755
Tints of Hot Purple #533755
RGB
CMYK
RGB Variations
Color information
#533755 (or 0x533755) is known color: Hot Purple. HEX triplet: 53, 37 and 55. RGB value is (83,55,85). Sum of RGB (Red+Green+Blue) = 83+55+85=223 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.22% from 223); Green value is 55 (21.88% from 255 or 24.66% from 223); Blue value is 85 (33.59% from 255 or 38.12% from 223); Max value from RGB is 85 - color contains mainly: blue. Hex color #533755 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533755 is #ACC8AA. Grayscale: #424242. Windows color (decimal): -11323563 or 5584723. OLE color: 5584723.
HSL color Cylindrical-coordinate representation of color #533755: hue angle of 296º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #533755 is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 55 | 85 | - |
| CMYK | 0.02 | 0.35 | 0 | 0.67 |
| HSL | 296º | 0.21% | 0.27% | - |
| HSV(B) | 296º | 0.35% | 0.33% | - |
| XYZ | 6.57 | 5.23 | 9.26 | - |
| YUV | 66.79 | 138.28 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 55 | 85 | 0.02 | 0.35 | 0 | 0.67 | 296 | 0.21 | 0.27 |
| Hex | 53 | 37 | 55 | 2 | 23 | 0 | 43 | 128 | 15 | 1B |
| Octal | 123 | 67 | 125 | 2 | 43 | 0 | 103 | 450 | 25 | 33 |
| Binary | 1010011 | 110111 | 1010101 | 10 | 100011 | 0 | 1000011 | 100101000 | 10101 | 11011 |
Color Harmonies of #533755
Complementary color
Monochromatic Colors of #533755
Black with #533755
Text Example
Text Example
White with #533755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533755; }
p { color: rgb(83,55,85); }
H1.HeaderClassName
{
color: #533755;
}
.AnyTagClassName
{
color: #533755;
}
</style>
background-color css
<style>
a { background-color: #533755; }
a { background-color: rgb(83,55,85); }
div.DivClassName
{
background-color: #533755;
}
.BgClassName
{
background-color: #533755;
}
</style>
border-color css
<style>
span { border-color: #533755; }
span { border-color: rgb(83,55,85); }
td.TdClassName
{
border-color: #533755;
}
.TagClassName
{
border-color: #533755;
}
</style>