Shades of Han Purple #5007FC
Tints of Han Purple #5007FC
RGB
CMYK
RGB Variations
Color information
#5007FC (or 0x5007FC) is known color: Han Purple. HEX triplet: 50, 07 and FC. RGB value is (80,7,252). Sum of RGB (Red+Green+Blue) = 80+7+252=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 7 (3.12% from 255 or 2.06% from 339); Blue value is 252 (98.83% from 255 or 74.34% from 339); Max value from RGB is 252 - color contains mainly: blue. Hex color #5007FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5007FC is #AFF803. Grayscale: #373737. Windows color (decimal): -11532292 or 16516944. OLE color: 16516944.
HSL color Cylindrical-coordinate representation of color #5007FC: hue angle of 257.88º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5007FC is Cyan = 0.68, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 7 | 252 | - |
| CMYK | 0.68 | 0.97 | 0 | 0.01 |
| HSL | 257.88º | 0.98% | 0.51% | - |
| HSV(B) | 257.88º | 0.97% | 0.99% | - |
| XYZ | 20.95 | 8.89 | 92.71 | - |
| YUV | 56.76 | 238.18 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 7 | 252 | 0.68 | 0.97 | 0 | 0.01 | 257.88 | 0.98 | 0.51 |
| Hex | 50 | 7 | FC | 44 | 61 | 0 | 1 | 102 | 62 | 33 |
| Octal | 120 | 7 | 374 | 104 | 141 | 0 | 1 | 402 | 142 | 63 |
| Binary | 1010000 | 111 | 11111100 | 1000100 | 1100001 | 0 | 1 | 100000010 | 1100010 | 110011 |
Color Harmonies of #5007FC
Complementary color
Monochromatic Colors of #5007FC
Black with #5007FC
Text Example
Text Example
White with #5007FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5007FC; }
p { color: rgb(80,7,252); }
H1.HeaderClassName
{
color: #5007FC;
}
.AnyTagClassName
{
color: #5007FC;
}
</style>
background-color css
<style>
a { background-color: #5007FC; }
a { background-color: rgb(80,7,252); }
div.DivClassName
{
background-color: #5007FC;
}
.BgClassName
{
background-color: #5007FC;
}
</style>
border-color css
<style>
span { border-color: #5007FC; }
span { border-color: rgb(80,7,252); }
td.TdClassName
{
border-color: #5007FC;
}
.TagClassName
{
border-color: #5007FC;
}
</style>