Shades of Han Purple #5427EA
Tints of Han Purple #5427EA
RGB
CMYK
RGB Variations
Color information
#5427EA (or 0x5427EA) is known color: Han Purple. HEX triplet: 54, 27 and EA. RGB value is (84,39,234). Sum of RGB (Red+Green+Blue) = 84+39+234=357 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.53% from 357); Green value is 39 (15.62% from 255 or 10.92% from 357); Blue value is 234 (91.80% from 255 or 65.55% from 357); Max value from RGB is 234 - color contains mainly: blue. Hex color #5427EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5427EA is #ABD815. Grayscale: #494949. Windows color (decimal): -11261974 or 15345492. OLE color: 15345492.
HSL color Cylindrical-coordinate representation of color #5427EA: hue angle of 253.85º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5427EA is Cyan = 0.64, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 84 | 39 | 234 | - |
| CMYK | 0.64 | 0.83 | 0 | 0.08 |
| HSL | 253.85º | 0.82% | 0.54% | - |
| HSV(B) | 253.85º | 0.83% | 0.92% | - |
| XYZ | 19.23 | 9.28 | 78.62 | - |
| YUV | 74.69 | 217.91 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 39 | 234 | 0.64 | 0.83 | 0 | 0.08 | 253.85 | 0.82 | 0.54 |
| Hex | 54 | 27 | EA | 40 | 53 | 0 | 8 | FE | 52 | 36 |
| Octal | 124 | 47 | 352 | 100 | 123 | 0 | 10 | 376 | 122 | 66 |
| Binary | 1010100 | 100111 | 11101010 | 1000000 | 1010011 | 0 | 1000 | 11111110 | 1010010 | 110110 |
Color Harmonies of #5427EA
Complementary color
Monochromatic Colors of #5427EA
Black with #5427EA
Text Example
Text Example
White with #5427EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5427EA; }
p { color: rgb(84,39,234); }
H1.HeaderClassName
{
color: #5427EA;
}
.AnyTagClassName
{
color: #5427EA;
}
</style>
background-color css
<style>
a { background-color: #5427EA; }
a { background-color: rgb(84,39,234); }
div.DivClassName
{
background-color: #5427EA;
}
.BgClassName
{
background-color: #5427EA;
}
</style>
border-color css
<style>
span { border-color: #5427EA; }
span { border-color: rgb(84,39,234); }
td.TdClassName
{
border-color: #5427EA;
}
.TagClassName
{
border-color: #5427EA;
}
</style>