Shades of Han Purple #5A14FF
Tints of Han Purple #5A14FF
RGB
CMYK
RGB Variations
Color information
#5A14FF (or 0x5A14FF) is known color: Han Purple. HEX triplet: 5A, 14 and FF. RGB value is (90,20,255). Sum of RGB (Red+Green+Blue) = 90+20+255=365 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.66% from 365); Green value is 20 (8.20% from 255 or 5.48% from 365); Blue value is 255 (100% from 255 or 69.86% from 365); Max value from RGB is 255 - color contains mainly: blue. Hex color #5A14FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A14FF is #A5EB00. Grayscale: #424242. Windows color (decimal): -10873601 or 16716890. OLE color: 16716890.
HSL color Cylindrical-coordinate representation of color #5A14FF: hue angle of 257.87º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5A14FF is Cyan = 0.65, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 90 | 20 | 255 | - |
| CMYK | 0.65 | 0.92 | 0 | 0 |
| HSL | 257.87º | 1% | 0.54% | - |
| HSV(B) | 257.87º | 0.92% | 1% | - |
| XYZ | 22.52 | 9.89 | 95.33 | - |
| YUV | 67.72 | 233.69 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 20 | 255 | 0.65 | 0.92 | 0 | 0 | 257.87 | 1 | 0.54 |
| Hex | 5A | 14 | FF | 41 | 5C | 0 | 0 | 102 | 64 | 36 |
| Octal | 132 | 24 | 377 | 101 | 134 | 0 | 0 | 402 | 144 | 66 |
| Binary | 1011010 | 10100 | 11111111 | 1000001 | 1011100 | 0 | 0 | 100000010 | 1100100 | 110110 |
Color Harmonies of #5A14FF
Complementary color
Monochromatic Colors of #5A14FF
Black with #5A14FF
Text Example
Text Example
White with #5A14FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A14FF; }
p { color: rgb(90,20,255); }
H1.HeaderClassName
{
color: #5A14FF;
}
.AnyTagClassName
{
color: #5A14FF;
}
</style>
background-color css
<style>
a { background-color: #5A14FF; }
a { background-color: rgb(90,20,255); }
div.DivClassName
{
background-color: #5A14FF;
}
.BgClassName
{
background-color: #5A14FF;
}
</style>
border-color css
<style>
span { border-color: #5A14FF; }
span { border-color: rgb(90,20,255); }
td.TdClassName
{
border-color: #5A14FF;
}
.TagClassName
{
border-color: #5A14FF;
}
</style>