Shades of Han Purple #5434E0
Tints of Han Purple #5434E0
RGB
CMYK
RGB Variations
Color information
#5434E0 (or 0x5434E0) is known color: Han Purple. HEX triplet: 54, 34 and E0. RGB value is (84,52,224). Sum of RGB (Red+Green+Blue) = 84+52+224=360 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.33% from 360); Green value is 52 (20.70% from 255 or 14.44% from 360); Blue value is 224 (87.89% from 255 or 62.22% from 360); Max value from RGB is 224 - color contains mainly: blue. Hex color #5434E0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5434E0 is #ABCB1F. Grayscale: #505050. Windows color (decimal): -11258656 or 14693460. OLE color: 14693460.
HSL color Cylindrical-coordinate representation of color #5434E0: hue angle of 251.16º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5434E0 is Cyan = 0.62, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 84 | 52 | 224 | - |
| CMYK | 0.62 | 0.77 | 0 | 0.12 |
| HSL | 251.16º | 0.74% | 0.54% | - |
| HSV(B) | 251.16º | 0.77% | 0.88% | - |
| XYZ | 18.34 | 9.72 | 71.43 | - |
| YUV | 81.18 | 208.6 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 52 | 224 | 0.62 | 0.77 | 0 | 0.12 | 251.16 | 0.74 | 0.54 |
| Hex | 54 | 34 | E0 | 3E | 4D | 0 | C | FB | 4A | 36 |
| Octal | 124 | 64 | 340 | 76 | 115 | 0 | 14 | 373 | 112 | 66 |
| Binary | 1010100 | 110100 | 11100000 | 111110 | 1001101 | 0 | 1100 | 11111011 | 1001010 | 110110 |
Color Harmonies of #5434E0
Complementary color
Monochromatic Colors of #5434E0
Black with #5434E0
Text Example
Text Example
White with #5434E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5434E0; }
p { color: rgb(84,52,224); }
H1.HeaderClassName
{
color: #5434E0;
}
.AnyTagClassName
{
color: #5434E0;
}
</style>
background-color css
<style>
a { background-color: #5434E0; }
a { background-color: rgb(84,52,224); }
div.DivClassName
{
background-color: #5434E0;
}
.BgClassName
{
background-color: #5434E0;
}
</style>
border-color css
<style>
span { border-color: #5434E0; }
span { border-color: rgb(84,52,224); }
td.TdClassName
{
border-color: #5434E0;
}
.TagClassName
{
border-color: #5434E0;
}
</style>