Shades of Han Purple #5325EB
Tints of Han Purple #5325EB
RGB
CMYK
RGB Variations
Color information
#5325EB (or 0x5325EB) is known color: Han Purple. HEX triplet: 53, 25 and EB. RGB value is (83,37,235). Sum of RGB (Red+Green+Blue) = 83+37+235=355 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.38% from 355); Green value is 37 (14.84% from 255 or 10.42% from 355); Blue value is 235 (92.19% from 255 or 66.20% from 355); Max value from RGB is 235 - color contains mainly: blue. Hex color #5325EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5325EB is #ACDA14. Grayscale: #484848. Windows color (decimal): -11328021 or 15410515. OLE color: 15410515.
HSL color Cylindrical-coordinate representation of color #5325EB: hue angle of 253.94º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5325EB is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 83 | 37 | 235 | - |
| CMYK | 0.65 | 0.84 | 0 | 0.08 |
| HSL | 253.94º | 0.83% | 0.53% | - |
| HSV(B) | 253.94º | 0.84% | 0.92% | - |
| XYZ | 19.22 | 9.16 | 79.35 | - |
| YUV | 73.33 | 219.24 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 37 | 235 | 0.65 | 0.84 | 0 | 0.08 | 253.94 | 0.83 | 0.53 |
| Hex | 53 | 25 | EB | 41 | 54 | 0 | 8 | FE | 53 | 35 |
| Octal | 123 | 45 | 353 | 101 | 124 | 0 | 10 | 376 | 123 | 65 |
| Binary | 1010011 | 100101 | 11101011 | 1000001 | 1010100 | 0 | 1000 | 11111110 | 1010011 | 110101 |
Color Harmonies of #5325EB
Complementary color
Monochromatic Colors of #5325EB
Black with #5325EB
Text Example
Text Example
White with #5325EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5325EB; }
p { color: rgb(83,37,235); }
H1.HeaderClassName
{
color: #5325EB;
}
.AnyTagClassName
{
color: #5325EB;
}
</style>
background-color css
<style>
a { background-color: #5325EB; }
a { background-color: rgb(83,37,235); }
div.DivClassName
{
background-color: #5325EB;
}
.BgClassName
{
background-color: #5325EB;
}
</style>
border-color css
<style>
span { border-color: #5325EB; }
span { border-color: rgb(83,37,235); }
td.TdClassName
{
border-color: #5325EB;
}
.TagClassName
{
border-color: #5325EB;
}
</style>