Shades of Han Purple #5324EA
Tints of Han Purple #5324EA
RGB
CMYK
RGB Variations
Color information
#5324EA (or 0x5324EA) is known color: Han Purple. HEX triplet: 53, 24 and EA. RGB value is (83,36,234). Sum of RGB (Red+Green+Blue) = 83+36+234=353 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.51% from 353); Green value is 36 (14.45% from 255 or 10.20% from 353); Blue value is 234 (91.80% from 255 or 66.29% from 353); Max value from RGB is 234 - color contains mainly: blue. Hex color #5324EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5324EA is #ACDB15. Grayscale: #474747. Windows color (decimal): -11328278 or 15344723. OLE color: 15344723.
HSL color Cylindrical-coordinate representation of color #5324EA: hue angle of 254.24º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5324EA is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 83 | 36 | 234 | - |
| CMYK | 0.65 | 0.85 | 0 | 0.08 |
| HSL | 254.24º | 0.83% | 0.53% | - |
| HSV(B) | 254.24º | 0.85% | 0.92% | - |
| XYZ | 19.05 | 9.04 | 78.58 | - |
| YUV | 72.63 | 219.07 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 36 | 234 | 0.65 | 0.85 | 0 | 0.08 | 254.24 | 0.83 | 0.53 |
| Hex | 53 | 24 | EA | 41 | 55 | 0 | 8 | FE | 52 | 35 |
| Octal | 123 | 44 | 352 | 101 | 125 | 0 | 10 | 376 | 122 | 65 |
| Binary | 1010011 | 100100 | 11101010 | 1000001 | 1010101 | 0 | 1000 | 11111110 | 1010010 | 110101 |
Color Harmonies of #5324EA
Complementary color
Monochromatic Colors of #5324EA
Black with #5324EA
Text Example
Text Example
White with #5324EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5324EA; }
p { color: rgb(83,36,234); }
H1.HeaderClassName
{
color: #5324EA;
}
.AnyTagClassName
{
color: #5324EA;
}
</style>
background-color css
<style>
a { background-color: #5324EA; }
a { background-color: rgb(83,36,234); }
div.DivClassName
{
background-color: #5324EA;
}
.BgClassName
{
background-color: #5324EA;
}
</style>
border-color css
<style>
span { border-color: #5324EA; }
span { border-color: rgb(83,36,234); }
td.TdClassName
{
border-color: #5324EA;
}
.TagClassName
{
border-color: #5324EA;
}
</style>