Shades of Han Purple #5334EB
Tints of Han Purple #5334EB
RGB
CMYK
RGB Variations
Color information
#5334EB (or 0x5334EB) is known color: Han Purple. HEX triplet: 53, 34 and EB. RGB value is (83,52,235). Sum of RGB (Red+Green+Blue) = 83+52+235=370 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.43% from 370); Green value is 52 (20.70% from 255 or 14.05% from 370); Blue value is 235 (92.19% from 255 or 63.51% from 370); Max value from RGB is 235 - color contains mainly: blue. Hex color #5334EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5334EB is #ACCB14. Grayscale: #515151. Windows color (decimal): -11324181 or 15414355. OLE color: 15414355.
HSL color Cylindrical-coordinate representation of color #5334EB: hue angle of 250.16º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5334EB is Cyan = 0.65, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 83 | 52 | 235 | - |
| CMYK | 0.65 | 0.78 | 0 | 0.08 |
| HSL | 250.16º | 0.82% | 0.56% | - |
| HSV(B) | 250.16º | 0.78% | 0.92% | - |
| XYZ | 19.79 | 10.29 | 79.54 | - |
| YUV | 82.13 | 214.27 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 52 | 235 | 0.65 | 0.78 | 0 | 0.08 | 250.16 | 0.82 | 0.56 |
| Hex | 53 | 34 | EB | 41 | 4E | 0 | 8 | FA | 52 | 38 |
| Octal | 123 | 64 | 353 | 101 | 116 | 0 | 10 | 372 | 122 | 70 |
| Binary | 1010011 | 110100 | 11101011 | 1000001 | 1001110 | 0 | 1000 | 11111010 | 1010010 | 111000 |
Color Harmonies of #5334EB
Complementary color
Monochromatic Colors of #5334EB
Black with #5334EB
Text Example
Text Example
White with #5334EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5334EB; }
p { color: rgb(83,52,235); }
H1.HeaderClassName
{
color: #5334EB;
}
.AnyTagClassName
{
color: #5334EB;
}
</style>
background-color css
<style>
a { background-color: #5334EB; }
a { background-color: rgb(83,52,235); }
div.DivClassName
{
background-color: #5334EB;
}
.BgClassName
{
background-color: #5334EB;
}
</style>
border-color css
<style>
span { border-color: #5334EB; }
span { border-color: rgb(83,52,235); }
td.TdClassName
{
border-color: #5334EB;
}
.TagClassName
{
border-color: #5334EB;
}
</style>