Shades of Han Purple #5029F1
Tints of Han Purple #5029F1
RGB
CMYK
RGB Variations
Color information
#5029F1 (or 0x5029F1) is known color: Han Purple. HEX triplet: 50, 29 and F1. RGB value is (80,41,241). Sum of RGB (Red+Green+Blue) = 80+41+241=362 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.10% from 362); Green value is 41 (16.41% from 255 or 11.33% from 362); Blue value is 241 (94.53% from 255 or 66.57% from 362); Max value from RGB is 241 - color contains mainly: blue. Hex color #5029F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5029F1 is #AFD60E. Grayscale: #4A4A4A. Windows color (decimal): -11523599 or 15804752. OLE color: 15804752.
HSL color Cylindrical-coordinate representation of color #5029F1: hue angle of 251.7º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5029F1 is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 41 | 241 | - |
| CMYK | 0.67 | 0.83 | 0 | 0.05 |
| HSL | 251.7º | 0.88% | 0.55% | - |
| HSV(B) | 251.7º | 0.83% | 0.95% | - |
| XYZ | 19.98 | 9.64 | 84.03 | - |
| YUV | 75.46 | 221.42 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 41 | 241 | 0.67 | 0.83 | 0 | 0.05 | 251.7 | 0.88 | 0.55 |
| Hex | 50 | 29 | F1 | 43 | 53 | 0 | 5 | FC | 58 | 37 |
| Octal | 120 | 51 | 361 | 103 | 123 | 0 | 5 | 374 | 130 | 67 |
| Binary | 1010000 | 101001 | 11110001 | 1000011 | 1010011 | 0 | 101 | 11111100 | 1011000 | 110111 |
Color Harmonies of #5029F1
Complementary color
Monochromatic Colors of #5029F1
Black with #5029F1
Text Example
Text Example
White with #5029F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5029F1; }
p { color: rgb(80,41,241); }
H1.HeaderClassName
{
color: #5029F1;
}
.AnyTagClassName
{
color: #5029F1;
}
</style>
background-color css
<style>
a { background-color: #5029F1; }
a { background-color: rgb(80,41,241); }
div.DivClassName
{
background-color: #5029F1;
}
.BgClassName
{
background-color: #5029F1;
}
</style>
border-color css
<style>
span { border-color: #5029F1; }
span { border-color: rgb(80,41,241); }
td.TdClassName
{
border-color: #5029F1;
}
.TagClassName
{
border-color: #5029F1;
}
</style>