Shades of Han Purple #5422FA
Tints of Han Purple #5422FA
RGB
CMYK
RGB Variations
Color information
#5422FA (or 0x5422FA) is known color: Han Purple. HEX triplet: 54, 22 and FA. RGB value is (84,34,250). Sum of RGB (Red+Green+Blue) = 84+34+250=368 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.83% from 368); Green value is 34 (13.67% from 255 or 9.24% from 368); Blue value is 250 (98.05% from 255 or 67.93% from 368); Max value from RGB is 250 - color contains mainly: blue. Hex color #5422FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5422FA is #ABDD05. Grayscale: #484848. Windows color (decimal): -11263238 or 16392788. OLE color: 16392788.
HSL color Cylindrical-coordinate representation of color #5422FA: hue angle of 253.89º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5422FA is Cyan = 0.66, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 34 | 250 | - |
| CMYK | 0.66 | 0.86 | 0 | 0.02 |
| HSL | 253.89º | 0.96% | 0.56% | - |
| HSV(B) | 253.89º | 0.86% | 0.98% | - |
| XYZ | 21.48 | 9.93 | 91.23 | - |
| YUV | 73.57 | 227.57 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 34 | 250 | 0.66 | 0.86 | 0 | 0.02 | 253.89 | 0.96 | 0.56 |
| Hex | 54 | 22 | FA | 42 | 56 | 0 | 2 | FE | 60 | 38 |
| Octal | 124 | 42 | 372 | 102 | 126 | 0 | 2 | 376 | 140 | 70 |
| Binary | 1010100 | 100010 | 11111010 | 1000010 | 1010110 | 0 | 10 | 11111110 | 1100000 | 111000 |
Color Harmonies of #5422FA
Complementary color
Monochromatic Colors of #5422FA
Black with #5422FA
Text Example
Text Example
White with #5422FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5422FA; }
p { color: rgb(84,34,250); }
H1.HeaderClassName
{
color: #5422FA;
}
.AnyTagClassName
{
color: #5422FA;
}
</style>
background-color css
<style>
a { background-color: #5422FA; }
a { background-color: rgb(84,34,250); }
div.DivClassName
{
background-color: #5422FA;
}
.BgClassName
{
background-color: #5422FA;
}
</style>
border-color css
<style>
span { border-color: #5422FA; }
span { border-color: rgb(84,34,250); }
td.TdClassName
{
border-color: #5422FA;
}
.TagClassName
{
border-color: #5422FA;
}
</style>