Shades of Han Purple #5A2FEF
Tints of Han Purple #5A2FEF
RGB
CMYK
RGB Variations
Color information
#5A2FEF (or 0x5A2FEF) is known color: Han Purple. HEX triplet: 5A, 2F and EF. RGB value is (90,47,239). Sum of RGB (Red+Green+Blue) = 90+47+239=376 (49% of max value = 765). Red value is 90 (35.55% from 255 or 23.94% from 376); Green value is 47 (18.75% from 255 or 12.5% from 376); Blue value is 239 (93.75% from 255 or 63.56% from 376); Max value from RGB is 239 - color contains mainly: blue. Hex color #5A2FEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A2FEF is #A5D010. Grayscale: #515151. Windows color (decimal): -10866705 or 15675226. OLE color: 15675226.
HSL color Cylindrical-coordinate representation of color #5A2FEF: hue angle of 253.44º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5A2FEF is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 90 | 47 | 239 | - |
| CMYK | 0.62 | 0.80 | 0 | 0.06 |
| HSL | 253.44º | 0.86% | 0.56% | - |
| HSV(B) | 253.44º | 0.8% | 0.94% | - |
| XYZ | 20.81 | 10.44 | 82.58 | - |
| YUV | 81.75 | 216.75 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 47 | 239 | 0.62 | 0.80 | 0 | 0.06 | 253.44 | 0.86 | 0.56 |
| Hex | 5A | 2F | EF | 3E | 50 | 0 | 6 | FD | 56 | 38 |
| Octal | 132 | 57 | 357 | 76 | 120 | 0 | 6 | 375 | 126 | 70 |
| Binary | 1011010 | 101111 | 11101111 | 111110 | 1010000 | 0 | 110 | 11111101 | 1010110 | 111000 |
Color Harmonies of #5A2FEF
Complementary color
Monochromatic Colors of #5A2FEF
Black with #5A2FEF
Text Example
Text Example
White with #5A2FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2FEF; }
p { color: rgb(90,47,239); }
H1.HeaderClassName
{
color: #5A2FEF;
}
.AnyTagClassName
{
color: #5A2FEF;
}
</style>
background-color css
<style>
a { background-color: #5A2FEF; }
a { background-color: rgb(90,47,239); }
div.DivClassName
{
background-color: #5A2FEF;
}
.BgClassName
{
background-color: #5A2FEF;
}
</style>
border-color css
<style>
span { border-color: #5A2FEF; }
span { border-color: rgb(90,47,239); }
td.TdClassName
{
border-color: #5A2FEF;
}
.TagClassName
{
border-color: #5A2FEF;
}
</style>