Shades of Han Purple #5005FE
Tints of Han Purple #5005FE
RGB
CMYK
RGB Variations
Color information
#5005FE (or 0x5005FE) is known color: Han Purple. HEX triplet: 50, 05 and FE. RGB value is (80,5,254). Sum of RGB (Red+Green+Blue) = 80+5+254=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 5 (2.34% from 255 or 1.47% from 339); Blue value is 254 (99.61% from 255 or 74.93% from 339); Max value from RGB is 254 - color contains mainly: blue. Hex color #5005FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5005FE is #AFFA01. Grayscale: #363636. Windows color (decimal): -11532802 or 16647504. OLE color: 16647504.
HSL color Cylindrical-coordinate representation of color #5005FE: hue angle of 258.07º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5005FE is Cyan = 0.69, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 80 | 5 | 254 | - |
| CMYK | 0.69 | 0.98 | 0 | 0.00 |
| HSL | 258.07º | 0.99% | 0.51% | - |
| HSV(B) | 258.07º | 0.98% | 1% | - |
| XYZ | 21.25 | 8.97 | 94.38 | - |
| YUV | 55.81 | 239.85 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 5 | 254 | 0.69 | 0.98 | 0 | 0.00 | 258.07 | 0.99 | 0.51 |
| Hex | 50 | 5 | FE | 45 | 62 | 0 | 0 | 102 | 63 | 33 |
| Octal | 120 | 5 | 376 | 105 | 142 | 0 | 0 | 402 | 143 | 63 |
| Binary | 1010000 | 101 | 11111110 | 1000101 | 1100010 | 0 | 0 | 100000010 | 1100011 | 110011 |
Color Harmonies of #5005FE
Complementary color
Monochromatic Colors of #5005FE
Black with #5005FE
Text Example
Text Example
White with #5005FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5005FE; }
p { color: rgb(80,5,254); }
H1.HeaderClassName
{
color: #5005FE;
}
.AnyTagClassName
{
color: #5005FE;
}
</style>
background-color css
<style>
a { background-color: #5005FE; }
a { background-color: rgb(80,5,254); }
div.DivClassName
{
background-color: #5005FE;
}
.BgClassName
{
background-color: #5005FE;
}
</style>
border-color css
<style>
span { border-color: #5005FE; }
span { border-color: rgb(80,5,254); }
td.TdClassName
{
border-color: #5005FE;
}
.TagClassName
{
border-color: #5005FE;
}
</style>