Shades of Hot Purple #5A375B
Tints of Hot Purple #5A375B
RGB
CMYK
RGB Variations
Color information
#5A375B (or 0x5A375B) is known color: Hot Purple. HEX triplet: 5A, 37 and 5B. RGB value is (90,55,91). Sum of RGB (Red+Green+Blue) = 90+55+91=236 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.14% from 236); Green value is 55 (21.88% from 255 or 23.31% from 236); Blue value is 91 (35.94% from 255 or 38.56% from 236); Max value from RGB is 91 - color contains mainly: blue. Hex color #5A375B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A375B is #A5C8A4. Grayscale: #454545. Windows color (decimal): -10864805 or 5977946. OLE color: 5977946.
HSL color Cylindrical-coordinate representation of color #5A375B: hue angle of 298.33º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A375B is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 90 | 55 | 91 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.64 |
| HSL | 298.33º | 0.25% | 0.29% | - |
| HSV(B) | 298.33º | 0.4% | 0.36% | - |
| XYZ | 7.47 | 5.66 | 10.6 | - |
| YUV | 69.57 | 140.1 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 55 | 91 | 0.01 | 0.40 | 0 | 0.64 | 298.33 | 0.25 | 0.29 |
| Hex | 5A | 37 | 5B | 1 | 28 | 0 | 40 | 12A | 19 | 1D |
| Octal | 132 | 67 | 133 | 1 | 50 | 0 | 100 | 452 | 31 | 35 |
| Binary | 1011010 | 110111 | 1011011 | 1 | 101000 | 0 | 1000000 | 100101010 | 11001 | 11101 |
Color Harmonies of #5A375B
Complementary color
Monochromatic Colors of #5A375B
Black with #5A375B
Text Example
Text Example
White with #5A375B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A375B; }
p { color: rgb(90,55,91); }
H1.HeaderClassName
{
color: #5A375B;
}
.AnyTagClassName
{
color: #5A375B;
}
</style>
background-color css
<style>
a { background-color: #5A375B; }
a { background-color: rgb(90,55,91); }
div.DivClassName
{
background-color: #5A375B;
}
.BgClassName
{
background-color: #5A375B;
}
</style>
border-color css
<style>
span { border-color: #5A375B; }
span { border-color: rgb(90,55,91); }
td.TdClassName
{
border-color: #5A375B;
}
.TagClassName
{
border-color: #5A375B;
}
</style>