Shades of Hot Purple #5A345D
Tints of Hot Purple #5A345D
RGB
CMYK
RGB Variations
Color information
#5A345D (or 0x5A345D) is known color: Hot Purple. HEX triplet: 5A, 34 and 5D. RGB value is (90,52,93). Sum of RGB (Red+Green+Blue) = 90+52+93=235 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.30% from 235); Green value is 52 (20.70% from 255 or 22.13% from 235); Blue value is 93 (36.72% from 255 or 39.57% from 235); Max value from RGB is 93 - color contains mainly: blue. Hex color #5A345D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A345D is #A5CBA2. Grayscale: #434343. Windows color (decimal): -10865571 or 6108250. OLE color: 6108250.
HSL color Cylindrical-coordinate representation of color #5A345D: hue angle of 295.61º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5A345D is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 90 | 52 | 93 | - |
| CMYK | 0.03 | 0.44 | 0 | 0.64 |
| HSL | 295.61º | 0.28% | 0.28% | - |
| HSV(B) | 295.61º | 0.44% | 0.36% | - |
| XYZ | 7.42 | 5.42 | 11.01 | - |
| YUV | 68.04 | 142.09 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 52 | 93 | 0.03 | 0.44 | 0 | 0.64 | 295.61 | 0.28 | 0.28 |
| Hex | 5A | 34 | 5D | 3 | 2C | 0 | 40 | 128 | 1C | 1C |
| Octal | 132 | 64 | 135 | 3 | 54 | 0 | 100 | 450 | 34 | 34 |
| Binary | 1011010 | 110100 | 1011101 | 11 | 101100 | 0 | 1000000 | 100101000 | 11100 | 11100 |
Color Harmonies of #5A345D
Complementary color
Monochromatic Colors of #5A345D
Black with #5A345D
Text Example
Text Example
White with #5A345D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A345D; }
p { color: rgb(90,52,93); }
H1.HeaderClassName
{
color: #5A345D;
}
.AnyTagClassName
{
color: #5A345D;
}
</style>
background-color css
<style>
a { background-color: #5A345D; }
a { background-color: rgb(90,52,93); }
div.DivClassName
{
background-color: #5A345D;
}
.BgClassName
{
background-color: #5A345D;
}
</style>
border-color css
<style>
span { border-color: #5A345D; }
span { border-color: rgb(90,52,93); }
td.TdClassName
{
border-color: #5A345D;
}
.TagClassName
{
border-color: #5A345D;
}
</style>