Shades of Han Purple #5324E3
Tints of Han Purple #5324E3
RGB
CMYK
RGB Variations
Color information
#5324E3 (or 0x5324E3) is known color: Han Purple. HEX triplet: 53, 24 and E3. RGB value is (83,36,227). Sum of RGB (Red+Green+Blue) = 83+36+227=346 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.99% from 346); Green value is 36 (14.45% from 255 or 10.40% from 346); Blue value is 227 (89.06% from 255 or 65.61% from 346); Max value from RGB is 227 - color contains mainly: blue. Hex color #5324E3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5324E3 is #ACDB1C. Grayscale: #474747. Windows color (decimal): -11328285 or 14885971. OLE color: 14885971.
HSL color Cylindrical-coordinate representation of color #5324E3: hue angle of 254.76º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5324E3 is Cyan = 0.63, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 83 | 36 | 227 | - |
| CMYK | 0.63 | 0.84 | 0 | 0.11 |
| HSL | 254.76º | 0.77% | 0.52% | - |
| HSV(B) | 254.76º | 0.84% | 0.89% | - |
| XYZ | 18.06 | 8.65 | 73.39 | - |
| YUV | 71.83 | 215.57 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 36 | 227 | 0.63 | 0.84 | 0 | 0.11 | 254.76 | 0.77 | 0.52 |
| Hex | 53 | 24 | E3 | 3F | 54 | 0 | B | FF | 4D | 34 |
| Octal | 123 | 44 | 343 | 77 | 124 | 0 | 13 | 377 | 115 | 64 |
| Binary | 1010011 | 100100 | 11100011 | 111111 | 1010100 | 0 | 1011 | 11111111 | 1001101 | 110100 |
Color Harmonies of #5324E3
Complementary color
Monochromatic Colors of #5324E3
Black with #5324E3
Text Example
Text Example
White with #5324E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5324E3; }
p { color: rgb(83,36,227); }
H1.HeaderClassName
{
color: #5324E3;
}
.AnyTagClassName
{
color: #5324E3;
}
</style>
background-color css
<style>
a { background-color: #5324E3; }
a { background-color: rgb(83,36,227); }
div.DivClassName
{
background-color: #5324E3;
}
.BgClassName
{
background-color: #5324E3;
}
</style>
border-color css
<style>
span { border-color: #5324E3; }
span { border-color: rgb(83,36,227); }
td.TdClassName
{
border-color: #5324E3;
}
.TagClassName
{
border-color: #5324E3;
}
</style>