Shades of Han Purple #5311FD
Tints of Han Purple #5311FD
RGB
CMYK
RGB Variations
Color information
#5311FD (or 0x5311FD) is known color: Han Purple. HEX triplet: 53, 11 and FD. RGB value is (83,17,253). Sum of RGB (Red+Green+Blue) = 83+17+253=353 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.51% from 353); Green value is 17 (7.03% from 255 or 4.82% from 353); Blue value is 253 (99.22% from 255 or 71.67% from 353); Max value from RGB is 253 - color contains mainly: blue. Hex color #5311FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5311FD is #ACEE02. Grayscale: #3E3E3E. Windows color (decimal): -11333123 or 16585043. OLE color: 16585043.
HSL color Cylindrical-coordinate representation of color #5311FD: hue angle of 256.78º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5311FD is Cyan = 0.67, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 17 | 253 | - |
| CMYK | 0.67 | 0.93 | 0 | 0.01 |
| HSL | 256.78º | 0.98% | 0.53% | - |
| HSV(B) | 256.78º | 0.93% | 0.99% | - |
| XYZ | 21.5 | 9.33 | 93.6 | - |
| YUV | 63.64 | 234.87 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 17 | 253 | 0.67 | 0.93 | 0 | 0.01 | 256.78 | 0.98 | 0.53 |
| Hex | 53 | 11 | FD | 43 | 5D | 0 | 1 | 101 | 62 | 35 |
| Octal | 123 | 21 | 375 | 103 | 135 | 0 | 1 | 401 | 142 | 65 |
| Binary | 1010011 | 10001 | 11111101 | 1000011 | 1011101 | 0 | 1 | 100000001 | 1100010 | 110101 |
Color Harmonies of #5311FD
Complementary color
Monochromatic Colors of #5311FD
Black with #5311FD
Text Example
Text Example
White with #5311FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5311FD; }
p { color: rgb(83,17,253); }
H1.HeaderClassName
{
color: #5311FD;
}
.AnyTagClassName
{
color: #5311FD;
}
</style>
background-color css
<style>
a { background-color: #5311FD; }
a { background-color: rgb(83,17,253); }
div.DivClassName
{
background-color: #5311FD;
}
.BgClassName
{
background-color: #5311FD;
}
</style>
border-color css
<style>
span { border-color: #5311FD; }
span { border-color: rgb(83,17,253); }
td.TdClassName
{
border-color: #5311FD;
}
.TagClassName
{
border-color: #5311FD;
}
</style>