Shades of Han Purple #5030FE
Tints of Han Purple #5030FE
RGB
CMYK
RGB Variations
Color information
#5030FE (or 0x5030FE) is known color: Han Purple. HEX triplet: 50, 30 and FE. RGB value is (80,48,254). Sum of RGB (Red+Green+Blue) = 80+48+254=382 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.94% from 382); Green value is 48 (19.14% from 255 or 12.57% from 382); Blue value is 254 (99.61% from 255 or 66.49% from 382); Max value from RGB is 254 - color contains mainly: blue. Hex color #5030FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5030FE is #AFCF01. Grayscale: #505050. Windows color (decimal): -11521794 or 16658512. OLE color: 16658512.
HSL color Cylindrical-coordinate representation of color #5030FE: hue angle of 249.32º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5030FE is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 80 | 48 | 254 | - |
| CMYK | 0.69 | 0.81 | 0 | 0.00 |
| HSL | 249.32º | 0.99% | 0.59% | - |
| HSV(B) | 249.32º | 0.81% | 1% | - |
| XYZ | 22.25 | 10.98 | 94.71 | - |
| YUV | 81.05 | 225.6 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 48 | 254 | 0.69 | 0.81 | 0 | 0.00 | 249.32 | 0.99 | 0.59 |
| Hex | 50 | 30 | FE | 45 | 51 | 0 | 0 | F9 | 63 | 3B |
| Octal | 120 | 60 | 376 | 105 | 121 | 0 | 0 | 371 | 143 | 73 |
| Binary | 1010000 | 110000 | 11111110 | 1000101 | 1010001 | 0 | 0 | 11111001 | 1100011 | 111011 |
Color Harmonies of #5030FE
Complementary color
Monochromatic Colors of #5030FE
Black with #5030FE
Text Example
Text Example
White with #5030FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5030FE; }
p { color: rgb(80,48,254); }
H1.HeaderClassName
{
color: #5030FE;
}
.AnyTagClassName
{
color: #5030FE;
}
</style>
background-color css
<style>
a { background-color: #5030FE; }
a { background-color: rgb(80,48,254); }
div.DivClassName
{
background-color: #5030FE;
}
.BgClassName
{
background-color: #5030FE;
}
</style>
border-color css
<style>
span { border-color: #5030FE; }
span { border-color: rgb(80,48,254); }
td.TdClassName
{
border-color: #5030FE;
}
.TagClassName
{
border-color: #5030FE;
}
</style>