Shades of Han Purple #5127EF
Tints of Han Purple #5127EF
RGB
CMYK
RGB Variations
Color information
#5127EF (or 0x5127EF) is known color: Han Purple. HEX triplet: 51, 27 and EF. RGB value is (81,39,239). Sum of RGB (Red+Green+Blue) = 81+39+239=359 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.56% from 359); Green value is 39 (15.62% from 255 or 10.86% from 359); Blue value is 239 (93.75% from 255 or 66.57% from 359); Max value from RGB is 239 - color contains mainly: blue. Hex color #5127EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5127EF is #AED810. Grayscale: #494949. Windows color (decimal): -11458577 or 15673169. OLE color: 15673169.
HSL color Cylindrical-coordinate representation of color #5127EF: hue angle of 252.6º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5127EF is Cyan = 0.66, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 81 | 39 | 239 | - |
| CMYK | 0.66 | 0.84 | 0 | 0.06 |
| HSL | 252.6º | 0.86% | 0.55% | - |
| HSV(B) | 252.6º | 0.84% | 0.94% | - |
| XYZ | 19.7 | 9.43 | 82.44 | - |
| YUV | 74.36 | 220.91 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 39 | 239 | 0.66 | 0.84 | 0 | 0.06 | 252.6 | 0.86 | 0.55 |
| Hex | 51 | 27 | EF | 42 | 54 | 0 | 6 | FD | 56 | 37 |
| Octal | 121 | 47 | 357 | 102 | 124 | 0 | 6 | 375 | 126 | 67 |
| Binary | 1010001 | 100111 | 11101111 | 1000010 | 1010100 | 0 | 110 | 11111101 | 1010110 | 110111 |
Color Harmonies of #5127EF
Complementary color
Monochromatic Colors of #5127EF
Black with #5127EF
Text Example
Text Example
White with #5127EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5127EF; }
p { color: rgb(81,39,239); }
H1.HeaderClassName
{
color: #5127EF;
}
.AnyTagClassName
{
color: #5127EF;
}
</style>
background-color css
<style>
a { background-color: #5127EF; }
a { background-color: rgb(81,39,239); }
div.DivClassName
{
background-color: #5127EF;
}
.BgClassName
{
background-color: #5127EF;
}
</style>
border-color css
<style>
span { border-color: #5127EF; }
span { border-color: rgb(81,39,239); }
td.TdClassName
{
border-color: #5127EF;
}
.TagClassName
{
border-color: #5127EF;
}
</style>