Shades of Han Purple #5310FA
Tints of Han Purple #5310FA
RGB
CMYK
RGB Variations
Color information
#5310FA (or 0x5310FA) is known color: Han Purple. HEX triplet: 53, 10 and FA. RGB value is (83,16,250). Sum of RGB (Red+Green+Blue) = 83+16+250=349 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.78% from 349); Green value is 16 (6.64% from 255 or 4.58% from 349); Blue value is 250 (98.05% from 255 or 71.63% from 349); Max value from RGB is 250 - color contains mainly: blue. Hex color #5310FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5310FA is #ACEF05. Grayscale: #3D3D3D. Windows color (decimal): -11333382 or 16388179. OLE color: 16388179.
HSL color Cylindrical-coordinate representation of color #5310FA: hue angle of 257.18º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5310FA is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 16 | 250 | - |
| CMYK | 0.67 | 0.94 | 0 | 0.02 |
| HSL | 257.18º | 0.96% | 0.52% | - |
| HSV(B) | 257.18º | 0.94% | 0.98% | - |
| XYZ | 21.01 | 9.11 | 91.09 | - |
| YUV | 62.71 | 233.7 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 16 | 250 | 0.67 | 0.94 | 0 | 0.02 | 257.18 | 0.96 | 0.52 |
| Hex | 53 | 10 | FA | 43 | 5E | 0 | 2 | 101 | 60 | 34 |
| Octal | 123 | 20 | 372 | 103 | 136 | 0 | 2 | 401 | 140 | 64 |
| Binary | 1010011 | 10000 | 11111010 | 1000011 | 1011110 | 0 | 10 | 100000001 | 1100000 | 110100 |
Color Harmonies of #5310FA
Complementary color
Monochromatic Colors of #5310FA
Black with #5310FA
Text Example
Text Example
White with #5310FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5310FA; }
p { color: rgb(83,16,250); }
H1.HeaderClassName
{
color: #5310FA;
}
.AnyTagClassName
{
color: #5310FA;
}
</style>
background-color css
<style>
a { background-color: #5310FA; }
a { background-color: rgb(83,16,250); }
div.DivClassName
{
background-color: #5310FA;
}
.BgClassName
{
background-color: #5310FA;
}
</style>
border-color css
<style>
span { border-color: #5310FA; }
span { border-color: rgb(83,16,250); }
td.TdClassName
{
border-color: #5310FA;
}
.TagClassName
{
border-color: #5310FA;
}
</style>