Shades of Han Purple #5434F9
Tints of Han Purple #5434F9
RGB
CMYK
RGB Variations
Color information
#5434F9 (or 0x5434F9) is known color: Han Purple. HEX triplet: 54, 34 and F9. RGB value is (84,52,249). Sum of RGB (Red+Green+Blue) = 84+52+249=385 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.82% from 385); Green value is 52 (20.70% from 255 or 13.51% from 385); Blue value is 249 (97.66% from 255 or 64.68% from 385); Max value from RGB is 249 - color contains mainly: blue. Hex color #5434F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5434F9 is #ABCB06. Grayscale: #535353. Windows color (decimal): -11258631 or 16331860. OLE color: 16331860.
HSL color Cylindrical-coordinate representation of color #5434F9: hue angle of 249.75º degrees, saturation: 0.94, 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 #5434F9 is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 52 | 249 | - |
| CMYK | 0.66 | 0.79 | 0 | 0.02 |
| HSL | 249.75º | 0.94% | 0.59% | - |
| HSV(B) | 249.75º | 0.79% | 0.98% | - |
| XYZ | 21.98 | 11.18 | 90.62 | - |
| YUV | 84.03 | 221.1 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 52 | 249 | 0.66 | 0.79 | 0 | 0.02 | 249.75 | 0.94 | 0.59 |
| Hex | 54 | 34 | F9 | 42 | 4F | 0 | 2 | FA | 5E | 3B |
| Octal | 124 | 64 | 371 | 102 | 117 | 0 | 2 | 372 | 136 | 73 |
| Binary | 1010100 | 110100 | 11111001 | 1000010 | 1001111 | 0 | 10 | 11111010 | 1011110 | 111011 |
Color Harmonies of #5434F9
Complementary color
Monochromatic Colors of #5434F9
Black with #5434F9
Text Example
Text Example
White with #5434F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5434F9; }
p { color: rgb(84,52,249); }
H1.HeaderClassName
{
color: #5434F9;
}
.AnyTagClassName
{
color: #5434F9;
}
</style>
background-color css
<style>
a { background-color: #5434F9; }
a { background-color: rgb(84,52,249); }
div.DivClassName
{
background-color: #5434F9;
}
.BgClassName
{
background-color: #5434F9;
}
</style>
border-color css
<style>
span { border-color: #5434F9; }
span { border-color: rgb(84,52,249); }
td.TdClassName
{
border-color: #5434F9;
}
.TagClassName
{
border-color: #5434F9;
}
</style>