Shades of Han Purple #5423ED
Tints of Han Purple #5423ED
RGB
CMYK
RGB Variations
Color information
#5423ED (or 0x5423ED) is known color: Han Purple. HEX triplet: 54, 23 and ED. RGB value is (84,35,237). Sum of RGB (Red+Green+Blue) = 84+35+237=356 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.60% from 356); Green value is 35 (14.06% from 255 or 9.83% from 356); Blue value is 237 (92.97% from 255 or 66.57% from 356); Max value from RGB is 237 - color contains mainly: blue. Hex color #5423ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5423ED is #ABDC12. Grayscale: #474747. Windows color (decimal): -11262995 or 15541076. OLE color: 15541076.
HSL color Cylindrical-coordinate representation of color #5423ED: hue angle of 254.55º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5423ED is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 35 | 237 | - |
| CMYK | 0.65 | 0.85 | 0 | 0.07 |
| HSL | 254.55º | 0.85% | 0.53% | - |
| HSV(B) | 254.55º | 0.85% | 0.93% | - |
| XYZ | 19.54 | 9.2 | 80.87 | - |
| YUV | 72.68 | 220.73 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 35 | 237 | 0.65 | 0.85 | 0 | 0.07 | 254.55 | 0.85 | 0.53 |
| Hex | 54 | 23 | ED | 41 | 55 | 0 | 7 | FF | 55 | 35 |
| Octal | 124 | 43 | 355 | 101 | 125 | 0 | 7 | 377 | 125 | 65 |
| Binary | 1010100 | 100011 | 11101101 | 1000001 | 1010101 | 0 | 111 | 11111111 | 1010101 | 110101 |
Color Harmonies of #5423ED
Complementary color
Monochromatic Colors of #5423ED
Black with #5423ED
Text Example
Text Example
White with #5423ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5423ED; }
p { color: rgb(84,35,237); }
H1.HeaderClassName
{
color: #5423ED;
}
.AnyTagClassName
{
color: #5423ED;
}
</style>
background-color css
<style>
a { background-color: #5423ED; }
a { background-color: rgb(84,35,237); }
div.DivClassName
{
background-color: #5423ED;
}
.BgClassName
{
background-color: #5423ED;
}
</style>
border-color css
<style>
span { border-color: #5423ED; }
span { border-color: rgb(84,35,237); }
td.TdClassName
{
border-color: #5423ED;
}
.TagClassName
{
border-color: #5423ED;
}
</style>