Shades of Hot Purple #531F5C
Tints of Hot Purple #531F5C
RGB
CMYK
RGB Variations
Color information
#531F5C (or 0x531F5C) is known color: Hot Purple. HEX triplet: 53, 1F and 5C. RGB value is (83,31,92). Sum of RGB (Red+Green+Blue) = 83+31+92=206 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.29% from 206); Green value is 31 (12.5% from 255 or 15.05% from 206); Blue value is 92 (36.33% from 255 or 44.66% from 206); Max value from RGB is 92 - color contains mainly: blue. Hex color #531F5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531F5C is #ACE0A3. Grayscale: #353535. Windows color (decimal): -11329700 or 6037331. OLE color: 6037331.
HSL color Cylindrical-coordinate representation of color #531F5C: hue angle of 291.15º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #531F5C is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 31 | 92 | - |
| CMYK | 0.10 | 0.66 | 0 | 0.64 |
| HSL | 291.15º | 0.5% | 0.24% | - |
| HSV(B) | 291.15º | 0.66% | 0.36% | - |
| XYZ | 5.99 | 3.59 | 10.5 | - |
| YUV | 53.5 | 149.73 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 31 | 92 | 0.10 | 0.66 | 0 | 0.64 | 291.15 | 0.5 | 0.24 |
| Hex | 53 | 1F | 5C | A | 42 | 0 | 40 | 123 | 32 | 18 |
| Octal | 123 | 37 | 134 | 12 | 102 | 0 | 100 | 443 | 62 | 30 |
| Binary | 1010011 | 11111 | 1011100 | 1010 | 1000010 | 0 | 1000000 | 100100011 | 110010 | 11000 |
Color Harmonies of #531F5C
Complementary color
Monochromatic Colors of #531F5C
Black with #531F5C
Text Example
Text Example
White with #531F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531F5C; }
p { color: rgb(83,31,92); }
H1.HeaderClassName
{
color: #531F5C;
}
.AnyTagClassName
{
color: #531F5C;
}
</style>
background-color css
<style>
a { background-color: #531F5C; }
a { background-color: rgb(83,31,92); }
div.DivClassName
{
background-color: #531F5C;
}
.BgClassName
{
background-color: #531F5C;
}
</style>
border-color css
<style>
span { border-color: #531F5C; }
span { border-color: rgb(83,31,92); }
td.TdClassName
{
border-color: #531F5C;
}
.TagClassName
{
border-color: #531F5C;
}
</style>