Shades of Hot Purple #531F52
Tints of Hot Purple #531F52
RGB
CMYK
RGB Variations
Color information
#531F52 (or 0x531F52) is known color: Hot Purple. HEX triplet: 53, 1F and 52. RGB value is (83,31,82). Sum of RGB (Red+Green+Blue) = 83+31+82=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 31 (12.5% from 255 or 15.82% from 196); Blue value is 82 (32.42% from 255 or 41.84% from 196); Max value from RGB is 83 - color contains mainly: red. Hex color #531F52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531F52 is #ACE0AD. Grayscale: #343434. Windows color (decimal): -11329710 or 5381971. OLE color: 5381971.
HSL color Cylindrical-coordinate representation of color #531F52: hue angle of 301.15º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #531F52 is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 31 | 82 | - |
| CMYK | 0 | 0.63 | 0.01 | 0.67 |
| HSL | 301.15º | 0.46% | 0.22% | - |
| HSV(B) | 301.15º | 0.63% | 0.33% | - |
| XYZ | 5.58 | 3.43 | 8.35 | - |
| YUV | 52.36 | 144.73 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 31 | 82 | 0 | 0.63 | 0.01 | 0.67 | 301.15 | 0.46 | 0.22 |
| Hex | 53 | 1F | 52 | 0 | 3F | 1 | 43 | 12D | 2E | 16 |
| Octal | 123 | 37 | 122 | 0 | 77 | 1 | 103 | 455 | 56 | 26 |
| Binary | 1010011 | 11111 | 1010010 | 0 | 111111 | 1 | 1000011 | 100101101 | 101110 | 10110 |
Color Harmonies of #531F52
Complementary color
Monochromatic Colors of #531F52
Black with #531F52
Text Example
Text Example
White with #531F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531F52; }
p { color: rgb(83,31,82); }
H1.HeaderClassName
{
color: #531F52;
}
.AnyTagClassName
{
color: #531F52;
}
</style>
background-color css
<style>
a { background-color: #531F52; }
a { background-color: rgb(83,31,82); }
div.DivClassName
{
background-color: #531F52;
}
.BgClassName
{
background-color: #531F52;
}
</style>
border-color css
<style>
span { border-color: #531F52; }
span { border-color: rgb(83,31,82); }
td.TdClassName
{
border-color: #531F52;
}
.TagClassName
{
border-color: #531F52;
}
</style>