Shades of Han Purple #502CEF
Tints of Han Purple #502CEF
RGB
CMYK
RGB Variations
Color information
#502CEF (or 0x502CEF) is known color: Han Purple. HEX triplet: 50, 2C and EF. RGB value is (80,44,239). Sum of RGB (Red+Green+Blue) = 80+44+239=363 (48% of max value = 765). Red value is 80 (31.64% from 255 or 22.04% from 363); Green value is 44 (17.58% from 255 or 12.12% from 363); Blue value is 239 (93.75% from 255 or 65.84% from 363); Max value from RGB is 239 - color contains mainly: blue. Hex color #502CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #502CEF is #AFD310. Grayscale: #4C4C4C. Windows color (decimal): -11522833 or 15674448. OLE color: 15674448.
HSL color Cylindrical-coordinate representation of color #502CEF: hue angle of 251.08º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #502CEF is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 44 | 239 | - |
| CMYK | 0.67 | 0.82 | 0 | 0.06 |
| HSL | 251.08º | 0.86% | 0.55% | - |
| HSV(B) | 251.08º | 0.82% | 0.94% | - |
| XYZ | 19.79 | 9.74 | 82.5 | - |
| YUV | 76.99 | 219.43 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 44 | 239 | 0.67 | 0.82 | 0 | 0.06 | 251.08 | 0.86 | 0.55 |
| Hex | 50 | 2C | EF | 43 | 52 | 0 | 6 | FB | 56 | 37 |
| Octal | 120 | 54 | 357 | 103 | 122 | 0 | 6 | 373 | 126 | 67 |
| Binary | 1010000 | 101100 | 11101111 | 1000011 | 1010010 | 0 | 110 | 11111011 | 1010110 | 110111 |
Color Harmonies of #502CEF
Complementary color
Monochromatic Colors of #502CEF
Black with #502CEF
Text Example
Text Example
White with #502CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502CEF; }
p { color: rgb(80,44,239); }
H1.HeaderClassName
{
color: #502CEF;
}
.AnyTagClassName
{
color: #502CEF;
}
</style>
background-color css
<style>
a { background-color: #502CEF; }
a { background-color: rgb(80,44,239); }
div.DivClassName
{
background-color: #502CEF;
}
.BgClassName
{
background-color: #502CEF;
}
</style>
border-color css
<style>
span { border-color: #502CEF; }
span { border-color: rgb(80,44,239); }
td.TdClassName
{
border-color: #502CEF;
}
.TagClassName
{
border-color: #502CEF;
}
</style>