Shades of Han Purple #5430EA
Tints of Han Purple #5430EA
RGB
CMYK
RGB Variations
Color information
#5430EA (or 0x5430EA) is known color: Han Purple. HEX triplet: 54, 30 and EA. RGB value is (84,48,234). Sum of RGB (Red+Green+Blue) = 84+48+234=366 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.95% from 366); Green value is 48 (19.14% from 255 or 13.11% from 366); Blue value is 234 (91.80% from 255 or 63.93% from 366); Max value from RGB is 234 - color contains mainly: blue. Hex color #5430EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5430EA is #ABCF15. Grayscale: #4F4F4F. Windows color (decimal): -11259670 or 15347796. OLE color: 15347796.
HSL color Cylindrical-coordinate representation of color #5430EA: hue angle of 251.61º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5430EA is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 84 | 48 | 234 | - |
| CMYK | 0.64 | 0.79 | 0 | 0.08 |
| HSL | 251.61º | 0.82% | 0.55% | - |
| HSV(B) | 251.61º | 0.79% | 0.92% | - |
| XYZ | 19.56 | 9.94 | 78.73 | - |
| YUV | 79.97 | 214.93 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 48 | 234 | 0.64 | 0.79 | 0 | 0.08 | 251.61 | 0.82 | 0.55 |
| Hex | 54 | 30 | EA | 40 | 4F | 0 | 8 | FC | 52 | 37 |
| Octal | 124 | 60 | 352 | 100 | 117 | 0 | 10 | 374 | 122 | 67 |
| Binary | 1010100 | 110000 | 11101010 | 1000000 | 1001111 | 0 | 1000 | 11111100 | 1010010 | 110111 |
Color Harmonies of #5430EA
Complementary color
Monochromatic Colors of #5430EA
Black with #5430EA
Text Example
Text Example
White with #5430EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5430EA; }
p { color: rgb(84,48,234); }
H1.HeaderClassName
{
color: #5430EA;
}
.AnyTagClassName
{
color: #5430EA;
}
</style>
background-color css
<style>
a { background-color: #5430EA; }
a { background-color: rgb(84,48,234); }
div.DivClassName
{
background-color: #5430EA;
}
.BgClassName
{
background-color: #5430EA;
}
</style>
border-color css
<style>
span { border-color: #5430EA; }
span { border-color: rgb(84,48,234); }
td.TdClassName
{
border-color: #5430EA;
}
.TagClassName
{
border-color: #5430EA;
}
</style>