Shades of Han Purple #5028FC
Tints of Han Purple #5028FC
RGB
CMYK
RGB Variations
Color information
#5028FC (or 0x5028FC) is known color: Han Purple. HEX triplet: 50, 28 and FC. RGB value is (80,40,252). Sum of RGB (Red+Green+Blue) = 80+40+252=372 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.51% from 372); Green value is 40 (16.02% from 255 or 10.75% from 372); Blue value is 252 (98.83% from 255 or 67.74% from 372); Max value from RGB is 252 - color contains mainly: blue. Hex color #5028FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5028FC is #AFD703. Grayscale: #4B4B4B. Windows color (decimal): -11523844 or 16525392. OLE color: 16525392.
HSL color Cylindrical-coordinate representation of color #5028FC: hue angle of 251.32º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5028FC is Cyan = 0.68, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 40 | 252 | - |
| CMYK | 0.68 | 0.84 | 0 | 0.01 |
| HSL | 251.32º | 0.97% | 0.57% | - |
| HSV(B) | 251.32º | 0.84% | 0.99% | - |
| XYZ | 21.64 | 10.25 | 92.93 | - |
| YUV | 76.13 | 227.25 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 40 | 252 | 0.68 | 0.84 | 0 | 0.01 | 251.32 | 0.97 | 0.57 |
| Hex | 50 | 28 | FC | 44 | 54 | 0 | 1 | FB | 61 | 39 |
| Octal | 120 | 50 | 374 | 104 | 124 | 0 | 1 | 373 | 141 | 71 |
| Binary | 1010000 | 101000 | 11111100 | 1000100 | 1010100 | 0 | 1 | 11111011 | 1100001 | 111001 |
Color Harmonies of #5028FC
Complementary color
Monochromatic Colors of #5028FC
Black with #5028FC
Text Example
Text Example
White with #5028FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5028FC; }
p { color: rgb(80,40,252); }
H1.HeaderClassName
{
color: #5028FC;
}
.AnyTagClassName
{
color: #5028FC;
}
</style>
background-color css
<style>
a { background-color: #5028FC; }
a { background-color: rgb(80,40,252); }
div.DivClassName
{
background-color: #5028FC;
}
.BgClassName
{
background-color: #5028FC;
}
</style>
border-color css
<style>
span { border-color: #5028FC; }
span { border-color: rgb(80,40,252); }
td.TdClassName
{
border-color: #5028FC;
}
.TagClassName
{
border-color: #5028FC;
}
</style>