Shades of Hot Purple #5A1F5E
Tints of Hot Purple #5A1F5E
RGB
CMYK
RGB Variations
Color information
#5A1F5E (or 0x5A1F5E) is known color: Hot Purple. HEX triplet: 5A, 1F and 5E. RGB value is (90,31,94). Sum of RGB (Red+Green+Blue) = 90+31+94=215 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.86% from 215); Green value is 31 (12.5% from 255 or 14.42% from 215); Blue value is 94 (37.11% from 255 or 43.72% from 215); Max value from RGB is 94 - color contains mainly: blue. Hex color #5A1F5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A1F5E is #A5E0A1. Grayscale: #373737. Windows color (decimal): -10870946 or 6168410. OLE color: 6168410.
HSL color Cylindrical-coordinate representation of color #5A1F5E: hue angle of 296.19º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5A1F5E is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 90 | 31 | 94 | - |
| CMYK | 0.04 | 0.67 | 0 | 0.63 |
| HSL | 296.19º | 0.5% | 0.25% | - |
| HSV(B) | 296.19º | 0.67% | 0.37% | - |
| XYZ | 6.73 | 3.96 | 11 | - |
| YUV | 55.82 | 149.55 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 31 | 94 | 0.04 | 0.67 | 0 | 0.63 | 296.19 | 0.5 | 0.25 |
| Hex | 5A | 1F | 5E | 4 | 43 | 0 | 3F | 128 | 32 | 19 |
| Octal | 132 | 37 | 136 | 4 | 103 | 0 | 77 | 450 | 62 | 31 |
| Binary | 1011010 | 11111 | 1011110 | 100 | 1000011 | 0 | 111111 | 100101000 | 110010 | 11001 |
Color Harmonies of #5A1F5E
Complementary color
Monochromatic Colors of #5A1F5E
Black with #5A1F5E
Text Example
Text Example
White with #5A1F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1F5E; }
p { color: rgb(90,31,94); }
H1.HeaderClassName
{
color: #5A1F5E;
}
.AnyTagClassName
{
color: #5A1F5E;
}
</style>
background-color css
<style>
a { background-color: #5A1F5E; }
a { background-color: rgb(90,31,94); }
div.DivClassName
{
background-color: #5A1F5E;
}
.BgClassName
{
background-color: #5A1F5E;
}
</style>
border-color css
<style>
span { border-color: #5A1F5E; }
span { border-color: rgb(90,31,94); }
td.TdClassName
{
border-color: #5A1F5E;
}
.TagClassName
{
border-color: #5A1F5E;
}
</style>