Shades of Han Purple #5334EF
Tints of Han Purple #5334EF
RGB
CMYK
RGB Variations
Color information
#5334EF (or 0x5334EF) is known color: Han Purple. HEX triplet: 53, 34 and EF. RGB value is (83,52,239). Sum of RGB (Red+Green+Blue) = 83+52+239=374 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.19% from 374); Green value is 52 (20.70% from 255 or 13.90% from 374); Blue value is 239 (93.75% from 255 or 63.90% from 374); Max value from RGB is 239 - color contains mainly: blue. Hex color #5334EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5334EF is #ACCB10. Grayscale: #515151. Windows color (decimal): -11324177 or 15676499. OLE color: 15676499.
HSL color Cylindrical-coordinate representation of color #5334EF: hue angle of 249.95º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5334EF is Cyan = 0.65, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 83 | 52 | 239 | - |
| CMYK | 0.65 | 0.78 | 0 | 0.06 |
| HSL | 249.95º | 0.85% | 0.57% | - |
| HSV(B) | 249.95º | 0.78% | 0.94% | - |
| XYZ | 20.38 | 10.53 | 82.62 | - |
| YUV | 82.59 | 216.27 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 52 | 239 | 0.65 | 0.78 | 0 | 0.06 | 249.95 | 0.85 | 0.57 |
| Hex | 53 | 34 | EF | 41 | 4E | 0 | 6 | FA | 55 | 39 |
| Octal | 123 | 64 | 357 | 101 | 116 | 0 | 6 | 372 | 125 | 71 |
| Binary | 1010011 | 110100 | 11101111 | 1000001 | 1001110 | 0 | 110 | 11111010 | 1010101 | 111001 |
Color Harmonies of #5334EF
Complementary color
Monochromatic Colors of #5334EF
Black with #5334EF
Text Example
Text Example
White with #5334EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5334EF; }
p { color: rgb(83,52,239); }
H1.HeaderClassName
{
color: #5334EF;
}
.AnyTagClassName
{
color: #5334EF;
}
</style>
background-color css
<style>
a { background-color: #5334EF; }
a { background-color: rgb(83,52,239); }
div.DivClassName
{
background-color: #5334EF;
}
.BgClassName
{
background-color: #5334EF;
}
</style>
border-color css
<style>
span { border-color: #5334EF; }
span { border-color: rgb(83,52,239); }
td.TdClassName
{
border-color: #5334EF;
}
.TagClassName
{
border-color: #5334EF;
}
</style>