Shades of Han Purple #5124FB
Tints of Han Purple #5124FB
RGB
CMYK
RGB Variations
Color information
#5124FB (or 0x5124FB) is known color: Han Purple. HEX triplet: 51, 24 and FB. RGB value is (81,36,251). Sum of RGB (Red+Green+Blue) = 81+36+251=368 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.01% from 368); Green value is 36 (14.45% from 255 or 9.78% from 368); Blue value is 251 (98.44% from 255 or 68.21% from 368); Max value from RGB is 251 - color contains mainly: blue. Hex color #5124FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5124FB is #AEDB04. Grayscale: #494949. Windows color (decimal): -11459333 or 16458833. OLE color: 16458833.
HSL color Cylindrical-coordinate representation of color #5124FB: hue angle of 252.56º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5124FB is Cyan = 0.68, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 81 | 36 | 251 | - |
| CMYK | 0.68 | 0.86 | 0 | 0.02 |
| HSL | 252.56º | 0.96% | 0.56% | - |
| HSV(B) | 252.56º | 0.86% | 0.98% | - |
| XYZ | 21.44 | 9.98 | 92.06 | - |
| YUV | 73.97 | 227.91 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 36 | 251 | 0.68 | 0.86 | 0 | 0.02 | 252.56 | 0.96 | 0.56 |
| Hex | 51 | 24 | FB | 44 | 56 | 0 | 2 | FD | 60 | 38 |
| Octal | 121 | 44 | 373 | 104 | 126 | 0 | 2 | 375 | 140 | 70 |
| Binary | 1010001 | 100100 | 11111011 | 1000100 | 1010110 | 0 | 10 | 11111101 | 1100000 | 111000 |
Color Harmonies of #5124FB
Complementary color
Monochromatic Colors of #5124FB
Black with #5124FB
Text Example
Text Example
White with #5124FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5124FB; }
p { color: rgb(81,36,251); }
H1.HeaderClassName
{
color: #5124FB;
}
.AnyTagClassName
{
color: #5124FB;
}
</style>
background-color css
<style>
a { background-color: #5124FB; }
a { background-color: rgb(81,36,251); }
div.DivClassName
{
background-color: #5124FB;
}
.BgClassName
{
background-color: #5124FB;
}
</style>
border-color css
<style>
span { border-color: #5124FB; }
span { border-color: rgb(81,36,251); }
td.TdClassName
{
border-color: #5124FB;
}
.TagClassName
{
border-color: #5124FB;
}
</style>