Shades of Han Purple #5310FD
Tints of Han Purple #5310FD
RGB
CMYK
RGB Variations
Color information
#5310FD (or 0x5310FD) is known color: Han Purple. HEX triplet: 53, 10 and FD. RGB value is (83,16,253). Sum of RGB (Red+Green+Blue) = 83+16+253=352 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.58% from 352); Green value is 16 (6.64% from 255 or 4.55% from 352); Blue value is 253 (99.22% from 255 or 71.88% from 352); Max value from RGB is 253 - color contains mainly: blue. Hex color #5310FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5310FD is #ACEF02. Grayscale: #3E3E3E. Windows color (decimal): -11333379 or 16584787. OLE color: 16584787.
HSL color Cylindrical-coordinate representation of color #5310FD: hue angle of 256.96º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5310FD is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 16 | 253 | - |
| CMYK | 0.67 | 0.94 | 0 | 0.01 |
| HSL | 256.96º | 0.98% | 0.53% | - |
| HSV(B) | 256.96º | 0.94% | 0.99% | - |
| XYZ | 21.48 | 9.3 | 93.59 | - |
| YUV | 63.05 | 235.2 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 16 | 253 | 0.67 | 0.94 | 0 | 0.01 | 256.96 | 0.98 | 0.53 |
| Hex | 53 | 10 | FD | 43 | 5E | 0 | 1 | 101 | 62 | 35 |
| Octal | 123 | 20 | 375 | 103 | 136 | 0 | 1 | 401 | 142 | 65 |
| Binary | 1010011 | 10000 | 11111101 | 1000011 | 1011110 | 0 | 1 | 100000001 | 1100010 | 110101 |
Color Harmonies of #5310FD
Complementary color
Monochromatic Colors of #5310FD
Black with #5310FD
Text Example
Text Example
White with #5310FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5310FD; }
p { color: rgb(83,16,253); }
H1.HeaderClassName
{
color: #5310FD;
}
.AnyTagClassName
{
color: #5310FD;
}
</style>
background-color css
<style>
a { background-color: #5310FD; }
a { background-color: rgb(83,16,253); }
div.DivClassName
{
background-color: #5310FD;
}
.BgClassName
{
background-color: #5310FD;
}
</style>
border-color css
<style>
span { border-color: #5310FD; }
span { border-color: rgb(83,16,253); }
td.TdClassName
{
border-color: #5310FD;
}
.TagClassName
{
border-color: #5310FD;
}
</style>