Shades of Hot Purple #5A395D
Tints of Hot Purple #5A395D
RGB
CMYK
RGB Variations
Color information
#5A395D (or 0x5A395D) is known color: Hot Purple. HEX triplet: 5A, 39 and 5D. RGB value is (90,57,93). Sum of RGB (Red+Green+Blue) = 90+57+93=240 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.5% from 240); Green value is 57 (22.66% from 255 or 23.75% from 240); Blue value is 93 (36.72% from 255 or 38.75% from 240); Max value from RGB is 93 - color contains mainly: blue. Hex color #5A395D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A395D is #A5C6A2. Grayscale: #464646. Windows color (decimal): -10864291 or 6109530. OLE color: 6109530.
HSL color Cylindrical-coordinate representation of color #5A395D: hue angle of 295º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5A395D is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 90 | 57 | 93 | - |
| CMYK | 0.03 | 0.39 | 0 | 0.64 |
| HSL | 295º | 0.24% | 0.29% | - |
| HSV(B) | 295º | 0.39% | 0.36% | - |
| XYZ | 7.66 | 5.89 | 11.09 | - |
| YUV | 70.97 | 140.43 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 57 | 93 | 0.03 | 0.39 | 0 | 0.64 | 295 | 0.24 | 0.29 |
| Hex | 5A | 39 | 5D | 3 | 27 | 0 | 40 | 127 | 18 | 1D |
| Octal | 132 | 71 | 135 | 3 | 47 | 0 | 100 | 447 | 30 | 35 |
| Binary | 1011010 | 111001 | 1011101 | 11 | 100111 | 0 | 1000000 | 100100111 | 11000 | 11101 |
Color Harmonies of #5A395D
Complementary color
Monochromatic Colors of #5A395D
Black with #5A395D
Text Example
Text Example
White with #5A395D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A395D; }
p { color: rgb(90,57,93); }
H1.HeaderClassName
{
color: #5A395D;
}
.AnyTagClassName
{
color: #5A395D;
}
</style>
background-color css
<style>
a { background-color: #5A395D; }
a { background-color: rgb(90,57,93); }
div.DivClassName
{
background-color: #5A395D;
}
.BgClassName
{
background-color: #5A395D;
}
</style>
border-color css
<style>
span { border-color: #5A395D; }
span { border-color: rgb(90,57,93); }
td.TdClassName
{
border-color: #5A395D;
}
.TagClassName
{
border-color: #5A395D;
}
</style>