Shades of Han Purple #5319EF
Tints of Han Purple #5319EF
RGB
CMYK
RGB Variations
Color information
#5319EF (or 0x5319EF) is known color: Han Purple. HEX triplet: 53, 19 and EF. RGB value is (83,25,239). Sum of RGB (Red+Green+Blue) = 83+25+239=347 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.92% from 347); Green value is 25 (10.16% from 255 or 7.20% from 347); Blue value is 239 (93.75% from 255 or 68.88% from 347); Max value from RGB is 239 - color contains mainly: blue. Hex color #5319EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5319EF is #ACE610. Grayscale: #414141. Windows color (decimal): -11331089 or 15669587. OLE color: 15669587.
HSL color Cylindrical-coordinate representation of color #5319EF: hue angle of 256.26º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5319EF is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 83 | 25 | 239 | - |
| CMYK | 0.65 | 0.90 | 0 | 0.06 |
| HSL | 256.26º | 0.87% | 0.52% | - |
| HSV(B) | 256.26º | 0.9% | 0.94% | - |
| XYZ | 19.49 | 8.77 | 82.33 | - |
| YUV | 66.74 | 225.22 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 25 | 239 | 0.65 | 0.90 | 0 | 0.06 | 256.26 | 0.87 | 0.52 |
| Hex | 53 | 19 | EF | 41 | 5A | 0 | 6 | 100 | 57 | 34 |
| Octal | 123 | 31 | 357 | 101 | 132 | 0 | 6 | 400 | 127 | 64 |
| Binary | 1010011 | 11001 | 11101111 | 1000001 | 1011010 | 0 | 110 | 100000000 | 1010111 | 110100 |
Color Harmonies of #5319EF
Complementary color
Monochromatic Colors of #5319EF
Black with #5319EF
Text Example
Text Example
White with #5319EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5319EF; }
p { color: rgb(83,25,239); }
H1.HeaderClassName
{
color: #5319EF;
}
.AnyTagClassName
{
color: #5319EF;
}
</style>
background-color css
<style>
a { background-color: #5319EF; }
a { background-color: rgb(83,25,239); }
div.DivClassName
{
background-color: #5319EF;
}
.BgClassName
{
background-color: #5319EF;
}
</style>
border-color css
<style>
span { border-color: #5319EF; }
span { border-color: rgb(83,25,239); }
td.TdClassName
{
border-color: #5319EF;
}
.TagClassName
{
border-color: #5319EF;
}
</style>