Shades of Han Purple #5127FE
Tints of Han Purple #5127FE
RGB
CMYK
RGB Variations
Color information
#5127FE (or 0x5127FE) is known color: Han Purple. HEX triplet: 51, 27 and FE. RGB value is (81,39,254). Sum of RGB (Red+Green+Blue) = 81+39+254=374 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.66% from 374); Green value is 39 (15.62% from 255 or 10.43% from 374); Blue value is 254 (99.61% from 255 or 67.91% from 374); Max value from RGB is 254 - color contains mainly: blue. Hex color #5127FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5127FE is #AED801. Grayscale: #4B4B4B. Windows color (decimal): -11458562 or 16656209. OLE color: 16656209.
HSL color Cylindrical-coordinate representation of color #5127FE: hue angle of 251.72º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5127FE is Cyan = 0.68, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 81 | 39 | 254 | - |
| CMYK | 0.68 | 0.85 | 0 | 0.00 |
| HSL | 251.72º | 0.99% | 0.57% | - |
| HSV(B) | 251.72º | 0.85% | 1% | - |
| XYZ | 22.01 | 10.36 | 94.6 | - |
| YUV | 76.07 | 228.41 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 39 | 254 | 0.68 | 0.85 | 0 | 0.00 | 251.72 | 0.99 | 0.57 |
| Hex | 51 | 27 | FE | 44 | 55 | 0 | 0 | FC | 63 | 39 |
| Octal | 121 | 47 | 376 | 104 | 125 | 0 | 0 | 374 | 143 | 71 |
| Binary | 1010001 | 100111 | 11111110 | 1000100 | 1010101 | 0 | 0 | 11111100 | 1100011 | 111001 |
Color Harmonies of #5127FE
Complementary color
Monochromatic Colors of #5127FE
Black with #5127FE
Text Example
Text Example
White with #5127FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5127FE; }
p { color: rgb(81,39,254); }
H1.HeaderClassName
{
color: #5127FE;
}
.AnyTagClassName
{
color: #5127FE;
}
</style>
background-color css
<style>
a { background-color: #5127FE; }
a { background-color: rgb(81,39,254); }
div.DivClassName
{
background-color: #5127FE;
}
.BgClassName
{
background-color: #5127FE;
}
</style>
border-color css
<style>
span { border-color: #5127FE; }
span { border-color: rgb(81,39,254); }
td.TdClassName
{
border-color: #5127FE;
}
.TagClassName
{
border-color: #5127FE;
}
</style>