Shades of Han Purple #5434FA
Tints of Han Purple #5434FA
RGB
CMYK
RGB Variations
Color information
#5434FA (or 0x5434FA) is known color: Han Purple. HEX triplet: 54, 34 and FA. RGB value is (84,52,250). Sum of RGB (Red+Green+Blue) = 84+52+250=386 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.76% from 386); Green value is 52 (20.70% from 255 or 13.47% from 386); Blue value is 250 (98.05% from 255 or 64.77% from 386); Max value from RGB is 250 - color contains mainly: blue. Hex color #5434FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5434FA is #ABCB05. Grayscale: #535353. Windows color (decimal): -11258630 or 16397396. OLE color: 16397396.
HSL color Cylindrical-coordinate representation of color #5434FA: hue angle of 249.7º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5434FA is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 52 | 250 | - |
| CMYK | 0.66 | 0.79 | 0 | 0.02 |
| HSL | 249.7º | 0.95% | 0.59% | - |
| HSV(B) | 249.7º | 0.79% | 0.98% | - |
| XYZ | 22.14 | 11.24 | 91.45 | - |
| YUV | 84.14 | 221.6 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 52 | 250 | 0.66 | 0.79 | 0 | 0.02 | 249.7 | 0.95 | 0.59 |
| Hex | 54 | 34 | FA | 42 | 4F | 0 | 2 | FA | 5F | 3B |
| Octal | 124 | 64 | 372 | 102 | 117 | 0 | 2 | 372 | 137 | 73 |
| Binary | 1010100 | 110100 | 11111010 | 1000010 | 1001111 | 0 | 10 | 11111010 | 1011111 | 111011 |
Color Harmonies of #5434FA
Complementary color
Monochromatic Colors of #5434FA
Black with #5434FA
Text Example
Text Example
White with #5434FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5434FA; }
p { color: rgb(84,52,250); }
H1.HeaderClassName
{
color: #5434FA;
}
.AnyTagClassName
{
color: #5434FA;
}
</style>
background-color css
<style>
a { background-color: #5434FA; }
a { background-color: rgb(84,52,250); }
div.DivClassName
{
background-color: #5434FA;
}
.BgClassName
{
background-color: #5434FA;
}
</style>
border-color css
<style>
span { border-color: #5434FA; }
span { border-color: rgb(84,52,250); }
td.TdClassName
{
border-color: #5434FA;
}
.TagClassName
{
border-color: #5434FA;
}
</style>