Shades of Han Purple #5316FF
Tints of Han Purple #5316FF
RGB
CMYK
RGB Variations
Color information
#5316FF (or 0x5316FF) is known color: Han Purple. HEX triplet: 53, 16 and FF. RGB value is (83,22,255). Sum of RGB (Red+Green+Blue) = 83+22+255=360 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.06% from 360); Green value is 22 (8.98% from 255 or 6.11% from 360); Blue value is 255 (100% from 255 or 70.83% from 360); Max value from RGB is 255 - color contains mainly: blue. Hex color #5316FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5316FF is #ACE900. Grayscale: #414141. Windows color (decimal): -11331841 or 16717395. OLE color: 16717395.
HSL color Cylindrical-coordinate representation of color #5316FF: hue angle of 255.71º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5316FF is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 22 | 255 | - |
| CMYK | 0.67 | 0.91 | 0 | 0 |
| HSL | 255.71º | 1% | 0.54% | - |
| HSV(B) | 255.71º | 0.91% | 1% | - |
| XYZ | 21.9 | 9.63 | 95.31 | - |
| YUV | 66.8 | 234.21 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 22 | 255 | 0.67 | 0.91 | 0 | 0 | 255.71 | 1 | 0.54 |
| Hex | 53 | 16 | FF | 43 | 5B | 0 | 0 | 100 | 64 | 36 |
| Octal | 123 | 26 | 377 | 103 | 133 | 0 | 0 | 400 | 144 | 66 |
| Binary | 1010011 | 10110 | 11111111 | 1000011 | 1011011 | 0 | 0 | 100000000 | 1100100 | 110110 |
Color Harmonies of #5316FF
Complementary color
Monochromatic Colors of #5316FF
Black with #5316FF
Text Example
Text Example
White with #5316FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5316FF; }
p { color: rgb(83,22,255); }
H1.HeaderClassName
{
color: #5316FF;
}
.AnyTagClassName
{
color: #5316FF;
}
</style>
background-color css
<style>
a { background-color: #5316FF; }
a { background-color: rgb(83,22,255); }
div.DivClassName
{
background-color: #5316FF;
}
.BgClassName
{
background-color: #5316FF;
}
</style>
border-color css
<style>
span { border-color: #5316FF; }
span { border-color: rgb(83,22,255); }
td.TdClassName
{
border-color: #5316FF;
}
.TagClassName
{
border-color: #5316FF;
}
</style>