Shades of Han Purple #5003FE
Tints of Han Purple #5003FE
RGB
CMYK
RGB Variations
Color information
#5003FE (or 0x5003FE) is known color: Han Purple. HEX triplet: 50, 03 and FE. RGB value is (80,3,254). Sum of RGB (Red+Green+Blue) = 80+3+254=337 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.74% from 337); Green value is 3 (1.56% from 255 or 0.89% from 337); Blue value is 254 (99.61% from 255 or 75.37% from 337); Max value from RGB is 254 - color contains mainly: blue. Hex color #5003FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5003FE is #AFFC01. Grayscale: #353535. Windows color (decimal): -11533314 or 16646992. OLE color: 16646992.
HSL color Cylindrical-coordinate representation of color #5003FE: hue angle of 258.41º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5003FE is Cyan = 0.69, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 80 | 3 | 254 | - |
| CMYK | 0.69 | 0.99 | 0 | 0.00 |
| HSL | 258.41º | 0.99% | 0.5% | - |
| HSV(B) | 258.41º | 0.99% | 1% | - |
| XYZ | 21.23 | 8.93 | 94.37 | - |
| YUV | 54.64 | 240.51 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 3 | 254 | 0.69 | 0.99 | 0 | 0.00 | 258.41 | 0.99 | 0.5 |
| Hex | 50 | 3 | FE | 45 | 63 | 0 | 0 | 102 | 63 | 32 |
| Octal | 120 | 3 | 376 | 105 | 143 | 0 | 0 | 402 | 143 | 62 |
| Binary | 1010000 | 11 | 11111110 | 1000101 | 1100011 | 0 | 0 | 100000010 | 1100011 | 110010 |
Color Harmonies of #5003FE
Complementary color
Monochromatic Colors of #5003FE
Black with #5003FE
Text Example
Text Example
White with #5003FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5003FE; }
p { color: rgb(80,3,254); }
H1.HeaderClassName
{
color: #5003FE;
}
.AnyTagClassName
{
color: #5003FE;
}
</style>
background-color css
<style>
a { background-color: #5003FE; }
a { background-color: rgb(80,3,254); }
div.DivClassName
{
background-color: #5003FE;
}
.BgClassName
{
background-color: #5003FE;
}
</style>
border-color css
<style>
span { border-color: #5003FE; }
span { border-color: rgb(80,3,254); }
td.TdClassName
{
border-color: #5003FE;
}
.TagClassName
{
border-color: #5003FE;
}
</style>