Shades of Han Purple #5A1DFB
Tints of Han Purple #5A1DFB
RGB
CMYK
RGB Variations
Color information
#5A1DFB (or 0x5A1DFB) is known color: Han Purple. HEX triplet: 5A, 1D and FB. RGB value is (90,29,251). Sum of RGB (Red+Green+Blue) = 90+29+251=370 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.32% from 370); Green value is 29 (11.72% from 255 or 7.84% from 370); Blue value is 251 (98.44% from 255 or 67.84% from 370); Max value from RGB is 251 - color contains mainly: blue. Hex color #5A1DFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A1DFB is #A5E204. Grayscale: #474747. Windows color (decimal): -10871301 or 16457050. OLE color: 16457050.
HSL color Cylindrical-coordinate representation of color #5A1DFB: hue angle of 256.49º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5A1DFB is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 29 | 251 | - |
| CMYK | 0.64 | 0.88 | 0 | 0.02 |
| HSL | 256.49º | 0.97% | 0.55% | - |
| HSV(B) | 256.49º | 0.88% | 0.98% | - |
| XYZ | 22.07 | 10.02 | 92.04 | - |
| YUV | 72.55 | 228.71 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 29 | 251 | 0.64 | 0.88 | 0 | 0.02 | 256.49 | 0.97 | 0.55 |
| Hex | 5A | 1D | FB | 40 | 58 | 0 | 2 | 100 | 61 | 37 |
| Octal | 132 | 35 | 373 | 100 | 130 | 0 | 2 | 400 | 141 | 67 |
| Binary | 1011010 | 11101 | 11111011 | 1000000 | 1011000 | 0 | 10 | 100000000 | 1100001 | 110111 |
Color Harmonies of #5A1DFB
Complementary color
Monochromatic Colors of #5A1DFB
Black with #5A1DFB
Text Example
Text Example
White with #5A1DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1DFB; }
p { color: rgb(90,29,251); }
H1.HeaderClassName
{
color: #5A1DFB;
}
.AnyTagClassName
{
color: #5A1DFB;
}
</style>
background-color css
<style>
a { background-color: #5A1DFB; }
a { background-color: rgb(90,29,251); }
div.DivClassName
{
background-color: #5A1DFB;
}
.BgClassName
{
background-color: #5A1DFB;
}
</style>
border-color css
<style>
span { border-color: #5A1DFB; }
span { border-color: rgb(90,29,251); }
td.TdClassName
{
border-color: #5A1DFB;
}
.TagClassName
{
border-color: #5A1DFB;
}
</style>