Shades of Hot Purple #5A295D
Tints of Hot Purple #5A295D
RGB
CMYK
RGB Variations
Color information
#5A295D (or 0x5A295D) is known color: Hot Purple. HEX triplet: 5A, 29 and 5D. RGB value is (90,41,93). Sum of RGB (Red+Green+Blue) = 90+41+93=224 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.18% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 93 - color contains mainly: blue. Hex color #5A295D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A295D is #A5D6A2. Grayscale: #3D3D3D. Windows color (decimal): -10868387 or 6105434. OLE color: 6105434.
HSL color Cylindrical-coordinate representation of color #5A295D: hue angle of 296.54º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A295D is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 90 | 41 | 93 | - |
| CMYK | 0.03 | 0.56 | 0 | 0.64 |
| HSL | 296.54º | 0.39% | 0.26% | - |
| HSV(B) | 296.54º | 0.56% | 0.36% | - |
| XYZ | 6.99 | 4.55 | 10.87 | - |
| YUV | 61.58 | 145.73 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 41 | 93 | 0.03 | 0.56 | 0 | 0.64 | 296.54 | 0.39 | 0.26 |
| Hex | 5A | 29 | 5D | 3 | 38 | 0 | 40 | 129 | 27 | 1A |
| Octal | 132 | 51 | 135 | 3 | 70 | 0 | 100 | 451 | 47 | 32 |
| Binary | 1011010 | 101001 | 1011101 | 11 | 111000 | 0 | 1000000 | 100101001 | 100111 | 11010 |
Color Harmonies of #5A295D
Complementary color
Monochromatic Colors of #5A295D
Black with #5A295D
Text Example
Text Example
White with #5A295D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A295D; }
p { color: rgb(90,41,93); }
H1.HeaderClassName
{
color: #5A295D;
}
.AnyTagClassName
{
color: #5A295D;
}
</style>
background-color css
<style>
a { background-color: #5A295D; }
a { background-color: rgb(90,41,93); }
div.DivClassName
{
background-color: #5A295D;
}
.BgClassName
{
background-color: #5A295D;
}
</style>
border-color css
<style>
span { border-color: #5A295D; }
span { border-color: rgb(90,41,93); }
td.TdClassName
{
border-color: #5A295D;
}
.TagClassName
{
border-color: #5A295D;
}
</style>