Shades of Han Purple #5A08DF
Tints of Han Purple #5A08DF
RGB
CMYK
RGB Variations
Color information
#5A08DF (or 0x5A08DF) is known color: Han Purple. HEX triplet: 5A, 08 and DF. RGB value is (90,8,223). Sum of RGB (Red+Green+Blue) = 90+8+223=321 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.04% from 321); Green value is 8 (3.52% from 255 or 2.49% from 321); Blue value is 223 (87.5% from 255 or 69.47% from 321); Max value from RGB is 223 - color contains mainly: blue. Hex color #5A08DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A08DF is #A5F720. Grayscale: #383838. Windows color (decimal): -10876705 or 14616666. OLE color: 14616666.
HSL color Cylindrical-coordinate representation of color #5A08DF: hue angle of 262.88º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A08DF is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 8 | 223 | - |
| CMYK | 0.60 | 0.96 | 0 | 0.13 |
| HSL | 262.88º | 0.93% | 0.45% | - |
| HSV(B) | 262.88º | 0.96% | 0.87% | - |
| XYZ | 17.62 | 7.68 | 70.36 | - |
| YUV | 57.03 | 221.67 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 8 | 223 | 0.60 | 0.96 | 0 | 0.13 | 262.88 | 0.93 | 0.45 |
| Hex | 5A | 8 | DF | 3C | 60 | 0 | D | 107 | 5D | 2D |
| Octal | 132 | 10 | 337 | 74 | 140 | 0 | 15 | 407 | 135 | 55 |
| Binary | 1011010 | 1000 | 11011111 | 111100 | 1100000 | 0 | 1101 | 100000111 | 1011101 | 101101 |
Color Harmonies of #5A08DF
Complementary color
Monochromatic Colors of #5A08DF
Black with #5A08DF
Text Example
Text Example
White with #5A08DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A08DF; }
p { color: rgb(90,8,223); }
H1.HeaderClassName
{
color: #5A08DF;
}
.AnyTagClassName
{
color: #5A08DF;
}
</style>
background-color css
<style>
a { background-color: #5A08DF; }
a { background-color: rgb(90,8,223); }
div.DivClassName
{
background-color: #5A08DF;
}
.BgClassName
{
background-color: #5A08DF;
}
</style>
border-color css
<style>
span { border-color: #5A08DF; }
span { border-color: rgb(90,8,223); }
td.TdClassName
{
border-color: #5A08DF;
}
.TagClassName
{
border-color: #5A08DF;
}
</style>