Shades of Han Purple #5028FE
Tints of Han Purple #5028FE
RGB
CMYK
RGB Variations
Color information
#5028FE (or 0x5028FE) is known color: Han Purple. HEX triplet: 50, 28 and FE. RGB value is (80,40,254). Sum of RGB (Red+Green+Blue) = 80+40+254=374 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.39% from 374); Green value is 40 (16.02% from 255 or 10.70% 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 #5028FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5028FE is #AFD701. Grayscale: #4B4B4B. Windows color (decimal): -11523842 or 16656464. OLE color: 16656464.
HSL color Cylindrical-coordinate representation of color #5028FE: hue angle of 251.21º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5028FE is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 80 | 40 | 254 | - |
| CMYK | 0.69 | 0.84 | 0 | 0.00 |
| HSL | 251.22º | 0.99% | 0.58% | - |
| HSV(B) | 251.22º | 0.84% | 1% | - |
| XYZ | 21.96 | 10.38 | 94.61 | - |
| YUV | 76.36 | 228.25 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 40 | 254 | 0.69 | 0.84 | 0 | 0.00 | 251.22 | 0.99 | 0.58 |
| Hex | 50 | 28 | FE | 45 | 54 | 0 | 0 | FB | 63 | 3A |
| Octal | 120 | 50 | 376 | 105 | 124 | 0 | 0 | 373 | 143 | 72 |
| Binary | 1010000 | 101000 | 11111110 | 1000101 | 1010100 | 0 | 0 | 11111011 | 1100011 | 111010 |
Color Harmonies of #5028FE
Complementary color
Monochromatic Colors of #5028FE
Black with #5028FE
Text Example
Text Example
White with #5028FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5028FE; }
p { color: rgb(80,40,254); }
H1.HeaderClassName
{
color: #5028FE;
}
.AnyTagClassName
{
color: #5028FE;
}
</style>
background-color css
<style>
a { background-color: #5028FE; }
a { background-color: rgb(80,40,254); }
div.DivClassName
{
background-color: #5028FE;
}
.BgClassName
{
background-color: #5028FE;
}
</style>
border-color css
<style>
span { border-color: #5028FE; }
span { border-color: rgb(80,40,254); }
td.TdClassName
{
border-color: #5028FE;
}
.TagClassName
{
border-color: #5028FE;
}
</style>