Shades of Han Purple #5A1FDF
Tints of Han Purple #5A1FDF
RGB
CMYK
RGB Variations
Color information
#5A1FDF (or 0x5A1FDF) is known color: Han Purple. HEX triplet: 5A, 1F and DF. RGB value is (90,31,223). Sum of RGB (Red+Green+Blue) = 90+31+223=344 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.16% from 344); Green value is 31 (12.5% from 255 or 9.01% from 344); Blue value is 223 (87.5% from 255 or 64.83% from 344); Max value from RGB is 223 - color contains mainly: blue. Hex color #5A1FDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A1FDF is #A5E020. Grayscale: #454545. Windows color (decimal): -10870817 or 14622554. OLE color: 14622554.
HSL color Cylindrical-coordinate representation of color #5A1FDF: hue angle of 258.44º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5A1FDF is Cyan = 0.60, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 31 | 223 | - |
| CMYK | 0.60 | 0.86 | 0 | 0.13 |
| HSL | 258.44º | 0.76% | 0.5% | - |
| HSV(B) | 258.44º | 0.86% | 0.87% | - |
| XYZ | 18.03 | 8.48 | 70.5 | - |
| YUV | 70.53 | 214.05 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 31 | 223 | 0.60 | 0.86 | 0 | 0.13 | 258.44 | 0.76 | 0.5 |
| Hex | 5A | 1F | DF | 3C | 56 | 0 | D | 102 | 4C | 32 |
| Octal | 132 | 37 | 337 | 74 | 126 | 0 | 15 | 402 | 114 | 62 |
| Binary | 1011010 | 11111 | 11011111 | 111100 | 1010110 | 0 | 1101 | 100000010 | 1001100 | 110010 |
Color Harmonies of #5A1FDF
Complementary color
Monochromatic Colors of #5A1FDF
Black with #5A1FDF
Text Example
Text Example
White with #5A1FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1FDF; }
p { color: rgb(90,31,223); }
H1.HeaderClassName
{
color: #5A1FDF;
}
.AnyTagClassName
{
color: #5A1FDF;
}
</style>
background-color css
<style>
a { background-color: #5A1FDF; }
a { background-color: rgb(90,31,223); }
div.DivClassName
{
background-color: #5A1FDF;
}
.BgClassName
{
background-color: #5A1FDF;
}
</style>
border-color css
<style>
span { border-color: #5A1FDF; }
span { border-color: rgb(90,31,223); }
td.TdClassName
{
border-color: #5A1FDF;
}
.TagClassName
{
border-color: #5A1FDF;
}
</style>