Shades of Han Purple #5A0AD7
Tints of Han Purple #5A0AD7
RGB
CMYK
RGB Variations
Color information
#5A0AD7 (or 0x5A0AD7) is known color: Han Purple. HEX triplet: 5A, 0A and D7. RGB value is (90,10,215). Sum of RGB (Red+Green+Blue) = 90+10+215=315 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.57% from 315); Green value is 10 (4.30% from 255 or 3.17% from 315); Blue value is 215 (84.38% from 255 or 68.25% from 315); Max value from RGB is 215 - color contains mainly: blue. Hex color #5A0AD7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A0AD7 is #A5F528. Grayscale: #383838. Windows color (decimal): -10876201 or 14092890. OLE color: 14092890.
HSL color Cylindrical-coordinate representation of color #5A0AD7: hue angle of 263.41º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5A0AD7 is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 10 | 215 | - |
| CMYK | 0.58 | 0.95 | 0 | 0.16 |
| HSL | 263.41º | 0.91% | 0.44% | - |
| HSV(B) | 263.41º | 0.95% | 0.84% | - |
| XYZ | 16.59 | 7.3 | 64.82 | - |
| YUV | 57.29 | 217 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 10 | 215 | 0.58 | 0.95 | 0 | 0.16 | 263.41 | 0.91 | 0.44 |
| Hex | 5A | A | D7 | 3A | 5F | 0 | 10 | 107 | 5B | 2C |
| Octal | 132 | 12 | 327 | 72 | 137 | 0 | 20 | 407 | 133 | 54 |
| Binary | 1011010 | 1010 | 11010111 | 111010 | 1011111 | 0 | 10000 | 100000111 | 1011011 | 101100 |
Color Harmonies of #5A0AD7
Complementary color
Monochromatic Colors of #5A0AD7
Black with #5A0AD7
Text Example
Text Example
White with #5A0AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0AD7; }
p { color: rgb(90,10,215); }
H1.HeaderClassName
{
color: #5A0AD7;
}
.AnyTagClassName
{
color: #5A0AD7;
}
</style>
background-color css
<style>
a { background-color: #5A0AD7; }
a { background-color: rgb(90,10,215); }
div.DivClassName
{
background-color: #5A0AD7;
}
.BgClassName
{
background-color: #5A0AD7;
}
</style>
border-color css
<style>
span { border-color: #5A0AD7; }
span { border-color: rgb(90,10,215); }
td.TdClassName
{
border-color: #5A0AD7;
}
.TagClassName
{
border-color: #5A0AD7;
}
</style>