Shades of Han Purple #5A2DFB
Tints of Han Purple #5A2DFB
RGB
CMYK
RGB Variations
Color information
#5A2DFB (or 0x5A2DFB) is known color: Han Purple. HEX triplet: 5A, 2D and FB. RGB value is (90,45,251). Sum of RGB (Red+Green+Blue) = 90+45+251=386 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.32% from 386); Green value is 45 (17.97% from 255 or 11.66% from 386); Blue value is 251 (98.44% from 255 or 65.03% from 386); Max value from RGB is 251 - color contains mainly: blue. Hex color #5A2DFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A2DFB is #A5D204. Grayscale: #515151. Windows color (decimal): -10867205 or 16461146. OLE color: 16461146.
HSL color Cylindrical-coordinate representation of color #5A2DFB: hue angle of 253.11º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5A2DFB is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 45 | 251 | - |
| CMYK | 0.64 | 0.82 | 0 | 0.02 |
| HSL | 253.11º | 0.96% | 0.58% | - |
| HSV(B) | 253.11º | 0.82% | 0.98% | - |
| XYZ | 22.57 | 11.02 | 92.2 | - |
| YUV | 81.94 | 223.41 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 45 | 251 | 0.64 | 0.82 | 0 | 0.02 | 253.11 | 0.96 | 0.58 |
| Hex | 5A | 2D | FB | 40 | 52 | 0 | 2 | FD | 60 | 3A |
| Octal | 132 | 55 | 373 | 100 | 122 | 0 | 2 | 375 | 140 | 72 |
| Binary | 1011010 | 101101 | 11111011 | 1000000 | 1010010 | 0 | 10 | 11111101 | 1100000 | 111010 |
Color Harmonies of #5A2DFB
Complementary color
Monochromatic Colors of #5A2DFB
Black with #5A2DFB
Text Example
Text Example
White with #5A2DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2DFB; }
p { color: rgb(90,45,251); }
H1.HeaderClassName
{
color: #5A2DFB;
}
.AnyTagClassName
{
color: #5A2DFB;
}
</style>
background-color css
<style>
a { background-color: #5A2DFB; }
a { background-color: rgb(90,45,251); }
div.DivClassName
{
background-color: #5A2DFB;
}
.BgClassName
{
background-color: #5A2DFB;
}
</style>
border-color css
<style>
span { border-color: #5A2DFB; }
span { border-color: rgb(90,45,251); }
td.TdClassName
{
border-color: #5A2DFB;
}
.TagClassName
{
border-color: #5A2DFB;
}
</style>