Shades of Han Purple #5A2FFF
Tints of Han Purple #5A2FFF
RGB
CMYK
RGB Variations
Color information
#5A2FFF (or 0x5A2FFF) is known color: Han Purple. HEX triplet: 5A, 2F and FF. RGB value is (90,47,255). Sum of RGB (Red+Green+Blue) = 90+47+255=392 (51% of max value = 765). Red value is 90 (35.55% from 255 or 22.96% from 392); Green value is 47 (18.75% from 255 or 11.99% from 392); Blue value is 255 (100% from 255 or 65.05% from 392); Max value from RGB is 255 - color contains mainly: blue. Hex color #5A2FFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A2FFF is #A5D000. Grayscale: #525252. Windows color (decimal): -10866689 or 16723802. OLE color: 16723802.
HSL color Cylindrical-coordinate representation of color #5A2FFF: hue angle of 252.4º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5A2FFF is Cyan = 0.65, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 90 | 47 | 255 | - |
| CMYK | 0.65 | 0.82 | 0 | 0 |
| HSL | 252.4º | 1% | 0.59% | - |
| HSV(B) | 252.4º | 0.82% | 1% | - |
| XYZ | 23.28 | 11.43 | 95.59 | - |
| YUV | 83.57 | 224.75 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 47 | 255 | 0.65 | 0.82 | 0 | 0 | 252.4 | 1 | 0.59 |
| Hex | 5A | 2F | FF | 41 | 52 | 0 | 0 | FC | 64 | 3B |
| Octal | 132 | 57 | 377 | 101 | 122 | 0 | 0 | 374 | 144 | 73 |
| Binary | 1011010 | 101111 | 11111111 | 1000001 | 1010010 | 0 | 0 | 11111100 | 1100100 | 111011 |
Color Harmonies of #5A2FFF
Complementary color
Monochromatic Colors of #5A2FFF
Black with #5A2FFF
Text Example
Text Example
White with #5A2FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2FFF; }
p { color: rgb(90,47,255); }
H1.HeaderClassName
{
color: #5A2FFF;
}
.AnyTagClassName
{
color: #5A2FFF;
}
</style>
background-color css
<style>
a { background-color: #5A2FFF; }
a { background-color: rgb(90,47,255); }
div.DivClassName
{
background-color: #5A2FFF;
}
.BgClassName
{
background-color: #5A2FFF;
}
</style>
border-color css
<style>
span { border-color: #5A2FFF; }
span { border-color: rgb(90,47,255); }
td.TdClassName
{
border-color: #5A2FFF;
}
.TagClassName
{
border-color: #5A2FFF;
}
</style>