Shades of Han Purple #502EDD
Tints of Han Purple #502EDD
RGB
CMYK
RGB Variations
Color information
#502EDD (or 0x502EDD) is known color: Han Purple. HEX triplet: 50, 2E and DD. RGB value is (80,46,221). Sum of RGB (Red+Green+Blue) = 80+46+221=347 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.05% from 347); Green value is 46 (18.36% from 255 or 13.26% from 347); Blue value is 221 (86.72% from 255 or 63.69% from 347); Max value from RGB is 221 - color contains mainly: blue. Hex color #502EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502EDD is #AFD122. Grayscale: #4B4B4B. Windows color (decimal): -11522339 or 14495312. OLE color: 14495312.
HSL color Cylindrical-coordinate representation of color #502EDD: hue angle of 251.66º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #502EDD is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 46 | 221 | - |
| CMYK | 0.64 | 0.79 | 0 | 0.13 |
| HSL | 251.66º | 0.72% | 0.52% | - |
| HSV(B) | 251.66º | 0.79% | 0.87% | - |
| XYZ | 17.34 | 8.88 | 69.21 | - |
| YUV | 76.12 | 209.76 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 46 | 221 | 0.64 | 0.79 | 0 | 0.13 | 251.66 | 0.72 | 0.52 |
| Hex | 50 | 2E | DD | 40 | 4F | 0 | D | FC | 48 | 34 |
| Octal | 120 | 56 | 335 | 100 | 117 | 0 | 15 | 374 | 110 | 64 |
| Binary | 1010000 | 101110 | 11011101 | 1000000 | 1001111 | 0 | 1101 | 11111100 | 1001000 | 110100 |
Color Harmonies of #502EDD
Complementary color
Monochromatic Colors of #502EDD
Black with #502EDD
Text Example
Text Example
White with #502EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502EDD; }
p { color: rgb(80,46,221); }
H1.HeaderClassName
{
color: #502EDD;
}
.AnyTagClassName
{
color: #502EDD;
}
</style>
background-color css
<style>
a { background-color: #502EDD; }
a { background-color: rgb(80,46,221); }
div.DivClassName
{
background-color: #502EDD;
}
.BgClassName
{
background-color: #502EDD;
}
</style>
border-color css
<style>
span { border-color: #502EDD; }
span { border-color: rgb(80,46,221); }
td.TdClassName
{
border-color: #502EDD;
}
.TagClassName
{
border-color: #502EDD;
}
</style>