Shades of Han Purple #5128DB
Tints of Han Purple #5128DB
RGB
CMYK
RGB Variations
Color information
#5128DB (or 0x5128DB) is known color: Han Purple. HEX triplet: 51, 28 and DB. RGB value is (81,40,219). Sum of RGB (Red+Green+Blue) = 81+40+219=340 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.82% from 340); Green value is 40 (16.02% from 255 or 11.76% from 340); Blue value is 219 (85.94% from 255 or 64.41% from 340); Max value from RGB is 219 - color contains mainly: blue. Hex color #5128DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5128DB is #AED724. Grayscale: #474747. Windows color (decimal): -11458341 or 14362705. OLE color: 14362705.
HSL color Cylindrical-coordinate representation of color #5128DB: hue angle of 253.74º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5128DB is Cyan = 0.63, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 40 | 219 | - |
| CMYK | 0.63 | 0.82 | 0 | 0.14 |
| HSL | 253.74º | 0.71% | 0.51% | - |
| HSV(B) | 253.74º | 0.82% | 0.86% | - |
| XYZ | 16.94 | 8.38 | 67.74 | - |
| YUV | 72.67 | 210.58 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 40 | 219 | 0.63 | 0.82 | 0 | 0.14 | 253.74 | 0.71 | 0.51 |
| Hex | 51 | 28 | DB | 3F | 52 | 0 | E | FE | 47 | 33 |
| Octal | 121 | 50 | 333 | 77 | 122 | 0 | 16 | 376 | 107 | 63 |
| Binary | 1010001 | 101000 | 11011011 | 111111 | 1010010 | 0 | 1110 | 11111110 | 1000111 | 110011 |
Color Harmonies of #5128DB
Complementary color
Monochromatic Colors of #5128DB
Black with #5128DB
Text Example
Text Example
White with #5128DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5128DB; }
p { color: rgb(81,40,219); }
H1.HeaderClassName
{
color: #5128DB;
}
.AnyTagClassName
{
color: #5128DB;
}
</style>
background-color css
<style>
a { background-color: #5128DB; }
a { background-color: rgb(81,40,219); }
div.DivClassName
{
background-color: #5128DB;
}
.BgClassName
{
background-color: #5128DB;
}
</style>
border-color css
<style>
span { border-color: #5128DB; }
span { border-color: rgb(81,40,219); }
td.TdClassName
{
border-color: #5128DB;
}
.TagClassName
{
border-color: #5128DB;
}
</style>