Shades of Han Purple #5334E4
Tints of Han Purple #5334E4
RGB
CMYK
RGB Variations
Color information
#5334E4 (or 0x5334E4) is known color: Han Purple. HEX triplet: 53, 34 and E4. RGB value is (83,52,228). Sum of RGB (Red+Green+Blue) = 83+52+228=363 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.87% from 363); Green value is 52 (20.70% from 255 or 14.33% from 363); Blue value is 228 (89.45% from 255 or 62.81% from 363); Max value from RGB is 228 - color contains mainly: blue. Hex color #5334E4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5334E4 is #ACCB1B. Grayscale: #505050. Windows color (decimal): -11324188 or 14955603. OLE color: 14955603.
HSL color Cylindrical-coordinate representation of color #5334E4: hue angle of 250.57º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5334E4 is Cyan = 0.64, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 83 | 52 | 228 | - |
| CMYK | 0.64 | 0.77 | 0 | 0.11 |
| HSL | 250.57º | 0.77% | 0.55% | - |
| HSV(B) | 250.57º | 0.77% | 0.89% | - |
| XYZ | 18.8 | 9.9 | 74.32 | - |
| YUV | 81.33 | 210.77 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 52 | 228 | 0.64 | 0.77 | 0 | 0.11 | 250.57 | 0.77 | 0.55 |
| Hex | 53 | 34 | E4 | 40 | 4D | 0 | B | FB | 4D | 37 |
| Octal | 123 | 64 | 344 | 100 | 115 | 0 | 13 | 373 | 115 | 67 |
| Binary | 1010011 | 110100 | 11100100 | 1000000 | 1001101 | 0 | 1011 | 11111011 | 1001101 | 110111 |
Color Harmonies of #5334E4
Complementary color
Monochromatic Colors of #5334E4
Black with #5334E4
Text Example
Text Example
White with #5334E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5334E4; }
p { color: rgb(83,52,228); }
H1.HeaderClassName
{
color: #5334E4;
}
.AnyTagClassName
{
color: #5334E4;
}
</style>
background-color css
<style>
a { background-color: #5334E4; }
a { background-color: rgb(83,52,228); }
div.DivClassName
{
background-color: #5334E4;
}
.BgClassName
{
background-color: #5334E4;
}
</style>
border-color css
<style>
span { border-color: #5334E4; }
span { border-color: rgb(83,52,228); }
td.TdClassName
{
border-color: #5334E4;
}
.TagClassName
{
border-color: #5334E4;
}
</style>