Shades of Hot Purple #523554
Tints of Hot Purple #523554
RGB
CMYK
RGB Variations
Color information
#523554 (or 0x523554) is known color: Hot Purple. HEX triplet: 52, 35 and 54. RGB value is (82,53,84). Sum of RGB (Red+Green+Blue) = 82+53+84=219 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.44% from 219); Green value is 53 (21.09% from 255 or 24.20% from 219); Blue value is 84 (33.20% from 255 or 38.36% from 219); Max value from RGB is 84 - color contains mainly: blue. Hex color #523554 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523554 is #ADCAAB. Grayscale: #414141. Windows color (decimal): -11389612 or 5518674. OLE color: 5518674.
HSL color Cylindrical-coordinate representation of color #523554: hue angle of 296.13º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #523554 is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 53 | 84 | - |
| CMYK | 0.02 | 0.37 | 0 | 0.67 |
| HSL | 296.13º | 0.23% | 0.27% | - |
| HSV(B) | 296.13º | 0.37% | 0.33% | - |
| XYZ | 6.35 | 4.98 | 9.01 | - |
| YUV | 65.21 | 138.61 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 53 | 84 | 0.02 | 0.37 | 0 | 0.67 | 296.13 | 0.23 | 0.27 |
| Hex | 52 | 35 | 54 | 2 | 25 | 0 | 43 | 128 | 17 | 1B |
| Octal | 122 | 65 | 124 | 2 | 45 | 0 | 103 | 450 | 27 | 33 |
| Binary | 1010010 | 110101 | 1010100 | 10 | 100101 | 0 | 1000011 | 100101000 | 10111 | 11011 |
Color Harmonies of #523554
Complementary color
Monochromatic Colors of #523554
Black with #523554
Text Example
Text Example
White with #523554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523554; }
p { color: rgb(82,53,84); }
H1.HeaderClassName
{
color: #523554;
}
.AnyTagClassName
{
color: #523554;
}
</style>
background-color css
<style>
a { background-color: #523554; }
a { background-color: rgb(82,53,84); }
div.DivClassName
{
background-color: #523554;
}
.BgClassName
{
background-color: #523554;
}
</style>
border-color css
<style>
span { border-color: #523554; }
span { border-color: rgb(82,53,84); }
td.TdClassName
{
border-color: #523554;
}
.TagClassName
{
border-color: #523554;
}
</style>