Shades of Han Purple #5A0BDF
Tints of Han Purple #5A0BDF
RGB
CMYK
RGB Variations
Color information
#5A0BDF (or 0x5A0BDF) is known color: Han Purple. HEX triplet: 5A, 0B and DF. RGB value is (90,11,223). Sum of RGB (Red+Green+Blue) = 90+11+223=324 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.78% from 324); Green value is 11 (4.69% from 255 or 3.40% from 324); Blue value is 223 (87.5% from 255 or 68.83% from 324); Max value from RGB is 223 - color contains mainly: blue. Hex color #5A0BDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A0BDF is #A5F420. Grayscale: #3A3A3A. Windows color (decimal): -10875937 or 14617434. OLE color: 14617434.
HSL color Cylindrical-coordinate representation of color #5A0BDF: hue angle of 262.36º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5A0BDF is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 11 | 223 | - |
| CMYK | 0.60 | 0.95 | 0 | 0.13 |
| HSL | 262.36º | 0.91% | 0.46% | - |
| HSV(B) | 262.36º | 0.95% | 0.87% | - |
| XYZ | 17.66 | 7.74 | 70.38 | - |
| YUV | 58.79 | 220.67 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 11 | 223 | 0.60 | 0.95 | 0 | 0.13 | 262.36 | 0.91 | 0.46 |
| Hex | 5A | B | DF | 3C | 5F | 0 | D | 106 | 5B | 2E |
| Octal | 132 | 13 | 337 | 74 | 137 | 0 | 15 | 406 | 133 | 56 |
| Binary | 1011010 | 1011 | 11011111 | 111100 | 1011111 | 0 | 1101 | 100000110 | 1011011 | 101110 |
Color Harmonies of #5A0BDF
Complementary color
Monochromatic Colors of #5A0BDF
Black with #5A0BDF
Text Example
Text Example
White with #5A0BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0BDF; }
p { color: rgb(90,11,223); }
H1.HeaderClassName
{
color: #5A0BDF;
}
.AnyTagClassName
{
color: #5A0BDF;
}
</style>
background-color css
<style>
a { background-color: #5A0BDF; }
a { background-color: rgb(90,11,223); }
div.DivClassName
{
background-color: #5A0BDF;
}
.BgClassName
{
background-color: #5A0BDF;
}
</style>
border-color css
<style>
span { border-color: #5A0BDF; }
span { border-color: rgb(90,11,223); }
td.TdClassName
{
border-color: #5A0BDF;
}
.TagClassName
{
border-color: #5A0BDF;
}
</style>