Shades of Han Purple #5123FF
Tints of Han Purple #5123FF
RGB
CMYK
RGB Variations
Color information
#5123FF (or 0x5123FF) is known color: Han Purple. HEX triplet: 51, 23 and FF. RGB value is (81,35,255). Sum of RGB (Red+Green+Blue) = 81+35+255=371 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.83% from 371); Green value is 35 (14.06% from 255 or 9.43% from 371); Blue value is 255 (100% from 255 or 68.73% from 371); Max value from RGB is 255 - color contains mainly: blue. Hex color #5123FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5123FF is #AEDC00. Grayscale: #494949. Windows color (decimal): -11459585 or 16720721. OLE color: 16720721.
HSL color Cylindrical-coordinate representation of color #5123FF: hue angle of 252.55º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5123FF is Cyan = 0.68, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 81 | 35 | 255 | - |
| CMYK | 0.68 | 0.86 | 0 | 0 |
| HSL | 252.55º | 1% | 0.57% | - |
| HSV(B) | 252.55º | 0.86% | 1% | - |
| XYZ | 22.04 | 10.17 | 95.41 | - |
| YUV | 73.83 | 230.24 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 35 | 255 | 0.68 | 0.86 | 0 | 0 | 252.55 | 1 | 0.57 |
| Hex | 51 | 23 | FF | 44 | 56 | 0 | 0 | FD | 64 | 39 |
| Octal | 121 | 43 | 377 | 104 | 126 | 0 | 0 | 375 | 144 | 71 |
| Binary | 1010001 | 100011 | 11111111 | 1000100 | 1010110 | 0 | 0 | 11111101 | 1100100 | 111001 |
Color Harmonies of #5123FF
Complementary color
Monochromatic Colors of #5123FF
Black with #5123FF
Text Example
Text Example
White with #5123FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5123FF; }
p { color: rgb(81,35,255); }
H1.HeaderClassName
{
color: #5123FF;
}
.AnyTagClassName
{
color: #5123FF;
}
</style>
background-color css
<style>
a { background-color: #5123FF; }
a { background-color: rgb(81,35,255); }
div.DivClassName
{
background-color: #5123FF;
}
.BgClassName
{
background-color: #5123FF;
}
</style>
border-color css
<style>
span { border-color: #5123FF; }
span { border-color: rgb(81,35,255); }
td.TdClassName
{
border-color: #5123FF;
}
.TagClassName
{
border-color: #5123FF;
}
</style>