Shades of Han Purple #502CFE
Tints of Han Purple #502CFE
RGB
CMYK
RGB Variations
Color information
#502CFE (or 0x502CFE) is known color: Han Purple. HEX triplet: 50, 2C and FE. RGB value is (80,44,254). Sum of RGB (Red+Green+Blue) = 80+44+254=378 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.16% from 378); Green value is 44 (17.58% from 255 or 11.64% from 378); Blue value is 254 (99.61% from 255 or 67.20% from 378); Max value from RGB is 254 - color contains mainly: blue. Hex color #502CFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #502CFE is #AFD301. Grayscale: #4D4D4D. Windows color (decimal): -11522818 or 16657488. OLE color: 16657488.
HSL color Cylindrical-coordinate representation of color #502CFE: hue angle of 250.29º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #502CFE is Cyan = 0.69, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 80 | 44 | 254 | - |
| CMYK | 0.69 | 0.83 | 0 | 0.00 |
| HSL | 250.29º | 0.99% | 0.58% | - |
| HSV(B) | 250.29º | 0.83% | 1% | - |
| XYZ | 22.1 | 10.66 | 94.66 | - |
| YUV | 78.7 | 226.93 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 44 | 254 | 0.69 | 0.83 | 0 | 0.00 | 250.29 | 0.99 | 0.58 |
| Hex | 50 | 2C | FE | 45 | 53 | 0 | 0 | FA | 63 | 3A |
| Octal | 120 | 54 | 376 | 105 | 123 | 0 | 0 | 372 | 143 | 72 |
| Binary | 1010000 | 101100 | 11111110 | 1000101 | 1010011 | 0 | 0 | 11111010 | 1100011 | 111010 |
Color Harmonies of #502CFE
Complementary color
Monochromatic Colors of #502CFE
Black with #502CFE
Text Example
Text Example
White with #502CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502CFE; }
p { color: rgb(80,44,254); }
H1.HeaderClassName
{
color: #502CFE;
}
.AnyTagClassName
{
color: #502CFE;
}
</style>
background-color css
<style>
a { background-color: #502CFE; }
a { background-color: rgb(80,44,254); }
div.DivClassName
{
background-color: #502CFE;
}
.BgClassName
{
background-color: #502CFE;
}
</style>
border-color css
<style>
span { border-color: #502CFE; }
span { border-color: rgb(80,44,254); }
td.TdClassName
{
border-color: #502CFE;
}
.TagClassName
{
border-color: #502CFE;
}
</style>