Shades of Hot Purple #5A395C
Tints of Hot Purple #5A395C
RGB
CMYK
RGB Variations
Color information
#5A395C (or 0x5A395C) is known color: Hot Purple. HEX triplet: 5A, 39 and 5C. RGB value is (90,57,92). Sum of RGB (Red+Green+Blue) = 90+57+92=239 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.66% from 239); Green value is 57 (22.66% from 255 or 23.85% from 239); Blue value is 92 (36.33% from 255 or 38.49% from 239); Max value from RGB is 92 - color contains mainly: blue. Hex color #5A395C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A395C is #A5C6A3. Grayscale: #464646. Windows color (decimal): -10864292 or 6043994. OLE color: 6043994.
HSL color Cylindrical-coordinate representation of color #5A395C: hue angle of 296.57º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A395C is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 90 | 57 | 92 | - |
| CMYK | 0.02 | 0.38 | 0 | 0.64 |
| HSL | 296.57º | 0.23% | 0.29% | - |
| HSV(B) | 296.57º | 0.38% | 0.36% | - |
| XYZ | 7.61 | 5.87 | 10.86 | - |
| YUV | 70.86 | 139.93 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 57 | 92 | 0.02 | 0.38 | 0 | 0.64 | 296.57 | 0.23 | 0.29 |
| Hex | 5A | 39 | 5C | 2 | 26 | 0 | 40 | 129 | 17 | 1D |
| Octal | 132 | 71 | 134 | 2 | 46 | 0 | 100 | 451 | 27 | 35 |
| Binary | 1011010 | 111001 | 1011100 | 10 | 100110 | 0 | 1000000 | 100101001 | 10111 | 11101 |
Color Harmonies of #5A395C
Complementary color
Monochromatic Colors of #5A395C
Black with #5A395C
Text Example
Text Example
White with #5A395C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A395C; }
p { color: rgb(90,57,92); }
H1.HeaderClassName
{
color: #5A395C;
}
.AnyTagClassName
{
color: #5A395C;
}
</style>
background-color css
<style>
a { background-color: #5A395C; }
a { background-color: rgb(90,57,92); }
div.DivClassName
{
background-color: #5A395C;
}
.BgClassName
{
background-color: #5A395C;
}
</style>
border-color css
<style>
span { border-color: #5A395C; }
span { border-color: rgb(90,57,92); }
td.TdClassName
{
border-color: #5A395C;
}
.TagClassName
{
border-color: #5A395C;
}
</style>