Shades of Han Purple #5311FF
Tints of Han Purple #5311FF
RGB
CMYK
RGB Variations
Color information
#5311FF (or 0x5311FF) is known color: Han Purple. HEX triplet: 53, 11 and FF. RGB value is (83,17,255). Sum of RGB (Red+Green+Blue) = 83+17+255=355 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.38% from 355); Green value is 17 (7.03% from 255 or 4.79% from 355); Blue value is 255 (100% from 255 or 71.83% from 355); Max value from RGB is 255 - color contains mainly: blue. Hex color #5311FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5311FF is #ACEE00. Grayscale: #3E3E3E. Windows color (decimal): -11333121 or 16716115. OLE color: 16716115.
HSL color Cylindrical-coordinate representation of color #5311FF: hue angle of 256.64º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5311FF is Cyan = 0.67, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 17 | 255 | - |
| CMYK | 0.67 | 0.93 | 0 | 0 |
| HSL | 256.64º | 1% | 0.53% | - |
| HSV(B) | 256.64º | 0.93% | 1% | - |
| XYZ | 21.82 | 9.46 | 95.28 | - |
| YUV | 63.87 | 235.87 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 17 | 255 | 0.67 | 0.93 | 0 | 0 | 256.64 | 1 | 0.53 |
| Hex | 53 | 11 | FF | 43 | 5D | 0 | 0 | 101 | 64 | 35 |
| Octal | 123 | 21 | 377 | 103 | 135 | 0 | 0 | 401 | 144 | 65 |
| Binary | 1010011 | 10001 | 11111111 | 1000011 | 1011101 | 0 | 0 | 100000001 | 1100100 | 110101 |
Color Harmonies of #5311FF
Complementary color
Monochromatic Colors of #5311FF
Black with #5311FF
Text Example
Text Example
White with #5311FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5311FF; }
p { color: rgb(83,17,255); }
H1.HeaderClassName
{
color: #5311FF;
}
.AnyTagClassName
{
color: #5311FF;
}
</style>
background-color css
<style>
a { background-color: #5311FF; }
a { background-color: rgb(83,17,255); }
div.DivClassName
{
background-color: #5311FF;
}
.BgClassName
{
background-color: #5311FF;
}
</style>
border-color css
<style>
span { border-color: #5311FF; }
span { border-color: rgb(83,17,255); }
td.TdClassName
{
border-color: #5311FF;
}
.TagClassName
{
border-color: #5311FF;
}
</style>