Shades of Hot Purple #531850
Tints of Hot Purple #531850
RGB
CMYK
RGB Variations
Color information
#531850 (or 0x531850) is known color: Hot Purple. HEX triplet: 53, 18 and 50. RGB value is (83,24,80). Sum of RGB (Red+Green+Blue) = 83+24+80=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 24 (9.77% from 255 or 12.83% from 187); Blue value is 80 (31.64% from 255 or 42.78% from 187); Max value from RGB is 83 - color contains mainly: red. Hex color #531850 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531850 is #ACE7AF. Grayscale: #2F2F2F. Windows color (decimal): -11331504 or 5249107. OLE color: 5249107.
HSL color Cylindrical-coordinate representation of color #531850: hue angle of 303.05º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #531850 is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 24 | 80 | - |
| CMYK | 0 | 0.71 | 0.04 | 0.67 |
| HSL | 303.05º | 0.55% | 0.21% | - |
| HSV(B) | 303.05º | 0.71% | 0.33% | - |
| XYZ | 5.34 | 3.07 | 7.9 | - |
| YUV | 48.03 | 146.05 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 24 | 80 | 0 | 0.71 | 0.04 | 0.67 | 303.05 | 0.55 | 0.21 |
| Hex | 53 | 18 | 50 | 0 | 47 | 4 | 43 | 12F | 37 | 15 |
| Octal | 123 | 30 | 120 | 0 | 107 | 4 | 103 | 457 | 67 | 25 |
| Binary | 1010011 | 11000 | 1010000 | 0 | 1000111 | 100 | 1000011 | 100101111 | 110111 | 10101 |
Color Harmonies of #531850
Complementary color
Monochromatic Colors of #531850
Black with #531850
Text Example
Text Example
White with #531850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531850; }
p { color: rgb(83,24,80); }
H1.HeaderClassName
{
color: #531850;
}
.AnyTagClassName
{
color: #531850;
}
</style>
background-color css
<style>
a { background-color: #531850; }
a { background-color: rgb(83,24,80); }
div.DivClassName
{
background-color: #531850;
}
.BgClassName
{
background-color: #531850;
}
</style>
border-color css
<style>
span { border-color: #531850; }
span { border-color: rgb(83,24,80); }
td.TdClassName
{
border-color: #531850;
}
.TagClassName
{
border-color: #531850;
}
</style>