Shades of Han Purple #5430E1
Tints of Han Purple #5430E1
RGB
CMYK
RGB Variations
Color information
#5430E1 (or 0x5430E1) is known color: Han Purple. HEX triplet: 54, 30 and E1. RGB value is (84,48,225). Sum of RGB (Red+Green+Blue) = 84+48+225=357 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.53% from 357); Green value is 48 (19.14% from 255 or 13.45% from 357); Blue value is 225 (88.28% from 255 or 63.03% from 357); Max value from RGB is 225 - color contains mainly: blue. Hex color #5430E1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5430E1 is #ABCF1E. Grayscale: #4E4E4E. Windows color (decimal): -11259679 or 14757972. OLE color: 14757972.
HSL color Cylindrical-coordinate representation of color #5430E1: hue angle of 252.2º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5430E1 is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 84 | 48 | 225 | - |
| CMYK | 0.63 | 0.79 | 0 | 0.12 |
| HSL | 252.2º | 0.75% | 0.54% | - |
| HSV(B) | 252.2º | 0.79% | 0.88% | - |
| XYZ | 18.3 | 9.43 | 72.09 | - |
| YUV | 78.94 | 210.43 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 48 | 225 | 0.63 | 0.79 | 0 | 0.12 | 252.2 | 0.75 | 0.54 |
| Hex | 54 | 30 | E1 | 3F | 4F | 0 | C | FC | 4B | 36 |
| Octal | 124 | 60 | 341 | 77 | 117 | 0 | 14 | 374 | 113 | 66 |
| Binary | 1010100 | 110000 | 11100001 | 111111 | 1001111 | 0 | 1100 | 11111100 | 1001011 | 110110 |
Color Harmonies of #5430E1
Complementary color
Monochromatic Colors of #5430E1
Black with #5430E1
Text Example
Text Example
White with #5430E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5430E1; }
p { color: rgb(84,48,225); }
H1.HeaderClassName
{
color: #5430E1;
}
.AnyTagClassName
{
color: #5430E1;
}
</style>
background-color css
<style>
a { background-color: #5430E1; }
a { background-color: rgb(84,48,225); }
div.DivClassName
{
background-color: #5430E1;
}
.BgClassName
{
background-color: #5430E1;
}
</style>
border-color css
<style>
span { border-color: #5430E1; }
span { border-color: rgb(84,48,225); }
td.TdClassName
{
border-color: #5430E1;
}
.TagClassName
{
border-color: #5430E1;
}
</style>