Shades of Han Purple #5328EF
Tints of Han Purple #5328EF
RGB
CMYK
RGB Variations
Color information
#5328EF (or 0x5328EF) is known color: Han Purple. HEX triplet: 53, 28 and EF. RGB value is (83,40,239). Sum of RGB (Red+Green+Blue) = 83+40+239=362 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.93% from 362); Green value is 40 (16.02% from 255 or 11.05% from 362); Blue value is 239 (93.75% from 255 or 66.02% from 362); Max value from RGB is 239 - color contains mainly: blue. Hex color #5328EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5328EF is #ACD710. Grayscale: #4A4A4A. Windows color (decimal): -11327249 or 15673427. OLE color: 15673427.
HSL color Cylindrical-coordinate representation of color #5328EF: hue angle of 252.96º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5328EF is Cyan = 0.65, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 83 | 40 | 239 | - |
| CMYK | 0.65 | 0.83 | 0 | 0.06 |
| HSL | 252.96º | 0.86% | 0.55% | - |
| HSV(B) | 252.96º | 0.83% | 0.94% | - |
| XYZ | 19.91 | 9.59 | 82.46 | - |
| YUV | 75.54 | 220.25 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 40 | 239 | 0.65 | 0.83 | 0 | 0.06 | 252.96 | 0.86 | 0.55 |
| Hex | 53 | 28 | EF | 41 | 53 | 0 | 6 | FD | 56 | 37 |
| Octal | 123 | 50 | 357 | 101 | 123 | 0 | 6 | 375 | 126 | 67 |
| Binary | 1010011 | 101000 | 11101111 | 1000001 | 1010011 | 0 | 110 | 11111101 | 1010110 | 110111 |
Color Harmonies of #5328EF
Complementary color
Monochromatic Colors of #5328EF
Black with #5328EF
Text Example
Text Example
White with #5328EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5328EF; }
p { color: rgb(83,40,239); }
H1.HeaderClassName
{
color: #5328EF;
}
.AnyTagClassName
{
color: #5328EF;
}
</style>
background-color css
<style>
a { background-color: #5328EF; }
a { background-color: rgb(83,40,239); }
div.DivClassName
{
background-color: #5328EF;
}
.BgClassName
{
background-color: #5328EF;
}
</style>
border-color css
<style>
span { border-color: #5328EF; }
span { border-color: rgb(83,40,239); }
td.TdClassName
{
border-color: #5328EF;
}
.TagClassName
{
border-color: #5328EF;
}
</style>