Shades of Han Purple #501EFB
Tints of Han Purple #501EFB
RGB
CMYK
RGB Variations
Color information
#501EFB (or 0x501EFB) is known color: Han Purple. HEX triplet: 50, 1E and FB. RGB value is (80,30,251). Sum of RGB (Red+Green+Blue) = 80+30+251=361 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.16% from 361); Green value is 30 (12.11% from 255 or 8.31% from 361); Blue value is 251 (98.44% from 255 or 69.53% from 361); Max value from RGB is 251 - color contains mainly: blue. Hex color #501EFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #501EFB is #AFE104. Grayscale: #454545. Windows color (decimal): -11526405 or 16457296. OLE color: 16457296.
HSL color Cylindrical-coordinate representation of color #501EFB: hue angle of 253.57º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #501EFB is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 30 | 251 | - |
| CMYK | 0.68 | 0.88 | 0 | 0.02 |
| HSL | 253.57º | 0.97% | 0.55% | - |
| HSV(B) | 253.57º | 0.88% | 0.98% | - |
| XYZ | 21.19 | 9.6 | 92 | - |
| YUV | 70.14 | 230.07 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 30 | 251 | 0.68 | 0.88 | 0 | 0.02 | 253.57 | 0.97 | 0.55 |
| Hex | 50 | 1E | FB | 44 | 58 | 0 | 2 | FE | 61 | 37 |
| Octal | 120 | 36 | 373 | 104 | 130 | 0 | 2 | 376 | 141 | 67 |
| Binary | 1010000 | 11110 | 11111011 | 1000100 | 1011000 | 0 | 10 | 11111110 | 1100001 | 110111 |
Color Harmonies of #501EFB
Complementary color
Monochromatic Colors of #501EFB
Black with #501EFB
Text Example
Text Example
White with #501EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501EFB; }
p { color: rgb(80,30,251); }
H1.HeaderClassName
{
color: #501EFB;
}
.AnyTagClassName
{
color: #501EFB;
}
</style>
background-color css
<style>
a { background-color: #501EFB; }
a { background-color: rgb(80,30,251); }
div.DivClassName
{
background-color: #501EFB;
}
.BgClassName
{
background-color: #501EFB;
}
</style>
border-color css
<style>
span { border-color: #501EFB; }
span { border-color: rgb(80,30,251); }
td.TdClassName
{
border-color: #501EFB;
}
.TagClassName
{
border-color: #501EFB;
}
</style>