Shades of Han Purple #5316F0
Tints of Han Purple #5316F0
RGB
CMYK
RGB Variations
Color information
#5316F0 (or 0x5316F0) is known color: Han Purple. HEX triplet: 53, 16 and F0. RGB value is (83,22,240). Sum of RGB (Red+Green+Blue) = 83+22+240=345 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.06% from 345); Green value is 22 (8.98% from 255 or 6.38% from 345); Blue value is 240 (94.14% from 255 or 69.57% from 345); Max value from RGB is 240 - color contains mainly: blue. Hex color #5316F0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5316F0 is #ACE90F. Grayscale: #404040. Windows color (decimal): -11331856 or 15734355. OLE color: 15734355.
HSL color Cylindrical-coordinate representation of color #5316F0: hue angle of 256.79º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5316F0 is Cyan = 0.65, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 83 | 22 | 240 | - |
| CMYK | 0.65 | 0.91 | 0 | 0.06 |
| HSL | 256.79º | 0.88% | 0.51% | - |
| HSV(B) | 256.79º | 0.91% | 0.94% | - |
| XYZ | 19.58 | 8.7 | 83.09 | - |
| YUV | 65.09 | 226.71 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 22 | 240 | 0.65 | 0.91 | 0 | 0.06 | 256.79 | 0.88 | 0.51 |
| Hex | 53 | 16 | F0 | 41 | 5B | 0 | 6 | 101 | 58 | 33 |
| Octal | 123 | 26 | 360 | 101 | 133 | 0 | 6 | 401 | 130 | 63 |
| Binary | 1010011 | 10110 | 11110000 | 1000001 | 1011011 | 0 | 110 | 100000001 | 1011000 | 110011 |
Color Harmonies of #5316F0
Complementary color
Monochromatic Colors of #5316F0
Black with #5316F0
Text Example
Text Example
White with #5316F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5316F0; }
p { color: rgb(83,22,240); }
H1.HeaderClassName
{
color: #5316F0;
}
.AnyTagClassName
{
color: #5316F0;
}
</style>
background-color css
<style>
a { background-color: #5316F0; }
a { background-color: rgb(83,22,240); }
div.DivClassName
{
background-color: #5316F0;
}
.BgClassName
{
background-color: #5316F0;
}
</style>
border-color css
<style>
span { border-color: #5316F0; }
span { border-color: rgb(83,22,240); }
td.TdClassName
{
border-color: #5316F0;
}
.TagClassName
{
border-color: #5316F0;
}
</style>