Shades of Han Purple #5328EB
Tints of Han Purple #5328EB
RGB
CMYK
RGB Variations
Color information
#5328EB (or 0x5328EB) is known color: Han Purple. HEX triplet: 53, 28 and EB. RGB value is (83,40,235). Sum of RGB (Red+Green+Blue) = 83+40+235=358 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.18% from 358); Green value is 40 (16.02% from 255 or 11.17% from 358); Blue value is 235 (92.19% from 255 or 65.64% from 358); Max value from RGB is 235 - color contains mainly: blue. Hex color #5328EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5328EB is #ACD714. Grayscale: #4A4A4A. Windows color (decimal): -11327253 or 15411283. OLE color: 15411283.
HSL color Cylindrical-coordinate representation of color #5328EB: hue angle of 253.23º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5328EB is Cyan = 0.65, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 83 | 40 | 235 | - |
| CMYK | 0.65 | 0.83 | 0 | 0.08 |
| HSL | 253.23º | 0.83% | 0.54% | - |
| HSV(B) | 253.23º | 0.83% | 0.92% | - |
| XYZ | 19.32 | 9.35 | 79.38 | - |
| YUV | 75.09 | 218.25 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 40 | 235 | 0.65 | 0.83 | 0 | 0.08 | 253.23 | 0.83 | 0.54 |
| Hex | 53 | 28 | EB | 41 | 53 | 0 | 8 | FD | 53 | 36 |
| Octal | 123 | 50 | 353 | 101 | 123 | 0 | 10 | 375 | 123 | 66 |
| Binary | 1010011 | 101000 | 11101011 | 1000001 | 1010011 | 0 | 1000 | 11111101 | 1010011 | 110110 |
Color Harmonies of #5328EB
Complementary color
Monochromatic Colors of #5328EB
Black with #5328EB
Text Example
Text Example
White with #5328EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5328EB; }
p { color: rgb(83,40,235); }
H1.HeaderClassName
{
color: #5328EB;
}
.AnyTagClassName
{
color: #5328EB;
}
</style>
background-color css
<style>
a { background-color: #5328EB; }
a { background-color: rgb(83,40,235); }
div.DivClassName
{
background-color: #5328EB;
}
.BgClassName
{
background-color: #5328EB;
}
</style>
border-color css
<style>
span { border-color: #5328EB; }
span { border-color: rgb(83,40,235); }
td.TdClassName
{
border-color: #5328EB;
}
.TagClassName
{
border-color: #5328EB;
}
</style>