Shades of Hot Purple #5A255D
Tints of Hot Purple #5A255D
RGB
CMYK
RGB Variations
Color information
#5A255D (or 0x5A255D) is known color: Hot Purple. HEX triplet: 5A, 25 and 5D. RGB value is (90,37,93). Sum of RGB (Red+Green+Blue) = 90+37+93=220 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.91% from 220); Green value is 37 (14.84% from 255 or 16.82% from 220); Blue value is 93 (36.72% from 255 or 42.27% from 220); Max value from RGB is 93 - color contains mainly: blue. Hex color #5A255D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A255D is #A5DAA2. Grayscale: #3B3B3B. Windows color (decimal): -10869411 or 6104410. OLE color: 6104410.
HSL color Cylindrical-coordinate representation of color #5A255D: hue angle of 296.79º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5A255D is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 90 | 37 | 93 | - |
| CMYK | 0.03 | 0.60 | 0 | 0.64 |
| HSL | 296.79º | 0.43% | 0.25% | - |
| HSV(B) | 296.79º | 0.6% | 0.36% | - |
| XYZ | 6.85 | 4.29 | 10.82 | - |
| YUV | 59.23 | 147.06 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 37 | 93 | 0.03 | 0.60 | 0 | 0.64 | 296.79 | 0.43 | 0.25 |
| Hex | 5A | 25 | 5D | 3 | 3C | 0 | 40 | 129 | 2B | 19 |
| Octal | 132 | 45 | 135 | 3 | 74 | 0 | 100 | 451 | 53 | 31 |
| Binary | 1011010 | 100101 | 1011101 | 11 | 111100 | 0 | 1000000 | 100101001 | 101011 | 11001 |
Color Harmonies of #5A255D
Complementary color
Monochromatic Colors of #5A255D
Black with #5A255D
Text Example
Text Example
White with #5A255D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A255D; }
p { color: rgb(90,37,93); }
H1.HeaderClassName
{
color: #5A255D;
}
.AnyTagClassName
{
color: #5A255D;
}
</style>
background-color css
<style>
a { background-color: #5A255D; }
a { background-color: rgb(90,37,93); }
div.DivClassName
{
background-color: #5A255D;
}
.BgClassName
{
background-color: #5A255D;
}
</style>
border-color css
<style>
span { border-color: #5A255D; }
span { border-color: rgb(90,37,93); }
td.TdClassName
{
border-color: #5A255D;
}
.TagClassName
{
border-color: #5A255D;
}
</style>