Shades of Hot Purple #532451
Tints of Hot Purple #532451
RGB
CMYK
RGB Variations
Color information
#532451 (or 0x532451) is known color: Hot Purple. HEX triplet: 53, 24 and 51. RGB value is (83,36,81). Sum of RGB (Red+Green+Blue) = 83+36+81=200 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.5% from 200); Green value is 36 (14.45% from 255 or 18% from 200); Blue value is 81 (32.03% from 255 or 40.5% from 200); Max value from RGB is 83 - color contains mainly: red. Hex color #532451 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532451 is #ACDBAE. Grayscale: #373737. Windows color (decimal): -11328431 or 5317715. OLE color: 5317715.
HSL color Cylindrical-coordinate representation of color #532451: hue angle of 302.55º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #532451 is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 36 | 81 | - |
| CMYK | 0 | 0.57 | 0.02 | 0.67 |
| HSL | 302.55º | 0.39% | 0.23% | - |
| HSV(B) | 302.55º | 0.57% | 0.33% | - |
| XYZ | 5.68 | 3.69 | 8.2 | - |
| YUV | 55.18 | 142.57 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 36 | 81 | 0 | 0.57 | 0.02 | 0.67 | 302.55 | 0.39 | 0.23 |
| Hex | 53 | 24 | 51 | 0 | 39 | 2 | 43 | 12F | 27 | 17 |
| Octal | 123 | 44 | 121 | 0 | 71 | 2 | 103 | 457 | 47 | 27 |
| Binary | 1010011 | 100100 | 1010001 | 0 | 111001 | 10 | 1000011 | 100101111 | 100111 | 10111 |
Color Harmonies of #532451
Complementary color
Monochromatic Colors of #532451
Black with #532451
Text Example
Text Example
White with #532451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532451; }
p { color: rgb(83,36,81); }
H1.HeaderClassName
{
color: #532451;
}
.AnyTagClassName
{
color: #532451;
}
</style>
background-color css
<style>
a { background-color: #532451; }
a { background-color: rgb(83,36,81); }
div.DivClassName
{
background-color: #532451;
}
.BgClassName
{
background-color: #532451;
}
</style>
border-color css
<style>
span { border-color: #532451; }
span { border-color: rgb(83,36,81); }
td.TdClassName
{
border-color: #532451;
}
.TagClassName
{
border-color: #532451;
}
</style>