Shades of Han Purple #5A2CFF
Tints of Han Purple #5A2CFF
RGB
CMYK
RGB Variations
Color information
#5A2CFF (or 0x5A2CFF) is known color: Han Purple. HEX triplet: 5A, 2C and FF. RGB value is (90,44,255). Sum of RGB (Red+Green+Blue) = 90+44+255=389 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.14% from 389); Green value is 44 (17.58% from 255 or 11.31% from 389); Blue value is 255 (100% from 255 or 65.55% from 389); Max value from RGB is 255 - color contains mainly: blue. Hex color #5A2CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A2CFF is #A5D300. Grayscale: #515151. Windows color (decimal): -10867457 or 16723034. OLE color: 16723034.
HSL color Cylindrical-coordinate representation of color #5A2CFF: hue angle of 253.08º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5A2CFF is Cyan = 0.65, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 90 | 44 | 255 | - |
| CMYK | 0.65 | 0.83 | 0 | 0 |
| HSL | 253.08º | 1% | 0.59% | - |
| HSV(B) | 253.08º | 0.83% | 1% | - |
| XYZ | 23.17 | 11.2 | 95.55 | - |
| YUV | 81.81 | 225.74 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 44 | 255 | 0.65 | 0.83 | 0 | 0 | 253.08 | 1 | 0.59 |
| Hex | 5A | 2C | FF | 41 | 53 | 0 | 0 | FD | 64 | 3B |
| Octal | 132 | 54 | 377 | 101 | 123 | 0 | 0 | 375 | 144 | 73 |
| Binary | 1011010 | 101100 | 11111111 | 1000001 | 1010011 | 0 | 0 | 11111101 | 1100100 | 111011 |
Color Harmonies of #5A2CFF
Complementary color
Monochromatic Colors of #5A2CFF
Black with #5A2CFF
Text Example
Text Example
White with #5A2CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2CFF; }
p { color: rgb(90,44,255); }
H1.HeaderClassName
{
color: #5A2CFF;
}
.AnyTagClassName
{
color: #5A2CFF;
}
</style>
background-color css
<style>
a { background-color: #5A2CFF; }
a { background-color: rgb(90,44,255); }
div.DivClassName
{
background-color: #5A2CFF;
}
.BgClassName
{
background-color: #5A2CFF;
}
</style>
border-color css
<style>
span { border-color: #5A2CFF; }
span { border-color: rgb(90,44,255); }
td.TdClassName
{
border-color: #5A2CFF;
}
.TagClassName
{
border-color: #5A2CFF;
}
</style>