Shades of Han Purple #5310FE
Tints of Han Purple #5310FE
RGB
CMYK
RGB Variations
Color information
#5310FE (or 0x5310FE) is known color: Han Purple. HEX triplet: 53, 10 and FE. RGB value is (83,16,254). Sum of RGB (Red+Green+Blue) = 83+16+254=353 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.51% from 353); Green value is 16 (6.64% from 255 or 4.53% from 353); Blue value is 254 (99.61% from 255 or 71.95% from 353); Max value from RGB is 254 - color contains mainly: blue. Hex color #5310FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5310FE is #ACEF01. Grayscale: #3E3E3E. Windows color (decimal): -11333378 or 16650323. OLE color: 16650323.
HSL color Cylindrical-coordinate representation of color #5310FE: hue angle of 256.89º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5310FE is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 83 | 16 | 254 | - |
| CMYK | 0.67 | 0.94 | 0 | 0.00 |
| HSL | 256.89º | 0.99% | 0.53% | - |
| HSV(B) | 256.89º | 0.94% | 1% | - |
| XYZ | 21.64 | 9.37 | 94.43 | - |
| YUV | 63.17 | 235.7 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 16 | 254 | 0.67 | 0.94 | 0 | 0.00 | 256.89 | 0.99 | 0.53 |
| Hex | 53 | 10 | FE | 43 | 5E | 0 | 0 | 101 | 63 | 35 |
| Octal | 123 | 20 | 376 | 103 | 136 | 0 | 0 | 401 | 143 | 65 |
| Binary | 1010011 | 10000 | 11111110 | 1000011 | 1011110 | 0 | 0 | 100000001 | 1100011 | 110101 |
Color Harmonies of #5310FE
Complementary color
Monochromatic Colors of #5310FE
Black with #5310FE
Text Example
Text Example
White with #5310FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5310FE; }
p { color: rgb(83,16,254); }
H1.HeaderClassName
{
color: #5310FE;
}
.AnyTagClassName
{
color: #5310FE;
}
</style>
background-color css
<style>
a { background-color: #5310FE; }
a { background-color: rgb(83,16,254); }
div.DivClassName
{
background-color: #5310FE;
}
.BgClassName
{
background-color: #5310FE;
}
</style>
border-color css
<style>
span { border-color: #5310FE; }
span { border-color: rgb(83,16,254); }
td.TdClassName
{
border-color: #5310FE;
}
.TagClassName
{
border-color: #5310FE;
}
</style>