Shades of Han Purple #5128FF
Tints of Han Purple #5128FF
RGB
CMYK
RGB Variations
Color information
#5128FF (or 0x5128FF) is known color: Han Purple. HEX triplet: 51, 28 and FF. RGB value is (81,40,255). Sum of RGB (Red+Green+Blue) = 81+40+255=376 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.54% from 376); Green value is 40 (16.02% from 255 or 10.64% from 376); Blue value is 255 (100% from 255 or 67.82% from 376); Max value from RGB is 255 - color contains mainly: blue. Hex color #5128FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5128FF is #AED700. Grayscale: #4B4B4B. Windows color (decimal): -11458305 or 16722001. OLE color: 16722001.
HSL color Cylindrical-coordinate representation of color #5128FF: hue angle of 251.44º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5128FF is Cyan = 0.68, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 81 | 40 | 255 | - |
| CMYK | 0.68 | 0.84 | 0 | 0 |
| HSL | 251.44º | 1% | 0.58% | - |
| HSV(B) | 251.44º | 0.84% | 1% | - |
| XYZ | 22.2 | 10.49 | 95.46 | - |
| YUV | 76.77 | 228.58 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 40 | 255 | 0.68 | 0.84 | 0 | 0 | 251.44 | 1 | 0.58 |
| Hex | 51 | 28 | FF | 44 | 54 | 0 | 0 | FB | 64 | 3A |
| Octal | 121 | 50 | 377 | 104 | 124 | 0 | 0 | 373 | 144 | 72 |
| Binary | 1010001 | 101000 | 11111111 | 1000100 | 1010100 | 0 | 0 | 11111011 | 1100100 | 111010 |
Color Harmonies of #5128FF
Complementary color
Monochromatic Colors of #5128FF
Black with #5128FF
Text Example
Text Example
White with #5128FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5128FF; }
p { color: rgb(81,40,255); }
H1.HeaderClassName
{
color: #5128FF;
}
.AnyTagClassName
{
color: #5128FF;
}
</style>
background-color css
<style>
a { background-color: #5128FF; }
a { background-color: rgb(81,40,255); }
div.DivClassName
{
background-color: #5128FF;
}
.BgClassName
{
background-color: #5128FF;
}
</style>
border-color css
<style>
span { border-color: #5128FF; }
span { border-color: rgb(81,40,255); }
td.TdClassName
{
border-color: #5128FF;
}
.TagClassName
{
border-color: #5128FF;
}
</style>