Shades of Han Purple #5312FB
Tints of Han Purple #5312FB
RGB
CMYK
RGB Variations
Color information
#5312FB (or 0x5312FB) is known color: Han Purple. HEX triplet: 53, 12 and FB. RGB value is (83,18,251). Sum of RGB (Red+Green+Blue) = 83+18+251=352 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.58% from 352); Green value is 18 (7.42% from 255 or 5.11% from 352); Blue value is 251 (98.44% from 255 or 71.31% from 352); Max value from RGB is 251 - color contains mainly: blue. Hex color #5312FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5312FB is #ACED04. Grayscale: #3F3F3F. Windows color (decimal): -11332869 or 16454227. OLE color: 16454227.
HSL color Cylindrical-coordinate representation of color #5312FB: hue angle of 256.74º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5312FB is Cyan = 0.67, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 18 | 251 | - |
| CMYK | 0.67 | 0.93 | 0 | 0.02 |
| HSL | 256.74º | 0.97% | 0.53% | - |
| HSV(B) | 256.74º | 0.93% | 0.98% | - |
| XYZ | 21.2 | 9.24 | 91.93 | - |
| YUV | 64 | 233.53 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 18 | 251 | 0.67 | 0.93 | 0 | 0.02 | 256.74 | 0.97 | 0.53 |
| Hex | 53 | 12 | FB | 43 | 5D | 0 | 2 | 101 | 61 | 35 |
| Octal | 123 | 22 | 373 | 103 | 135 | 0 | 2 | 401 | 141 | 65 |
| Binary | 1010011 | 10010 | 11111011 | 1000011 | 1011101 | 0 | 10 | 100000001 | 1100001 | 110101 |
Color Harmonies of #5312FB
Complementary color
Monochromatic Colors of #5312FB
Black with #5312FB
Text Example
Text Example
White with #5312FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5312FB; }
p { color: rgb(83,18,251); }
H1.HeaderClassName
{
color: #5312FB;
}
.AnyTagClassName
{
color: #5312FB;
}
</style>
background-color css
<style>
a { background-color: #5312FB; }
a { background-color: rgb(83,18,251); }
div.DivClassName
{
background-color: #5312FB;
}
.BgClassName
{
background-color: #5312FB;
}
</style>
border-color css
<style>
span { border-color: #5312FB; }
span { border-color: rgb(83,18,251); }
td.TdClassName
{
border-color: #5312FB;
}
.TagClassName
{
border-color: #5312FB;
}
</style>