Shades of Han Purple #5018FD
Tints of Han Purple #5018FD
RGB
CMYK
RGB Variations
Color information
#5018FD (or 0x5018FD) is known color: Han Purple. HEX triplet: 50, 18 and FD. RGB value is (80,24,253). Sum of RGB (Red+Green+Blue) = 80+24+253=357 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.41% from 357); Green value is 24 (9.77% from 255 or 6.72% from 357); Blue value is 253 (99.22% from 255 or 70.87% from 357); Max value from RGB is 253 - color contains mainly: blue. Hex color #5018FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5018FD is #AFE702. Grayscale: #414141. Windows color (decimal): -11527939 or 16586832. OLE color: 16586832.
HSL color Cylindrical-coordinate representation of color #5018FD: hue angle of 254.67º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5018FD is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 24 | 253 | - |
| CMYK | 0.68 | 0.91 | 0 | 0.01 |
| HSL | 254.67º | 0.98% | 0.54% | - |
| HSV(B) | 254.67º | 0.91% | 0.99% | - |
| XYZ | 21.36 | 9.45 | 93.63 | - |
| YUV | 66.85 | 233.05 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 24 | 253 | 0.68 | 0.91 | 0 | 0.01 | 254.67 | 0.98 | 0.54 |
| Hex | 50 | 18 | FD | 44 | 5B | 0 | 1 | FF | 62 | 36 |
| Octal | 120 | 30 | 375 | 104 | 133 | 0 | 1 | 377 | 142 | 66 |
| Binary | 1010000 | 11000 | 11111101 | 1000100 | 1011011 | 0 | 1 | 11111111 | 1100010 | 110110 |
Color Harmonies of #5018FD
Complementary color
Monochromatic Colors of #5018FD
Black with #5018FD
Text Example
Text Example
White with #5018FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5018FD; }
p { color: rgb(80,24,253); }
H1.HeaderClassName
{
color: #5018FD;
}
.AnyTagClassName
{
color: #5018FD;
}
</style>
background-color css
<style>
a { background-color: #5018FD; }
a { background-color: rgb(80,24,253); }
div.DivClassName
{
background-color: #5018FD;
}
.BgClassName
{
background-color: #5018FD;
}
</style>
border-color css
<style>
span { border-color: #5018FD; }
span { border-color: rgb(80,24,253); }
td.TdClassName
{
border-color: #5018FD;
}
.TagClassName
{
border-color: #5018FD;
}
</style>