Shades of Han Purple #5A0CF8
Tints of Han Purple #5A0CF8
RGB
CMYK
RGB Variations
Color information
#5A0CF8 (or 0x5A0CF8) is known color: Han Purple. HEX triplet: 5A, 0C and F8. RGB value is (90,12,248). Sum of RGB (Red+Green+Blue) = 90+12+248=350 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.71% from 350); Green value is 12 (5.08% from 255 or 3.43% from 350); Blue value is 248 (97.27% from 255 or 70.86% from 350); Max value from RGB is 248 - color contains mainly: blue. Hex color #5A0CF8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A0CF8 is #A5F307. Grayscale: #3D3D3D. Windows color (decimal): -10875656 or 16256090. OLE color: 16256090.
HSL color Cylindrical-coordinate representation of color #5A0CF8: hue angle of 259.83º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5A0CF8 is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 90 | 12 | 248 | - |
| CMYK | 0.64 | 0.95 | 0 | 0.03 |
| HSL | 259.83º | 0.94% | 0.51% | - |
| HSV(B) | 259.83º | 0.95% | 0.97% | - |
| XYZ | 21.29 | 9.21 | 89.46 | - |
| YUV | 62.23 | 232.84 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 12 | 248 | 0.64 | 0.95 | 0 | 0.03 | 259.83 | 0.94 | 0.51 |
| Hex | 5A | C | F8 | 40 | 5F | 0 | 3 | 104 | 5E | 33 |
| Octal | 132 | 14 | 370 | 100 | 137 | 0 | 3 | 404 | 136 | 63 |
| Binary | 1011010 | 1100 | 11111000 | 1000000 | 1011111 | 0 | 11 | 100000100 | 1011110 | 110011 |
Color Harmonies of #5A0CF8
Complementary color
Monochromatic Colors of #5A0CF8
Black with #5A0CF8
Text Example
Text Example
White with #5A0CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0CF8; }
p { color: rgb(90,12,248); }
H1.HeaderClassName
{
color: #5A0CF8;
}
.AnyTagClassName
{
color: #5A0CF8;
}
</style>
background-color css
<style>
a { background-color: #5A0CF8; }
a { background-color: rgb(90,12,248); }
div.DivClassName
{
background-color: #5A0CF8;
}
.BgClassName
{
background-color: #5A0CF8;
}
</style>
border-color css
<style>
span { border-color: #5A0CF8; }
span { border-color: rgb(90,12,248); }
td.TdClassName
{
border-color: #5A0CF8;
}
.TagClassName
{
border-color: #5A0CF8;
}
</style>