Shades of Hot Purple #531450
Tints of Hot Purple #531450
RGB
CMYK
RGB Variations
Color information
#531450 (or 0x531450) is known color: Hot Purple. HEX triplet: 53, 14 and 50. RGB value is (83,20,80). Sum of RGB (Red+Green+Blue) = 83+20+80=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 20 (8.20% from 255 or 10.93% from 183); Blue value is 80 (31.64% from 255 or 43.72% from 183); Max value from RGB is 83 - color contains mainly: red. Hex color #531450 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531450 is #ACEBAF. Grayscale: #2D2D2D. Windows color (decimal): -11332528 or 5248083. OLE color: 5248083.
HSL color Cylindrical-coordinate representation of color #531450: hue angle of 302.86º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #531450 is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 20 | 80 | - |
| CMYK | 0 | 0.76 | 0.04 | 0.67 |
| HSL | 302.86º | 0.61% | 0.2% | - |
| HSV(B) | 302.86º | 0.76% | 0.33% | - |
| XYZ | 5.27 | 2.92 | 7.88 | - |
| YUV | 45.68 | 147.37 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 20 | 80 | 0 | 0.76 | 0.04 | 0.67 | 302.86 | 0.61 | 0.2 |
| Hex | 53 | 14 | 50 | 0 | 4C | 4 | 43 | 12F | 3D | 14 |
| Octal | 123 | 24 | 120 | 0 | 114 | 4 | 103 | 457 | 75 | 24 |
| Binary | 1010011 | 10100 | 1010000 | 0 | 1001100 | 100 | 1000011 | 100101111 | 111101 | 10100 |
Color Harmonies of #531450
Complementary color
Monochromatic Colors of #531450
Black with #531450
Text Example
Text Example
White with #531450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531450; }
p { color: rgb(83,20,80); }
H1.HeaderClassName
{
color: #531450;
}
.AnyTagClassName
{
color: #531450;
}
</style>
background-color css
<style>
a { background-color: #531450; }
a { background-color: rgb(83,20,80); }
div.DivClassName
{
background-color: #531450;
}
.BgClassName
{
background-color: #531450;
}
</style>
border-color css
<style>
span { border-color: #531450; }
span { border-color: rgb(83,20,80); }
td.TdClassName
{
border-color: #531450;
}
.TagClassName
{
border-color: #531450;
}
</style>