Shades of Hot Purple #5A265F
Tints of Hot Purple #5A265F
RGB
CMYK
RGB Variations
Color information
#5A265F (or 0x5A265F) is known color: Hot Purple. HEX triplet: 5A, 26 and 5F. RGB value is (90,38,95). Sum of RGB (Red+Green+Blue) = 90+38+95=223 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.36% from 223); Green value is 38 (15.23% from 255 or 17.04% from 223); Blue value is 95 (37.5% from 255 or 42.60% from 223); Max value from RGB is 95 - color contains mainly: blue. Hex color #5A265F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A265F is #A5D9A0. Grayscale: #3B3B3B. Windows color (decimal): -10869153 or 6235738. OLE color: 6235738.
HSL color Cylindrical-coordinate representation of color #5A265F: hue angle of 294.74º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5A265F is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 90 | 38 | 95 | - |
| CMYK | 0.05 | 0.60 | 0 | 0.63 |
| HSL | 294.74º | 0.43% | 0.26% | - |
| HSV(B) | 294.74º | 0.6% | 0.37% | - |
| XYZ | 6.98 | 4.39 | 11.31 | - |
| YUV | 60.05 | 147.73 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 38 | 95 | 0.05 | 0.60 | 0 | 0.63 | 294.74 | 0.43 | 0.26 |
| Hex | 5A | 26 | 5F | 5 | 3C | 0 | 3F | 127 | 2B | 1A |
| Octal | 132 | 46 | 137 | 5 | 74 | 0 | 77 | 447 | 53 | 32 |
| Binary | 1011010 | 100110 | 1011111 | 101 | 111100 | 0 | 111111 | 100100111 | 101011 | 11010 |
Color Harmonies of #5A265F
Complementary color
Monochromatic Colors of #5A265F
Black with #5A265F
Text Example
Text Example
White with #5A265F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A265F; }
p { color: rgb(90,38,95); }
H1.HeaderClassName
{
color: #5A265F;
}
.AnyTagClassName
{
color: #5A265F;
}
</style>
background-color css
<style>
a { background-color: #5A265F; }
a { background-color: rgb(90,38,95); }
div.DivClassName
{
background-color: #5A265F;
}
.BgClassName
{
background-color: #5A265F;
}
</style>
border-color css
<style>
span { border-color: #5A265F; }
span { border-color: rgb(90,38,95); }
td.TdClassName
{
border-color: #5A265F;
}
.TagClassName
{
border-color: #5A265F;
}
</style>