Shades of Han Purple #5319EA
Tints of Han Purple #5319EA
RGB
CMYK
RGB Variations
Color information
#5319EA (or 0x5319EA) is known color: Han Purple. HEX triplet: 53, 19 and EA. RGB value is (83,25,234). Sum of RGB (Red+Green+Blue) = 83+25+234=342 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.27% from 342); Green value is 25 (10.16% from 255 or 7.31% from 342); Blue value is 234 (91.80% from 255 or 68.42% from 342); Max value from RGB is 234 - color contains mainly: blue. Hex color #5319EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5319EA is #ACE615. Grayscale: #414141. Windows color (decimal): -11331094 or 15341907. OLE color: 15341907.
HSL color Cylindrical-coordinate representation of color #5319EA: hue angle of 256.65º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5319EA is Cyan = 0.65, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 83 | 25 | 234 | - |
| CMYK | 0.65 | 0.89 | 0 | 0.08 |
| HSL | 256.65º | 0.83% | 0.51% | - |
| HSV(B) | 256.65º | 0.89% | 0.92% | - |
| XYZ | 18.77 | 8.47 | 78.49 | - |
| YUV | 66.17 | 222.72 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 25 | 234 | 0.65 | 0.89 | 0 | 0.08 | 256.65 | 0.83 | 0.51 |
| Hex | 53 | 19 | EA | 41 | 59 | 0 | 8 | 101 | 53 | 33 |
| Octal | 123 | 31 | 352 | 101 | 131 | 0 | 10 | 401 | 123 | 63 |
| Binary | 1010011 | 11001 | 11101010 | 1000001 | 1011001 | 0 | 1000 | 100000001 | 1010011 | 110011 |
Color Harmonies of #5319EA
Complementary color
Monochromatic Colors of #5319EA
Black with #5319EA
Text Example
Text Example
White with #5319EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5319EA; }
p { color: rgb(83,25,234); }
H1.HeaderClassName
{
color: #5319EA;
}
.AnyTagClassName
{
color: #5319EA;
}
</style>
background-color css
<style>
a { background-color: #5319EA; }
a { background-color: rgb(83,25,234); }
div.DivClassName
{
background-color: #5319EA;
}
.BgClassName
{
background-color: #5319EA;
}
</style>
border-color css
<style>
span { border-color: #5319EA; }
span { border-color: rgb(83,25,234); }
td.TdClassName
{
border-color: #5319EA;
}
.TagClassName
{
border-color: #5319EA;
}
</style>