Shades of Han Purple #5028FB
Tints of Han Purple #5028FB
RGB
CMYK
RGB Variations
Color information
#5028FB (or 0x5028FB) is known color: Han Purple. HEX triplet: 50, 28 and FB. RGB value is (80,40,251). Sum of RGB (Red+Green+Blue) = 80+40+251=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 40 (16.02% from 255 or 10.78% from 371); Blue value is 251 (98.44% from 255 or 67.65% from 371); Max value from RGB is 251 - color contains mainly: blue. Hex color #5028FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5028FB is #AFD704. Grayscale: #4B4B4B. Windows color (decimal): -11523845 or 16459856. OLE color: 16459856.
HSL color Cylindrical-coordinate representation of color #5028FB: hue angle of 251.37º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5028FB is Cyan = 0.68, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 40 | 251 | - |
| CMYK | 0.68 | 0.84 | 0 | 0.02 |
| HSL | 251.37º | 0.96% | 0.57% | - |
| HSV(B) | 251.37º | 0.84% | 0.98% | - |
| XYZ | 21.48 | 10.19 | 92.1 | - |
| YUV | 76.01 | 226.75 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 40 | 251 | 0.68 | 0.84 | 0 | 0.02 | 251.37 | 0.96 | 0.57 |
| Hex | 50 | 28 | FB | 44 | 54 | 0 | 2 | FB | 60 | 39 |
| Octal | 120 | 50 | 373 | 104 | 124 | 0 | 2 | 373 | 140 | 71 |
| Binary | 1010000 | 101000 | 11111011 | 1000100 | 1010100 | 0 | 10 | 11111011 | 1100000 | 111001 |
Color Harmonies of #5028FB
Complementary color
Monochromatic Colors of #5028FB
Black with #5028FB
Text Example
Text Example
White with #5028FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5028FB; }
p { color: rgb(80,40,251); }
H1.HeaderClassName
{
color: #5028FB;
}
.AnyTagClassName
{
color: #5028FB;
}
</style>
background-color css
<style>
a { background-color: #5028FB; }
a { background-color: rgb(80,40,251); }
div.DivClassName
{
background-color: #5028FB;
}
.BgClassName
{
background-color: #5028FB;
}
</style>
border-color css
<style>
span { border-color: #5028FB; }
span { border-color: rgb(80,40,251); }
td.TdClassName
{
border-color: #5028FB;
}
.TagClassName
{
border-color: #5028FB;
}
</style>