Shades of Hot Purple #532650
Tints of Hot Purple #532650
RGB
CMYK
RGB Variations
Color information
#532650 (or 0x532650) is known color: Hot Purple. HEX triplet: 53, 26 and 50. RGB value is (83,38,80). Sum of RGB (Red+Green+Blue) = 83+38+80=201 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.29% from 201); Green value is 38 (15.23% from 255 or 18.91% from 201); Blue value is 80 (31.64% from 255 or 39.80% from 201); Max value from RGB is 83 - color contains mainly: red. Hex color #532650 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532650 is #ACD9AF. Grayscale: #383838. Windows color (decimal): -11327920 or 5252691. OLE color: 5252691.
HSL color Cylindrical-coordinate representation of color #532650: hue angle of 304º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #532650 is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 38 | 80 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.67 |
| HSL | 304º | 0.37% | 0.24% | - |
| HSV(B) | 304º | 0.54% | 0.33% | - |
| XYZ | 5.71 | 3.8 | 8.02 | - |
| YUV | 56.24 | 141.41 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 38 | 80 | 0 | 0.54 | 0.04 | 0.67 | 304 | 0.37 | 0.24 |
| Hex | 53 | 26 | 50 | 0 | 36 | 4 | 43 | 130 | 25 | 18 |
| Octal | 123 | 46 | 120 | 0 | 66 | 4 | 103 | 460 | 45 | 30 |
| Binary | 1010011 | 100110 | 1010000 | 0 | 110110 | 100 | 1000011 | 100110000 | 100101 | 11000 |
Color Harmonies of #532650
Complementary color
Monochromatic Colors of #532650
Black with #532650
Text Example
Text Example
White with #532650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532650; }
p { color: rgb(83,38,80); }
H1.HeaderClassName
{
color: #532650;
}
.AnyTagClassName
{
color: #532650;
}
</style>
background-color css
<style>
a { background-color: #532650; }
a { background-color: rgb(83,38,80); }
div.DivClassName
{
background-color: #532650;
}
.BgClassName
{
background-color: #532650;
}
</style>
border-color css
<style>
span { border-color: #532650; }
span { border-color: rgb(83,38,80); }
td.TdClassName
{
border-color: #532650;
}
.TagClassName
{
border-color: #532650;
}
</style>