Shades of Han Purple #5319F8
Tints of Han Purple #5319F8
RGB
CMYK
RGB Variations
Color information
#5319F8 (or 0x5319F8) is known color: Han Purple. HEX triplet: 53, 19 and F8. RGB value is (83,25,248). Sum of RGB (Red+Green+Blue) = 83+25+248=356 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.31% from 356); Green value is 25 (10.16% from 255 or 7.02% from 356); Blue value is 248 (97.27% from 255 or 69.66% from 356); Max value from RGB is 248 - color contains mainly: blue. Hex color #5319F8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5319F8 is #ACE607. Grayscale: #424242. Windows color (decimal): -11331080 or 16259411. OLE color: 16259411.
HSL color Cylindrical-coordinate representation of color #5319F8: hue angle of 255.61º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5319F8 is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 83 | 25 | 248 | - |
| CMYK | 0.67 | 0.90 | 0 | 0.03 |
| HSL | 255.61º | 0.94% | 0.54% | - |
| HSV(B) | 255.61º | 0.9% | 0.97% | - |
| XYZ | 20.86 | 9.31 | 89.5 | - |
| YUV | 67.76 | 229.72 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 25 | 248 | 0.67 | 0.90 | 0 | 0.03 | 255.61 | 0.94 | 0.54 |
| Hex | 53 | 19 | F8 | 43 | 5A | 0 | 3 | 100 | 5E | 36 |
| Octal | 123 | 31 | 370 | 103 | 132 | 0 | 3 | 400 | 136 | 66 |
| Binary | 1010011 | 11001 | 11111000 | 1000011 | 1011010 | 0 | 11 | 100000000 | 1011110 | 110110 |
Color Harmonies of #5319F8
Complementary color
Monochromatic Colors of #5319F8
Black with #5319F8
Text Example
Text Example
White with #5319F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5319F8; }
p { color: rgb(83,25,248); }
H1.HeaderClassName
{
color: #5319F8;
}
.AnyTagClassName
{
color: #5319F8;
}
</style>
background-color css
<style>
a { background-color: #5319F8; }
a { background-color: rgb(83,25,248); }
div.DivClassName
{
background-color: #5319F8;
}
.BgClassName
{
background-color: #5319F8;
}
</style>
border-color css
<style>
span { border-color: #5319F8; }
span { border-color: rgb(83,25,248); }
td.TdClassName
{
border-color: #5319F8;
}
.TagClassName
{
border-color: #5319F8;
}
</style>