Shades of Han Purple #5426FA
Tints of Han Purple #5426FA
RGB
CMYK
RGB Variations
Color information
#5426FA (or 0x5426FA) is known color: Han Purple. HEX triplet: 54, 26 and FA. RGB value is (84,38,250). Sum of RGB (Red+Green+Blue) = 84+38+250=372 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.58% from 372); Green value is 38 (15.23% from 255 or 10.22% from 372); Blue value is 250 (98.05% from 255 or 67.20% from 372); Max value from RGB is 250 - color contains mainly: blue. Hex color #5426FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5426FA is #ABD905. Grayscale: #4B4B4B. Windows color (decimal): -11262214 or 16393812. OLE color: 16393812.
HSL color Cylindrical-coordinate representation of color #5426FA: hue angle of 253.02º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5426FA is Cyan = 0.66, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 38 | 250 | - |
| CMYK | 0.66 | 0.85 | 0 | 0.02 |
| HSL | 253.02º | 0.95% | 0.56% | - |
| HSV(B) | 253.02º | 0.85% | 0.98% | - |
| XYZ | 21.6 | 10.17 | 91.27 | - |
| YUV | 75.92 | 226.24 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 38 | 250 | 0.66 | 0.85 | 0 | 0.02 | 253.02 | 0.95 | 0.56 |
| Hex | 54 | 26 | FA | 42 | 55 | 0 | 2 | FD | 5F | 38 |
| Octal | 124 | 46 | 372 | 102 | 125 | 0 | 2 | 375 | 137 | 70 |
| Binary | 1010100 | 100110 | 11111010 | 1000010 | 1010101 | 0 | 10 | 11111101 | 1011111 | 111000 |
Color Harmonies of #5426FA
Complementary color
Monochromatic Colors of #5426FA
Black with #5426FA
Text Example
Text Example
White with #5426FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5426FA; }
p { color: rgb(84,38,250); }
H1.HeaderClassName
{
color: #5426FA;
}
.AnyTagClassName
{
color: #5426FA;
}
</style>
background-color css
<style>
a { background-color: #5426FA; }
a { background-color: rgb(84,38,250); }
div.DivClassName
{
background-color: #5426FA;
}
.BgClassName
{
background-color: #5426FA;
}
</style>
border-color css
<style>
span { border-color: #5426FA; }
span { border-color: rgb(84,38,250); }
td.TdClassName
{
border-color: #5426FA;
}
.TagClassName
{
border-color: #5426FA;
}
</style>