Shades of Hot Purple #5A375D
Tints of Hot Purple #5A375D
RGB
CMYK
RGB Variations
Color information
#5A375D (or 0x5A375D) is known color: Hot Purple. HEX triplet: 5A, 37 and 5D. RGB value is (90,55,93). Sum of RGB (Red+Green+Blue) = 90+55+93=238 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.82% from 238); Green value is 55 (21.88% from 255 or 23.11% from 238); Blue value is 93 (36.72% from 255 or 39.08% from 238); Max value from RGB is 93 - color contains mainly: blue. Hex color #5A375D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A375D is #A5C8A2. Grayscale: #454545. Windows color (decimal): -10864803 or 6109018. OLE color: 6109018.
HSL color Cylindrical-coordinate representation of color #5A375D: hue angle of 295.26º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5A375D is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 90 | 55 | 93 | - |
| CMYK | 0.03 | 0.41 | 0 | 0.64 |
| HSL | 295.26º | 0.26% | 0.29% | - |
| HSV(B) | 295.26º | 0.41% | 0.36% | - |
| XYZ | 7.56 | 5.7 | 11.06 | - |
| YUV | 69.8 | 141.1 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 55 | 93 | 0.03 | 0.41 | 0 | 0.64 | 295.26 | 0.26 | 0.29 |
| Hex | 5A | 37 | 5D | 3 | 29 | 0 | 40 | 127 | 1A | 1D |
| Octal | 132 | 67 | 135 | 3 | 51 | 0 | 100 | 447 | 32 | 35 |
| Binary | 1011010 | 110111 | 1011101 | 11 | 101001 | 0 | 1000000 | 100100111 | 11010 | 11101 |
Color Harmonies of #5A375D
Complementary color
Monochromatic Colors of #5A375D
Black with #5A375D
Text Example
Text Example
White with #5A375D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A375D; }
p { color: rgb(90,55,93); }
H1.HeaderClassName
{
color: #5A375D;
}
.AnyTagClassName
{
color: #5A375D;
}
</style>
background-color css
<style>
a { background-color: #5A375D; }
a { background-color: rgb(90,55,93); }
div.DivClassName
{
background-color: #5A375D;
}
.BgClassName
{
background-color: #5A375D;
}
</style>
border-color css
<style>
span { border-color: #5A375D; }
span { border-color: rgb(90,55,93); }
td.TdClassName
{
border-color: #5A375D;
}
.TagClassName
{
border-color: #5A375D;
}
</style>