Shades of Hot Purple #531150
Tints of Hot Purple #531150
RGB
CMYK
RGB Variations
Color information
#531150 (or 0x531150) is known color: Hot Purple. HEX triplet: 53, 11 and 50. RGB value is (83,17,80). Sum of RGB (Red+Green+Blue) = 83+17+80=180 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.11% from 180); Green value is 17 (7.03% from 255 or 9.44% from 180); Blue value is 80 (31.64% from 255 or 44.44% from 180); Max value from RGB is 83 - color contains mainly: red. Hex color #531150 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531150 is #ACEEAF. Grayscale: #2B2B2B. Windows color (decimal): -11333296 or 5247315. OLE color: 5247315.
HSL color Cylindrical-coordinate representation of color #531150: hue angle of 302.73º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #531150 is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 17 | 80 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.67 |
| HSL | 302.73º | 0.66% | 0.2% | - |
| HSV(B) | 302.73º | 0.8% | 0.33% | - |
| XYZ | 5.22 | 2.82 | 7.86 | - |
| YUV | 43.92 | 148.37 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 17 | 80 | 0 | 0.80 | 0.04 | 0.67 | 302.73 | 0.66 | 0.2 |
| Hex | 53 | 11 | 50 | 0 | 50 | 4 | 43 | 12F | 42 | 14 |
| Octal | 123 | 21 | 120 | 0 | 120 | 4 | 103 | 457 | 102 | 24 |
| Binary | 1010011 | 10001 | 1010000 | 0 | 1010000 | 100 | 1000011 | 100101111 | 1000010 | 10100 |
Color Harmonies of #531150
Complementary color
Monochromatic Colors of #531150
Black with #531150
Text Example
Text Example
White with #531150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531150; }
p { color: rgb(83,17,80); }
H1.HeaderClassName
{
color: #531150;
}
.AnyTagClassName
{
color: #531150;
}
</style>
background-color css
<style>
a { background-color: #531150; }
a { background-color: rgb(83,17,80); }
div.DivClassName
{
background-color: #531150;
}
.BgClassName
{
background-color: #531150;
}
</style>
border-color css
<style>
span { border-color: #531150; }
span { border-color: rgb(83,17,80); }
td.TdClassName
{
border-color: #531150;
}
.TagClassName
{
border-color: #531150;
}
</style>