Shades of Han Purple #5430E2
Tints of Han Purple #5430E2
RGB
CMYK
RGB Variations
Color information
#5430E2 (or 0x5430E2) is known color: Han Purple. HEX triplet: 54, 30 and E2. RGB value is (84,48,226). Sum of RGB (Red+Green+Blue) = 84+48+226=358 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.46% from 358); Green value is 48 (19.14% from 255 or 13.41% from 358); Blue value is 226 (88.67% from 255 or 63.13% from 358); Max value from RGB is 226 - color contains mainly: blue. Hex color #5430E2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5430E2 is #ABCF1D. Grayscale: #4E4E4E. Windows color (decimal): -11259678 or 14823508. OLE color: 14823508.
HSL color Cylindrical-coordinate representation of color #5430E2: hue angle of 252.13º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5430E2 is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 84 | 48 | 226 | - |
| CMYK | 0.63 | 0.79 | 0 | 0.11 |
| HSL | 252.13º | 0.75% | 0.54% | - |
| HSV(B) | 252.13º | 0.79% | 0.89% | - |
| XYZ | 18.44 | 9.49 | 72.81 | - |
| YUV | 79.06 | 210.93 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 48 | 226 | 0.63 | 0.79 | 0 | 0.11 | 252.13 | 0.75 | 0.54 |
| Hex | 54 | 30 | E2 | 3F | 4F | 0 | B | FC | 4B | 36 |
| Octal | 124 | 60 | 342 | 77 | 117 | 0 | 13 | 374 | 113 | 66 |
| Binary | 1010100 | 110000 | 11100010 | 111111 | 1001111 | 0 | 1011 | 11111100 | 1001011 | 110110 |
Color Harmonies of #5430E2
Complementary color
Monochromatic Colors of #5430E2
Black with #5430E2
Text Example
Text Example
White with #5430E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5430E2; }
p { color: rgb(84,48,226); }
H1.HeaderClassName
{
color: #5430E2;
}
.AnyTagClassName
{
color: #5430E2;
}
</style>
background-color css
<style>
a { background-color: #5430E2; }
a { background-color: rgb(84,48,226); }
div.DivClassName
{
background-color: #5430E2;
}
.BgClassName
{
background-color: #5430E2;
}
</style>
border-color css
<style>
span { border-color: #5430E2; }
span { border-color: rgb(84,48,226); }
td.TdClassName
{
border-color: #5430E2;
}
.TagClassName
{
border-color: #5430E2;
}
</style>