Shades of Han Purple #5A1FFD
Tints of Han Purple #5A1FFD
RGB
CMYK
RGB Variations
Color information
#5A1FFD (or 0x5A1FFD) is known color: Han Purple. HEX triplet: 5A, 1F and FD. RGB value is (90,31,253). Sum of RGB (Red+Green+Blue) = 90+31+253=374 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.06% from 374); Green value is 31 (12.5% from 255 or 8.29% from 374); Blue value is 253 (99.22% from 255 or 67.65% from 374); Max value from RGB is 253 - color contains mainly: blue. Hex color #5A1FFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A1FFD is #A5E002. Grayscale: #494949. Windows color (decimal): -10870787 or 16588634. OLE color: 16588634.
HSL color Cylindrical-coordinate representation of color #5A1FFD: hue angle of 255.95º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5A1FFD is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 31 | 253 | - |
| CMYK | 0.64 | 0.88 | 0 | 0.01 |
| HSL | 255.95º | 0.98% | 0.56% | - |
| HSV(B) | 255.95º | 0.88% | 0.99% | - |
| XYZ | 22.44 | 10.25 | 93.72 | - |
| YUV | 73.95 | 229.05 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 31 | 253 | 0.64 | 0.88 | 0 | 0.01 | 255.95 | 0.98 | 0.56 |
| Hex | 5A | 1F | FD | 40 | 58 | 0 | 1 | 100 | 62 | 38 |
| Octal | 132 | 37 | 375 | 100 | 130 | 0 | 1 | 400 | 142 | 70 |
| Binary | 1011010 | 11111 | 11111101 | 1000000 | 1011000 | 0 | 1 | 100000000 | 1100010 | 111000 |
Color Harmonies of #5A1FFD
Complementary color
Monochromatic Colors of #5A1FFD
Black with #5A1FFD
Text Example
Text Example
White with #5A1FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1FFD; }
p { color: rgb(90,31,253); }
H1.HeaderClassName
{
color: #5A1FFD;
}
.AnyTagClassName
{
color: #5A1FFD;
}
</style>
background-color css
<style>
a { background-color: #5A1FFD; }
a { background-color: rgb(90,31,253); }
div.DivClassName
{
background-color: #5A1FFD;
}
.BgClassName
{
background-color: #5A1FFD;
}
</style>
border-color css
<style>
span { border-color: #5A1FFD; }
span { border-color: rgb(90,31,253); }
td.TdClassName
{
border-color: #5A1FFD;
}
.TagClassName
{
border-color: #5A1FFD;
}
</style>