Shades of Hot Purple #5A2065
Tints of Hot Purple #5A2065
RGB
CMYK
RGB Variations
Color information
#5A2065 (or 0x5A2065) is known color: Hot Purple. HEX triplet: 5A, 20 and 65. RGB value is (90,32,101). Sum of RGB (Red+Green+Blue) = 90+32+101=223 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.36% from 223); Green value is 32 (12.89% from 255 or 14.35% from 223); Blue value is 101 (39.84% from 255 or 45.29% from 223); Max value from RGB is 101 - color contains mainly: blue. Hex color #5A2065 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A2065 is #A5DF9A. Grayscale: #383838. Windows color (decimal): -10870683 or 6627418. OLE color: 6627418.
HSL color Cylindrical-coordinate representation of color #5A2065: hue angle of 290.43º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5A2065 is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 90 | 32 | 101 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.60 |
| HSL | 290.43º | 0.52% | 0.26% | - |
| HSV(B) | 290.43º | 0.68% | 0.4% | - |
| XYZ | 7.08 | 4.15 | 12.74 | - |
| YUV | 57.21 | 152.72 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 32 | 101 | 0.11 | 0.68 | 0 | 0.60 | 290.43 | 0.52 | 0.26 |
| Hex | 5A | 20 | 65 | B | 44 | 0 | 3C | 122 | 34 | 1A |
| Octal | 132 | 40 | 145 | 13 | 104 | 0 | 74 | 442 | 64 | 32 |
| Binary | 1011010 | 100000 | 1100101 | 1011 | 1000100 | 0 | 111100 | 100100010 | 110100 | 11010 |
Color Harmonies of #5A2065
Complementary color
Monochromatic Colors of #5A2065
Black with #5A2065
Text Example
Text Example
White with #5A2065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2065; }
p { color: rgb(90,32,101); }
H1.HeaderClassName
{
color: #5A2065;
}
.AnyTagClassName
{
color: #5A2065;
}
</style>
background-color css
<style>
a { background-color: #5A2065; }
a { background-color: rgb(90,32,101); }
div.DivClassName
{
background-color: #5A2065;
}
.BgClassName
{
background-color: #5A2065;
}
</style>
border-color css
<style>
span { border-color: #5A2065; }
span { border-color: rgb(90,32,101); }
td.TdClassName
{
border-color: #5A2065;
}
.TagClassName
{
border-color: #5A2065;
}
</style>