Shades of Hot Purple #532250
Tints of Hot Purple #532250
RGB
CMYK
RGB Variations
Color information
#532250 (or 0x532250) is known color: Hot Purple. HEX triplet: 53, 22 and 50. RGB value is (83,34,80). Sum of RGB (Red+Green+Blue) = 83+34+80=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 34 (13.67% from 255 or 17.26% from 197); Blue value is 80 (31.64% from 255 or 40.61% from 197); Max value from RGB is 83 - color contains mainly: red. Hex color #532250 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532250 is #ACDDAF. Grayscale: #353535. Windows color (decimal): -11328944 or 5251667. OLE color: 5251667.
HSL color Cylindrical-coordinate representation of color #532250: hue angle of 303.67º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #532250 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 34 | 80 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.67 |
| HSL | 303.67º | 0.42% | 0.23% | - |
| HSV(B) | 303.67º | 0.59% | 0.33% | - |
| XYZ | 5.59 | 3.56 | 7.98 | - |
| YUV | 53.9 | 142.73 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 34 | 80 | 0 | 0.59 | 0.04 | 0.67 | 303.67 | 0.42 | 0.23 |
| Hex | 53 | 22 | 50 | 0 | 3B | 4 | 43 | 130 | 2A | 17 |
| Octal | 123 | 42 | 120 | 0 | 73 | 4 | 103 | 460 | 52 | 27 |
| Binary | 1010011 | 100010 | 1010000 | 0 | 111011 | 100 | 1000011 | 100110000 | 101010 | 10111 |
Color Harmonies of #532250
Complementary color
Monochromatic Colors of #532250
Black with #532250
Text Example
Text Example
White with #532250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532250; }
p { color: rgb(83,34,80); }
H1.HeaderClassName
{
color: #532250;
}
.AnyTagClassName
{
color: #532250;
}
</style>
background-color css
<style>
a { background-color: #532250; }
a { background-color: rgb(83,34,80); }
div.DivClassName
{
background-color: #532250;
}
.BgClassName
{
background-color: #532250;
}
</style>
border-color css
<style>
span { border-color: #532250; }
span { border-color: rgb(83,34,80); }
td.TdClassName
{
border-color: #532250;
}
.TagClassName
{
border-color: #532250;
}
</style>