Shades of Han Purple #502DFE
Tints of Han Purple #502DFE
RGB
CMYK
RGB Variations
Color information
#502DFE (or 0x502DFE) is known color: Han Purple. HEX triplet: 50, 2D and FE. RGB value is (80,45,254). Sum of RGB (Red+Green+Blue) = 80+45+254=379 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.11% from 379); Green value is 45 (17.97% from 255 or 11.87% from 379); Blue value is 254 (99.61% from 255 or 67.02% from 379); Max value from RGB is 254 - color contains mainly: blue. Hex color #502DFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #502DFE is #AFD201. Grayscale: #4E4E4E. Windows color (decimal): -11522562 or 16657744. OLE color: 16657744.
HSL color Cylindrical-coordinate representation of color #502DFE: hue angle of 250.05º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #502DFE is Cyan = 0.69, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 80 | 45 | 254 | - |
| CMYK | 0.69 | 0.82 | 0 | 0.00 |
| HSL | 250.05º | 0.99% | 0.59% | - |
| HSV(B) | 250.05º | 0.82% | 1% | - |
| XYZ | 22.14 | 10.74 | 94.67 | - |
| YUV | 79.29 | 226.6 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 45 | 254 | 0.69 | 0.82 | 0 | 0.00 | 250.05 | 0.99 | 0.59 |
| Hex | 50 | 2D | FE | 45 | 52 | 0 | 0 | FA | 63 | 3B |
| Octal | 120 | 55 | 376 | 105 | 122 | 0 | 0 | 372 | 143 | 73 |
| Binary | 1010000 | 101101 | 11111110 | 1000101 | 1010010 | 0 | 0 | 11111010 | 1100011 | 111011 |
Color Harmonies of #502DFE
Complementary color
Monochromatic Colors of #502DFE
Black with #502DFE
Text Example
Text Example
White with #502DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502DFE; }
p { color: rgb(80,45,254); }
H1.HeaderClassName
{
color: #502DFE;
}
.AnyTagClassName
{
color: #502DFE;
}
</style>
background-color css
<style>
a { background-color: #502DFE; }
a { background-color: rgb(80,45,254); }
div.DivClassName
{
background-color: #502DFE;
}
.BgClassName
{
background-color: #502DFE;
}
</style>
border-color css
<style>
span { border-color: #502DFE; }
span { border-color: rgb(80,45,254); }
td.TdClassName
{
border-color: #502DFE;
}
.TagClassName
{
border-color: #502DFE;
}
</style>