Shades of Han Purple #502DEC
Tints of Han Purple #502DEC
RGB
CMYK
RGB Variations
Color information
#502DEC (or 0x502DEC) is known color: Han Purple. HEX triplet: 50, 2D and EC. RGB value is (80,45,236). Sum of RGB (Red+Green+Blue) = 80+45+236=361 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.16% from 361); Green value is 45 (17.97% from 255 or 12.47% from 361); Blue value is 236 (92.58% from 255 or 65.37% from 361); Max value from RGB is 236 - color contains mainly: blue. Hex color #502DEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #502DEC is #AFD213. Grayscale: #4C4C4C. Windows color (decimal): -11522580 or 15478096. OLE color: 15478096.
HSL color Cylindrical-coordinate representation of color #502DEC: hue angle of 250.99º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #502DEC is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 45 | 236 | - |
| CMYK | 0.66 | 0.81 | 0 | 0.07 |
| HSL | 250.99º | 0.83% | 0.55% | - |
| HSV(B) | 250.99º | 0.81% | 0.93% | - |
| XYZ | 19.39 | 9.64 | 80.2 | - |
| YUV | 77.24 | 217.6 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 45 | 236 | 0.66 | 0.81 | 0 | 0.07 | 250.99 | 0.83 | 0.55 |
| Hex | 50 | 2D | EC | 42 | 51 | 0 | 7 | FB | 53 | 37 |
| Octal | 120 | 55 | 354 | 102 | 121 | 0 | 7 | 373 | 123 | 67 |
| Binary | 1010000 | 101101 | 11101100 | 1000010 | 1010001 | 0 | 111 | 11111011 | 1010011 | 110111 |
Color Harmonies of #502DEC
Complementary color
Monochromatic Colors of #502DEC
Black with #502DEC
Text Example
Text Example
White with #502DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502DEC; }
p { color: rgb(80,45,236); }
H1.HeaderClassName
{
color: #502DEC;
}
.AnyTagClassName
{
color: #502DEC;
}
</style>
background-color css
<style>
a { background-color: #502DEC; }
a { background-color: rgb(80,45,236); }
div.DivClassName
{
background-color: #502DEC;
}
.BgClassName
{
background-color: #502DEC;
}
</style>
border-color css
<style>
span { border-color: #502DEC; }
span { border-color: rgb(80,45,236); }
td.TdClassName
{
border-color: #502DEC;
}
.TagClassName
{
border-color: #502DEC;
}
</style>