Shades of Han Purple #5015FE
Tints of Han Purple #5015FE
RGB
CMYK
RGB Variations
Color information
#5015FE (or 0x5015FE) is known color: Han Purple. HEX triplet: 50, 15 and FE. RGB value is (80,21,254). Sum of RGB (Red+Green+Blue) = 80+21+254=355 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.54% from 355); Green value is 21 (8.59% from 255 or 5.92% from 355); Blue value is 254 (99.61% from 255 or 71.55% from 355); Max value from RGB is 254 - color contains mainly: blue. Hex color #5015FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5015FE is #AFEA01. Grayscale: #404040. Windows color (decimal): -11528706 or 16651600. OLE color: 16651600.
HSL color Cylindrical-coordinate representation of color #5015FE: hue angle of 255.19º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5015FE is Cyan = 0.69, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 80 | 21 | 254 | - |
| CMYK | 0.69 | 0.92 | 0 | 0.00 |
| HSL | 255.19º | 0.99% | 0.54% | - |
| HSV(B) | 255.19º | 0.92% | 1% | - |
| XYZ | 21.47 | 9.4 | 94.45 | - |
| YUV | 65.2 | 234.55 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 21 | 254 | 0.69 | 0.92 | 0 | 0.00 | 255.19 | 0.99 | 0.54 |
| Hex | 50 | 15 | FE | 45 | 5C | 0 | 0 | FF | 63 | 36 |
| Octal | 120 | 25 | 376 | 105 | 134 | 0 | 0 | 377 | 143 | 66 |
| Binary | 1010000 | 10101 | 11111110 | 1000101 | 1011100 | 0 | 0 | 11111111 | 1100011 | 110110 |
Color Harmonies of #5015FE
Complementary color
Monochromatic Colors of #5015FE
Black with #5015FE
Text Example
Text Example
White with #5015FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5015FE; }
p { color: rgb(80,21,254); }
H1.HeaderClassName
{
color: #5015FE;
}
.AnyTagClassName
{
color: #5015FE;
}
</style>
background-color css
<style>
a { background-color: #5015FE; }
a { background-color: rgb(80,21,254); }
div.DivClassName
{
background-color: #5015FE;
}
.BgClassName
{
background-color: #5015FE;
}
</style>
border-color css
<style>
span { border-color: #5015FE; }
span { border-color: rgb(80,21,254); }
td.TdClassName
{
border-color: #5015FE;
}
.TagClassName
{
border-color: #5015FE;
}
</style>