Shades of Han Purple #502FE1
Tints of Han Purple #502FE1
RGB
CMYK
RGB Variations
Color information
#502FE1 (or 0x502FE1) is known color: Han Purple. HEX triplet: 50, 2F and E1. RGB value is (80,47,225). Sum of RGB (Red+Green+Blue) = 80+47+225=352 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.73% from 352); Green value is 47 (18.75% from 255 or 13.35% from 352); Blue value is 225 (88.28% from 255 or 63.92% from 352); Max value from RGB is 225 - color contains mainly: blue. Hex color #502FE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502FE1 is #AFD01E. Grayscale: #4C4C4C. Windows color (decimal): -11522079 or 14757712. OLE color: 14757712.
HSL color Cylindrical-coordinate representation of color #502FE1: hue angle of 251.12º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #502FE1 is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 80 | 47 | 225 | - |
| CMYK | 0.64 | 0.79 | 0 | 0.12 |
| HSL | 251.12º | 0.75% | 0.53% | - |
| HSV(B) | 251.12º | 0.79% | 0.88% | - |
| XYZ | 17.92 | 9.17 | 72.06 | - |
| YUV | 77.16 | 211.43 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 47 | 225 | 0.64 | 0.79 | 0 | 0.12 | 251.12 | 0.75 | 0.53 |
| Hex | 50 | 2F | E1 | 40 | 4F | 0 | C | FB | 4B | 35 |
| Octal | 120 | 57 | 341 | 100 | 117 | 0 | 14 | 373 | 113 | 65 |
| Binary | 1010000 | 101111 | 11100001 | 1000000 | 1001111 | 0 | 1100 | 11111011 | 1001011 | 110101 |
Color Harmonies of #502FE1
Complementary color
Monochromatic Colors of #502FE1
Black with #502FE1
Text Example
Text Example
White with #502FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502FE1; }
p { color: rgb(80,47,225); }
H1.HeaderClassName
{
color: #502FE1;
}
.AnyTagClassName
{
color: #502FE1;
}
</style>
background-color css
<style>
a { background-color: #502FE1; }
a { background-color: rgb(80,47,225); }
div.DivClassName
{
background-color: #502FE1;
}
.BgClassName
{
background-color: #502FE1;
}
</style>
border-color css
<style>
span { border-color: #502FE1; }
span { border-color: rgb(80,47,225); }
td.TdClassName
{
border-color: #502FE1;
}
.TagClassName
{
border-color: #502FE1;
}
</style>