Shades of Han Purple #5030EA
Tints of Han Purple #5030EA
RGB
CMYK
RGB Variations
Color information
#5030EA (or 0x5030EA) is known color: Han Purple. HEX triplet: 50, 30 and EA. RGB value is (80,48,234). Sum of RGB (Red+Green+Blue) = 80+48+234=362 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.10% from 362); Green value is 48 (19.14% from 255 or 13.26% from 362); Blue value is 234 (91.80% from 255 or 64.64% from 362); Max value from RGB is 234 - color contains mainly: blue. Hex color #5030EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5030EA is #AFCF15. Grayscale: #4E4E4E. Windows color (decimal): -11521814 or 15347792. OLE color: 15347792.
HSL color Cylindrical-coordinate representation of color #5030EA: hue angle of 250.32º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5030EA is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 48 | 234 | - |
| CMYK | 0.66 | 0.79 | 0 | 0.08 |
| HSL | 250.32º | 0.82% | 0.55% | - |
| HSV(B) | 250.32º | 0.79% | 0.92% | - |
| XYZ | 19.22 | 9.76 | 78.71 | - |
| YUV | 78.77 | 215.6 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 48 | 234 | 0.66 | 0.79 | 0 | 0.08 | 250.32 | 0.82 | 0.55 |
| Hex | 50 | 30 | EA | 42 | 4F | 0 | 8 | FA | 52 | 37 |
| Octal | 120 | 60 | 352 | 102 | 117 | 0 | 10 | 372 | 122 | 67 |
| Binary | 1010000 | 110000 | 11101010 | 1000010 | 1001111 | 0 | 1000 | 11111010 | 1010010 | 110111 |
Color Harmonies of #5030EA
Complementary color
Monochromatic Colors of #5030EA
Black with #5030EA
Text Example
Text Example
White with #5030EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5030EA; }
p { color: rgb(80,48,234); }
H1.HeaderClassName
{
color: #5030EA;
}
.AnyTagClassName
{
color: #5030EA;
}
</style>
background-color css
<style>
a { background-color: #5030EA; }
a { background-color: rgb(80,48,234); }
div.DivClassName
{
background-color: #5030EA;
}
.BgClassName
{
background-color: #5030EA;
}
</style>
border-color css
<style>
span { border-color: #5030EA; }
span { border-color: rgb(80,48,234); }
td.TdClassName
{
border-color: #5030EA;
}
.TagClassName
{
border-color: #5030EA;
}
</style>