Shades of Han Purple #5029FE
Tints of Han Purple #5029FE
RGB
CMYK
RGB Variations
Color information
#5029FE (or 0x5029FE) is known color: Han Purple. HEX triplet: 50, 29 and FE. RGB value is (80,41,254). Sum of RGB (Red+Green+Blue) = 80+41+254=375 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.33% from 375); Green value is 41 (16.41% from 255 or 10.93% from 375); Blue value is 254 (99.61% from 255 or 67.73% from 375); Max value from RGB is 254 - color contains mainly: blue. Hex color #5029FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5029FE is #AFD601. Grayscale: #4C4C4C. Windows color (decimal): -11523586 or 16656720. OLE color: 16656720.
HSL color Cylindrical-coordinate representation of color #5029FE: hue angle of 250.99º 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 #5029FE is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 80 | 41 | 254 | - |
| CMYK | 0.69 | 0.84 | 0 | 0.00 |
| HSL | 250.99º | 0.99% | 0.58% | - |
| HSV(B) | 250.99º | 0.84% | 1% | - |
| XYZ | 21.99 | 10.45 | 94.62 | - |
| YUV | 76.94 | 227.92 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 41 | 254 | 0.69 | 0.84 | 0 | 0.00 | 250.99 | 0.99 | 0.58 |
| Hex | 50 | 29 | FE | 45 | 54 | 0 | 0 | FB | 63 | 3A |
| Octal | 120 | 51 | 376 | 105 | 124 | 0 | 0 | 373 | 143 | 72 |
| Binary | 1010000 | 101001 | 11111110 | 1000101 | 1010100 | 0 | 0 | 11111011 | 1100011 | 111010 |
Color Harmonies of #5029FE
Complementary color
Monochromatic Colors of #5029FE
Black with #5029FE
Text Example
Text Example
White with #5029FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5029FE; }
p { color: rgb(80,41,254); }
H1.HeaderClassName
{
color: #5029FE;
}
.AnyTagClassName
{
color: #5029FE;
}
</style>
background-color css
<style>
a { background-color: #5029FE; }
a { background-color: rgb(80,41,254); }
div.DivClassName
{
background-color: #5029FE;
}
.BgClassName
{
background-color: #5029FE;
}
</style>
border-color css
<style>
span { border-color: #5029FE; }
span { border-color: rgb(80,41,254); }
td.TdClassName
{
border-color: #5029FE;
}
.TagClassName
{
border-color: #5029FE;
}
</style>