Shades of Han Purple #5434FC
Tints of Han Purple #5434FC
RGB
CMYK
RGB Variations
Color information
#5434FC (or 0x5434FC) is known color: Han Purple. HEX triplet: 54, 34 and FC. RGB value is (84,52,252). Sum of RGB (Red+Green+Blue) = 84+52+252=388 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.65% from 388); Green value is 52 (20.70% from 255 or 13.40% from 388); Blue value is 252 (98.83% from 255 or 64.95% from 388); Max value from RGB is 252 - color contains mainly: blue. Hex color #5434FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5434FC is #ABCB03. Grayscale: #535353. Windows color (decimal): -11258628 or 16528468. OLE color: 16528468.
HSL color Cylindrical-coordinate representation of color #5434FC: hue angle of 249.6º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5434FC is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 52 | 252 | - |
| CMYK | 0.67 | 0.79 | 0 | 0.01 |
| HSL | 249.6º | 0.97% | 0.6% | - |
| HSV(B) | 249.6º | 0.79% | 0.99% | - |
| XYZ | 22.45 | 11.37 | 93.11 | - |
| YUV | 84.37 | 222.6 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 52 | 252 | 0.67 | 0.79 | 0 | 0.01 | 249.6 | 0.97 | 0.6 |
| Hex | 54 | 34 | FC | 43 | 4F | 0 | 1 | FA | 61 | 3C |
| Octal | 124 | 64 | 374 | 103 | 117 | 0 | 1 | 372 | 141 | 74 |
| Binary | 1010100 | 110100 | 11111100 | 1000011 | 1001111 | 0 | 1 | 11111010 | 1100001 | 111100 |
Color Harmonies of #5434FC
Complementary color
Monochromatic Colors of #5434FC
Black with #5434FC
Text Example
Text Example
White with #5434FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5434FC; }
p { color: rgb(84,52,252); }
H1.HeaderClassName
{
color: #5434FC;
}
.AnyTagClassName
{
color: #5434FC;
}
</style>
background-color css
<style>
a { background-color: #5434FC; }
a { background-color: rgb(84,52,252); }
div.DivClassName
{
background-color: #5434FC;
}
.BgClassName
{
background-color: #5434FC;
}
</style>
border-color css
<style>
span { border-color: #5434FC; }
span { border-color: rgb(84,52,252); }
td.TdClassName
{
border-color: #5434FC;
}
.TagClassName
{
border-color: #5434FC;
}
</style>