Shades of Hot Purple #531C53
Tints of Hot Purple #531C53
RGB
CMYK
RGB Variations
Color information
#531C53 (or 0x531C53) is known color: Hot Purple. HEX triplet: 53, 1C and 53. RGB value is (83,28,83). Sum of RGB (Red+Green+Blue) = 83+28+83=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 28 (11.33% from 255 or 14.43% from 194); Blue value is 83 (32.81% from 255 or 42.78% from 194); Max value from RGB is 83 - color contains mainly: red, blue. Hex color #531C53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531C53 is #ACE3AC. Grayscale: #323232. Windows color (decimal): -11330477 or 5446739. OLE color: 5446739.
HSL color Cylindrical-coordinate representation of color #531C53: hue angle of 300º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #531C53 is Cyan = 0, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 28 | 83 | - |
| CMYK | 0 | 0.66 | 0 | 0.67 |
| HSL | 300º | 0.5% | 0.22% | - |
| HSV(B) | 300º | 0.66% | 0.33% | - |
| XYZ | 5.54 | 3.29 | 8.53 | - |
| YUV | 50.72 | 146.22 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 28 | 83 | 0 | 0.66 | 0 | 0.67 | 300 | 0.5 | 0.22 |
| Hex | 53 | 1C | 53 | 0 | 42 | 0 | 43 | 12C | 32 | 16 |
| Octal | 123 | 34 | 123 | 0 | 102 | 0 | 103 | 454 | 62 | 26 |
| Binary | 1010011 | 11100 | 1010011 | 0 | 1000010 | 0 | 1000011 | 100101100 | 110010 | 10110 |
Color Harmonies of #531C53
Complementary color
Monochromatic Colors of #531C53
Black with #531C53
Text Example
Text Example
White with #531C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531C53; }
p { color: rgb(83,28,83); }
H1.HeaderClassName
{
color: #531C53;
}
.AnyTagClassName
{
color: #531C53;
}
</style>
background-color css
<style>
a { background-color: #531C53; }
a { background-color: rgb(83,28,83); }
div.DivClassName
{
background-color: #531C53;
}
.BgClassName
{
background-color: #531C53;
}
</style>
border-color css
<style>
span { border-color: #531C53; }
span { border-color: rgb(83,28,83); }
td.TdClassName
{
border-color: #531C53;
}
.TagClassName
{
border-color: #531C53;
}
</style>