Shades of Han Purple #5018FC
Tints of Han Purple #5018FC
RGB
CMYK
RGB Variations
Color information
#5018FC (or 0x5018FC) is known color: Han Purple. HEX triplet: 50, 18 and FC. RGB value is (80,24,252). Sum of RGB (Red+Green+Blue) = 80+24+252=356 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.47% from 356); Green value is 24 (9.77% from 255 or 6.74% from 356); Blue value is 252 (98.83% from 255 or 70.79% from 356); Max value from RGB is 252 - color contains mainly: blue. Hex color #5018FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5018FC is #AFE703. Grayscale: #414141. Windows color (decimal): -11527940 or 16521296. OLE color: 16521296.
HSL color Cylindrical-coordinate representation of color #5018FC: hue angle of 254.74º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5018FC is Cyan = 0.68, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 24 | 252 | - |
| CMYK | 0.68 | 0.90 | 0 | 0.01 |
| HSL | 254.74º | 0.97% | 0.54% | - |
| HSV(B) | 254.74º | 0.9% | 0.99% | - |
| XYZ | 21.21 | 9.39 | 92.79 | - |
| YUV | 66.74 | 232.55 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 24 | 252 | 0.68 | 0.90 | 0 | 0.01 | 254.74 | 0.97 | 0.54 |
| Hex | 50 | 18 | FC | 44 | 5A | 0 | 1 | FF | 61 | 36 |
| Octal | 120 | 30 | 374 | 104 | 132 | 0 | 1 | 377 | 141 | 66 |
| Binary | 1010000 | 11000 | 11111100 | 1000100 | 1011010 | 0 | 1 | 11111111 | 1100001 | 110110 |
Color Harmonies of #5018FC
Complementary color
Monochromatic Colors of #5018FC
Black with #5018FC
Text Example
Text Example
White with #5018FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5018FC; }
p { color: rgb(80,24,252); }
H1.HeaderClassName
{
color: #5018FC;
}
.AnyTagClassName
{
color: #5018FC;
}
</style>
background-color css
<style>
a { background-color: #5018FC; }
a { background-color: rgb(80,24,252); }
div.DivClassName
{
background-color: #5018FC;
}
.BgClassName
{
background-color: #5018FC;
}
</style>
border-color css
<style>
span { border-color: #5018FC; }
span { border-color: rgb(80,24,252); }
td.TdClassName
{
border-color: #5018FC;
}
.TagClassName
{
border-color: #5018FC;
}
</style>