Shades of Han Purple #5324ED
Tints of Han Purple #5324ED
RGB
CMYK
RGB Variations
Color information
#5324ED (or 0x5324ED) is known color: Han Purple. HEX triplet: 53, 24 and ED. RGB value is (83,36,237). Sum of RGB (Red+Green+Blue) = 83+36+237=356 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.31% from 356); Green value is 36 (14.45% from 255 or 10.11% 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 #5324ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5324ED is #ACDB12. Grayscale: #484848. Windows color (decimal): -11328275 or 15541331. OLE color: 15541331.
HSL color Cylindrical-coordinate representation of color #5324ED: hue angle of 254.03º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5324ED is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 36 | 237 | - |
| CMYK | 0.65 | 0.85 | 0 | 0.07 |
| HSL | 254.03º | 0.85% | 0.54% | - |
| HSV(B) | 254.03º | 0.85% | 0.93% | - |
| XYZ | 19.48 | 9.22 | 80.87 | - |
| YUV | 72.97 | 220.57 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 36 | 237 | 0.65 | 0.85 | 0 | 0.07 | 254.03 | 0.85 | 0.54 |
| Hex | 53 | 24 | ED | 41 | 55 | 0 | 7 | FE | 55 | 36 |
| Octal | 123 | 44 | 355 | 101 | 125 | 0 | 7 | 376 | 125 | 66 |
| Binary | 1010011 | 100100 | 11101101 | 1000001 | 1010101 | 0 | 111 | 11111110 | 1010101 | 110110 |
Color Harmonies of #5324ED
Complementary color
Monochromatic Colors of #5324ED
Black with #5324ED
Text Example
Text Example
White with #5324ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5324ED; }
p { color: rgb(83,36,237); }
H1.HeaderClassName
{
color: #5324ED;
}
.AnyTagClassName
{
color: #5324ED;
}
</style>
background-color css
<style>
a { background-color: #5324ED; }
a { background-color: rgb(83,36,237); }
div.DivClassName
{
background-color: #5324ED;
}
.BgClassName
{
background-color: #5324ED;
}
</style>
border-color css
<style>
span { border-color: #5324ED; }
span { border-color: rgb(83,36,237); }
td.TdClassName
{
border-color: #5324ED;
}
.TagClassName
{
border-color: #5324ED;
}
</style>