Shades of Han Purple #5003FC
Tints of Han Purple #5003FC
RGB
CMYK
RGB Variations
Color information
#5003FC (or 0x5003FC) is known color: Han Purple. HEX triplet: 50, 03 and FC. RGB value is (80,3,252). Sum of RGB (Red+Green+Blue) = 80+3+252=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 3 (1.56% from 255 or 0.90% from 335); Blue value is 252 (98.83% from 255 or 75.22% from 335); Max value from RGB is 252 - color contains mainly: blue. Hex color #5003FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5003FC is #AFFC03. Grayscale: #353535. Windows color (decimal): -11533316 or 16515920. OLE color: 16515920.
HSL color Cylindrical-coordinate representation of color #5003FC: hue angle of 258.55º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5003FC is Cyan = 0.68, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 3 | 252 | - |
| CMYK | 0.68 | 0.99 | 0 | 0.01 |
| HSL | 258.55º | 0.98% | 0.5% | - |
| HSV(B) | 258.55º | 0.99% | 0.99% | - |
| XYZ | 20.91 | 8.8 | 92.69 | - |
| YUV | 54.41 | 239.51 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 3 | 252 | 0.68 | 0.99 | 0 | 0.01 | 258.55 | 0.98 | 0.5 |
| Hex | 50 | 3 | FC | 44 | 63 | 0 | 1 | 103 | 62 | 32 |
| Octal | 120 | 3 | 374 | 104 | 143 | 0 | 1 | 403 | 142 | 62 |
| Binary | 1010000 | 11 | 11111100 | 1000100 | 1100011 | 0 | 1 | 100000011 | 1100010 | 110010 |
Color Harmonies of #5003FC
Complementary color
Monochromatic Colors of #5003FC
Black with #5003FC
Text Example
Text Example
White with #5003FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5003FC; }
p { color: rgb(80,3,252); }
H1.HeaderClassName
{
color: #5003FC;
}
.AnyTagClassName
{
color: #5003FC;
}
</style>
background-color css
<style>
a { background-color: #5003FC; }
a { background-color: rgb(80,3,252); }
div.DivClassName
{
background-color: #5003FC;
}
.BgClassName
{
background-color: #5003FC;
}
</style>
border-color css
<style>
span { border-color: #5003FC; }
span { border-color: rgb(80,3,252); }
td.TdClassName
{
border-color: #5003FC;
}
.TagClassName
{
border-color: #5003FC;
}
</style>