Shades of Han Purple #502FE0
Tints of Han Purple #502FE0
RGB
CMYK
RGB Variations
Color information
#502FE0 (or 0x502FE0) is known color: Han Purple. HEX triplet: 50, 2F and E0. RGB value is (80,47,224). Sum of RGB (Red+Green+Blue) = 80+47+224=351 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.79% from 351); Green value is 47 (18.75% from 255 or 13.39% from 351); Blue value is 224 (87.89% from 255 or 63.82% from 351); Max value from RGB is 224 - color contains mainly: blue. Hex color #502FE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502FE0 is #AFD01F. Grayscale: #4C4C4C. Windows color (decimal): -11522080 or 14692176. OLE color: 14692176.
HSL color Cylindrical-coordinate representation of color #502FE0: hue angle of 251.19º degrees, saturation: 0.74, 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 #502FE0 is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 80 | 47 | 224 | - |
| CMYK | 0.64 | 0.79 | 0 | 0.12 |
| HSL | 251.19º | 0.74% | 0.53% | - |
| HSV(B) | 251.19º | 0.79% | 0.88% | - |
| XYZ | 17.78 | 9.12 | 71.34 | - |
| YUV | 77.05 | 210.93 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 47 | 224 | 0.64 | 0.79 | 0 | 0.12 | 251.19 | 0.74 | 0.53 |
| Hex | 50 | 2F | E0 | 40 | 4F | 0 | C | FB | 4A | 35 |
| Octal | 120 | 57 | 340 | 100 | 117 | 0 | 14 | 373 | 112 | 65 |
| Binary | 1010000 | 101111 | 11100000 | 1000000 | 1001111 | 0 | 1100 | 11111011 | 1001010 | 110101 |
Color Harmonies of #502FE0
Complementary color
Monochromatic Colors of #502FE0
Black with #502FE0
Text Example
Text Example
White with #502FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502FE0; }
p { color: rgb(80,47,224); }
H1.HeaderClassName
{
color: #502FE0;
}
.AnyTagClassName
{
color: #502FE0;
}
</style>
background-color css
<style>
a { background-color: #502FE0; }
a { background-color: rgb(80,47,224); }
div.DivClassName
{
background-color: #502FE0;
}
.BgClassName
{
background-color: #502FE0;
}
</style>
border-color css
<style>
span { border-color: #502FE0; }
span { border-color: rgb(80,47,224); }
td.TdClassName
{
border-color: #502FE0;
}
.TagClassName
{
border-color: #502FE0;
}
</style>