Shades of Han Purple #5A26FC
Tints of Han Purple #5A26FC
RGB
CMYK
RGB Variations
Color information
#5A26FC (or 0x5A26FC) is known color: Han Purple. HEX triplet: 5A, 26 and FC. RGB value is (90,38,252). Sum of RGB (Red+Green+Blue) = 90+38+252=380 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.68% from 380); Green value is 38 (15.23% from 255 or 10% from 380); Blue value is 252 (98.83% from 255 or 66.32% from 380); Max value from RGB is 252 - color contains mainly: blue. Hex color #5A26FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A26FC is #A5D903. Grayscale: #4D4D4D. Windows color (decimal): -10868996 or 16524890. OLE color: 16524890.
HSL color Cylindrical-coordinate representation of color #5A26FC: hue angle of 254.58º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5A26FC is Cyan = 0.64, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 38 | 252 | - |
| CMYK | 0.64 | 0.85 | 0 | 0.01 |
| HSL | 254.58º | 0.97% | 0.57% | - |
| HSV(B) | 254.58º | 0.85% | 0.99% | - |
| XYZ | 22.48 | 10.59 | 92.95 | - |
| YUV | 77.94 | 226.23 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 38 | 252 | 0.64 | 0.85 | 0 | 0.01 | 254.58 | 0.97 | 0.57 |
| Hex | 5A | 26 | FC | 40 | 55 | 0 | 1 | FF | 61 | 39 |
| Octal | 132 | 46 | 374 | 100 | 125 | 0 | 1 | 377 | 141 | 71 |
| Binary | 1011010 | 100110 | 11111100 | 1000000 | 1010101 | 0 | 1 | 11111111 | 1100001 | 111001 |
Color Harmonies of #5A26FC
Complementary color
Monochromatic Colors of #5A26FC
Black with #5A26FC
Text Example
Text Example
White with #5A26FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A26FC; }
p { color: rgb(90,38,252); }
H1.HeaderClassName
{
color: #5A26FC;
}
.AnyTagClassName
{
color: #5A26FC;
}
</style>
background-color css
<style>
a { background-color: #5A26FC; }
a { background-color: rgb(90,38,252); }
div.DivClassName
{
background-color: #5A26FC;
}
.BgClassName
{
background-color: #5A26FC;
}
</style>
border-color css
<style>
span { border-color: #5A26FC; }
span { border-color: rgb(90,38,252); }
td.TdClassName
{
border-color: #5A26FC;
}
.TagClassName
{
border-color: #5A26FC;
}
</style>