Shades of Hot Purple #5A355D
Tints of Hot Purple #5A355D
RGB
CMYK
RGB Variations
Color information
#5A355D (or 0x5A355D) is known color: Hot Purple. HEX triplet: 5A, 35 and 5D. RGB value is (90,53,93). Sum of RGB (Red+Green+Blue) = 90+53+93=236 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.14% from 236); Green value is 53 (21.09% from 255 or 22.46% from 236); Blue value is 93 (36.72% from 255 or 39.41% from 236); Max value from RGB is 93 - color contains mainly: blue. Hex color #5A355D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A355D is #A5CAA2. Grayscale: #444444. Windows color (decimal): -10865315 or 6108506. OLE color: 6108506.
HSL color Cylindrical-coordinate representation of color #5A355D: hue angle of 295.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5A355D is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 90 | 53 | 93 | - |
| CMYK | 0.03 | 0.43 | 0 | 0.64 |
| HSL | 295.5º | 0.27% | 0.29% | - |
| HSV(B) | 295.5º | 0.43% | 0.36% | - |
| XYZ | 7.47 | 5.51 | 11.03 | - |
| YUV | 68.62 | 141.76 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 53 | 93 | 0.03 | 0.43 | 0 | 0.64 | 295.5 | 0.27 | 0.29 |
| Hex | 5A | 35 | 5D | 3 | 2B | 0 | 40 | 128 | 1B | 1D |
| Octal | 132 | 65 | 135 | 3 | 53 | 0 | 100 | 450 | 33 | 35 |
| Binary | 1011010 | 110101 | 1011101 | 11 | 101011 | 0 | 1000000 | 100101000 | 11011 | 11101 |
Color Harmonies of #5A355D
Complementary color
Monochromatic Colors of #5A355D
Black with #5A355D
Text Example
Text Example
White with #5A355D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A355D; }
p { color: rgb(90,53,93); }
H1.HeaderClassName
{
color: #5A355D;
}
.AnyTagClassName
{
color: #5A355D;
}
</style>
background-color css
<style>
a { background-color: #5A355D; }
a { background-color: rgb(90,53,93); }
div.DivClassName
{
background-color: #5A355D;
}
.BgClassName
{
background-color: #5A355D;
}
</style>
border-color css
<style>
span { border-color: #5A355D; }
span { border-color: rgb(90,53,93); }
td.TdClassName
{
border-color: #5A355D;
}
.TagClassName
{
border-color: #5A355D;
}
</style>