Shades of Han Purple #5017FD
Tints of Han Purple #5017FD
RGB
CMYK
RGB Variations
Color information
#5017FD (or 0x5017FD) is known color: Han Purple. HEX triplet: 50, 17 and FD. RGB value is (80,23,253). Sum of RGB (Red+Green+Blue) = 80+23+253=356 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.47% from 356); Green value is 23 (9.38% from 255 or 6.46% from 356); Blue value is 253 (99.22% from 255 or 71.07% from 356); Max value from RGB is 253 - color contains mainly: blue. Hex color #5017FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5017FD is #AFE802. Grayscale: #414141. Windows color (decimal): -11528195 or 16586576. OLE color: 16586576.
HSL color Cylindrical-coordinate representation of color #5017FD: hue angle of 254.87º 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 #5017FD is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 23 | 253 | - |
| CMYK | 0.68 | 0.91 | 0 | 0.01 |
| HSL | 254.87º | 0.98% | 0.54% | - |
| HSV(B) | 254.87º | 0.91% | 0.99% | - |
| XYZ | 21.34 | 9.41 | 93.62 | - |
| YUV | 66.26 | 233.38 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 23 | 253 | 0.68 | 0.91 | 0 | 0.01 | 254.87 | 0.98 | 0.54 |
| Hex | 50 | 17 | FD | 44 | 5B | 0 | 1 | FF | 62 | 36 |
| Octal | 120 | 27 | 375 | 104 | 133 | 0 | 1 | 377 | 142 | 66 |
| Binary | 1010000 | 10111 | 11111101 | 1000100 | 1011011 | 0 | 1 | 11111111 | 1100010 | 110110 |
Color Harmonies of #5017FD
Complementary color
Monochromatic Colors of #5017FD
Black with #5017FD
Text Example
Text Example
White with #5017FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5017FD; }
p { color: rgb(80,23,253); }
H1.HeaderClassName
{
color: #5017FD;
}
.AnyTagClassName
{
color: #5017FD;
}
</style>
background-color css
<style>
a { background-color: #5017FD; }
a { background-color: rgb(80,23,253); }
div.DivClassName
{
background-color: #5017FD;
}
.BgClassName
{
background-color: #5017FD;
}
</style>
border-color css
<style>
span { border-color: #5017FD; }
span { border-color: rgb(80,23,253); }
td.TdClassName
{
border-color: #5017FD;
}
.TagClassName
{
border-color: #5017FD;
}
</style>