Shades of Han Purple #5A08DD
Tints of Han Purple #5A08DD
RGB
CMYK
RGB Variations
Color information
#5A08DD (or 0x5A08DD) is known color: Han Purple. HEX triplet: 5A, 08 and DD. RGB value is (90,8,221). Sum of RGB (Red+Green+Blue) = 90+8+221=319 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.21% from 319); Green value is 8 (3.52% from 255 or 2.51% from 319); Blue value is 221 (86.72% from 255 or 69.28% from 319); Max value from RGB is 221 - color contains mainly: blue. Hex color #5A08DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A08DD is #A5F722. Grayscale: #383838. Windows color (decimal): -10876707 or 14485594. OLE color: 14485594.
HSL color Cylindrical-coordinate representation of color #5A08DD: hue angle of 263.1º 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 #5A08DD is Cyan = 0.59, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 8 | 221 | - |
| CMYK | 0.59 | 0.96 | 0 | 0.13 |
| HSL | 263.1º | 0.93% | 0.45% | - |
| HSV(B) | 263.1º | 0.96% | 0.87% | - |
| XYZ | 17.35 | 7.57 | 68.95 | - |
| YUV | 56.8 | 220.67 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 8 | 221 | 0.59 | 0.96 | 0 | 0.13 | 263.1 | 0.93 | 0.45 |
| Hex | 5A | 8 | DD | 3B | 60 | 0 | D | 107 | 5D | 2D |
| Octal | 132 | 10 | 335 | 73 | 140 | 0 | 15 | 407 | 135 | 55 |
| Binary | 1011010 | 1000 | 11011101 | 111011 | 1100000 | 0 | 1101 | 100000111 | 1011101 | 101101 |
Color Harmonies of #5A08DD
Complementary color
Monochromatic Colors of #5A08DD
Black with #5A08DD
Text Example
Text Example
White with #5A08DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A08DD; }
p { color: rgb(90,8,221); }
H1.HeaderClassName
{
color: #5A08DD;
}
.AnyTagClassName
{
color: #5A08DD;
}
</style>
background-color css
<style>
a { background-color: #5A08DD; }
a { background-color: rgb(90,8,221); }
div.DivClassName
{
background-color: #5A08DD;
}
.BgClassName
{
background-color: #5A08DD;
}
</style>
border-color css
<style>
span { border-color: #5A08DD; }
span { border-color: rgb(90,8,221); }
td.TdClassName
{
border-color: #5A08DD;
}
.TagClassName
{
border-color: #5A08DD;
}
</style>