Shades of Han Purple #5127DE
Tints of Han Purple #5127DE
RGB
CMYK
RGB Variations
Color information
#5127DE (or 0x5127DE) is known color: Han Purple. HEX triplet: 51, 27 and DE. RGB value is (81,39,222). Sum of RGB (Red+Green+Blue) = 81+39+222=342 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.68% from 342); Green value is 39 (15.62% from 255 or 11.40% from 342); Blue value is 222 (87.11% from 255 or 64.91% from 342); Max value from RGB is 222 - color contains mainly: blue. Hex color #5127DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5127DE is #AED821. Grayscale: #474747. Windows color (decimal): -11458594 or 14559057. OLE color: 14559057.
HSL color Cylindrical-coordinate representation of color #5127DE: hue angle of 253.77º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5127DE is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 39 | 222 | - |
| CMYK | 0.64 | 0.82 | 0 | 0.13 |
| HSL | 253.77º | 0.73% | 0.51% | - |
| HSV(B) | 253.77º | 0.82% | 0.87% | - |
| XYZ | 17.3 | 8.47 | 69.83 | - |
| YUV | 72.42 | 212.41 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 39 | 222 | 0.64 | 0.82 | 0 | 0.13 | 253.77 | 0.73 | 0.51 |
| Hex | 51 | 27 | DE | 40 | 52 | 0 | D | FE | 49 | 33 |
| Octal | 121 | 47 | 336 | 100 | 122 | 0 | 15 | 376 | 111 | 63 |
| Binary | 1010001 | 100111 | 11011110 | 1000000 | 1010010 | 0 | 1101 | 11111110 | 1001001 | 110011 |
Color Harmonies of #5127DE
Complementary color
Monochromatic Colors of #5127DE
Black with #5127DE
Text Example
Text Example
White with #5127DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5127DE; }
p { color: rgb(81,39,222); }
H1.HeaderClassName
{
color: #5127DE;
}
.AnyTagClassName
{
color: #5127DE;
}
</style>
background-color css
<style>
a { background-color: #5127DE; }
a { background-color: rgb(81,39,222); }
div.DivClassName
{
background-color: #5127DE;
}
.BgClassName
{
background-color: #5127DE;
}
</style>
border-color css
<style>
span { border-color: #5127DE; }
span { border-color: rgb(81,39,222); }
td.TdClassName
{
border-color: #5127DE;
}
.TagClassName
{
border-color: #5127DE;
}
</style>