Shades of Han Purple #5003FA
Tints of Han Purple #5003FA
RGB
CMYK
RGB Variations
Color information
#5003FA (or 0x5003FA) is known color: Han Purple. HEX triplet: 50, 03 and FA. RGB value is (80,3,250). Sum of RGB (Red+Green+Blue) = 80+3+250=333 (44% of max value = 765). Red value is 80 (31.64% from 255 or 24.02% from 333); Green value is 3 (1.56% from 255 or 0.90% from 333); Blue value is 250 (98.05% from 255 or 75.08% from 333); Max value from RGB is 250 - color contains mainly: blue. Hex color #5003FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5003FA is #AFFC05. Grayscale: #353535. Windows color (decimal): -11533318 or 16384848. OLE color: 16384848.
HSL color Cylindrical-coordinate representation of color #5003FA: hue angle of 258.7º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5003FA is Cyan = 0.68, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 3 | 250 | - |
| CMYK | 0.68 | 0.99 | 0 | 0.02 |
| HSL | 258.7º | 0.98% | 0.5% | - |
| HSV(B) | 258.7º | 0.99% | 0.98% | - |
| XYZ | 20.6 | 8.67 | 91.03 | - |
| YUV | 54.18 | 238.51 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 3 | 250 | 0.68 | 0.99 | 0 | 0.02 | 258.7 | 0.98 | 0.5 |
| Hex | 50 | 3 | FA | 44 | 63 | 0 | 2 | 103 | 62 | 32 |
| Octal | 120 | 3 | 372 | 104 | 143 | 0 | 2 | 403 | 142 | 62 |
| Binary | 1010000 | 11 | 11111010 | 1000100 | 1100011 | 0 | 10 | 100000011 | 1100010 | 110010 |
Color Harmonies of #5003FA
Complementary color
Monochromatic Colors of #5003FA
Black with #5003FA
Text Example
Text Example
White with #5003FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5003FA; }
p { color: rgb(80,3,250); }
H1.HeaderClassName
{
color: #5003FA;
}
.AnyTagClassName
{
color: #5003FA;
}
</style>
background-color css
<style>
a { background-color: #5003FA; }
a { background-color: rgb(80,3,250); }
div.DivClassName
{
background-color: #5003FA;
}
.BgClassName
{
background-color: #5003FA;
}
</style>
border-color css
<style>
span { border-color: #5003FA; }
span { border-color: rgb(80,3,250); }
td.TdClassName
{
border-color: #5003FA;
}
.TagClassName
{
border-color: #5003FA;
}
</style>