Shades of Han Purple #5121FB
Tints of Han Purple #5121FB
RGB
CMYK
RGB Variations
Color information
#5121FB (or 0x5121FB) is known color: Han Purple. HEX triplet: 51, 21 and FB. RGB value is (81,33,251). Sum of RGB (Red+Green+Blue) = 81+33+251=365 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.19% from 365); Green value is 33 (13.28% from 255 or 9.04% from 365); Blue value is 251 (98.44% from 255 or 68.77% from 365); Max value from RGB is 251 - color contains mainly: blue. Hex color #5121FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5121FB is #AEDE04. Grayscale: #474747. Windows color (decimal): -11460101 or 16458065. OLE color: 16458065.
HSL color Cylindrical-coordinate representation of color #5121FB: hue angle of 253.21º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5121FB is Cyan = 0.68, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 81 | 33 | 251 | - |
| CMYK | 0.68 | 0.87 | 0 | 0.02 |
| HSL | 253.21º | 0.96% | 0.56% | - |
| HSV(B) | 253.21º | 0.87% | 0.98% | - |
| XYZ | 21.35 | 9.8 | 92.03 | - |
| YUV | 72.2 | 228.9 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 33 | 251 | 0.68 | 0.87 | 0 | 0.02 | 253.21 | 0.96 | 0.56 |
| Hex | 51 | 21 | FB | 44 | 57 | 0 | 2 | FD | 60 | 38 |
| Octal | 121 | 41 | 373 | 104 | 127 | 0 | 2 | 375 | 140 | 70 |
| Binary | 1010001 | 100001 | 11111011 | 1000100 | 1010111 | 0 | 10 | 11111101 | 1100000 | 111000 |
Color Harmonies of #5121FB
Complementary color
Monochromatic Colors of #5121FB
Black with #5121FB
Text Example
Text Example
White with #5121FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5121FB; }
p { color: rgb(81,33,251); }
H1.HeaderClassName
{
color: #5121FB;
}
.AnyTagClassName
{
color: #5121FB;
}
</style>
background-color css
<style>
a { background-color: #5121FB; }
a { background-color: rgb(81,33,251); }
div.DivClassName
{
background-color: #5121FB;
}
.BgClassName
{
background-color: #5121FB;
}
</style>
border-color css
<style>
span { border-color: #5121FB; }
span { border-color: rgb(81,33,251); }
td.TdClassName
{
border-color: #5121FB;
}
.TagClassName
{
border-color: #5121FB;
}
</style>