Shades of Han Purple #5007FA
Tints of Han Purple #5007FA
RGB
CMYK
RGB Variations
Color information
#5007FA (or 0x5007FA) is known color: Han Purple. HEX triplet: 50, 07 and FA. RGB value is (80,7,250). Sum of RGB (Red+Green+Blue) = 80+7+250=337 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.74% from 337); Green value is 7 (3.12% from 255 or 2.08% from 337); Blue value is 250 (98.05% from 255 or 74.18% from 337); Max value from RGB is 250 - color contains mainly: blue. Hex color #5007FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5007FA is #AFF805. Grayscale: #373737. Windows color (decimal): -11532294 or 16385872. OLE color: 16385872.
HSL color Cylindrical-coordinate representation of color #5007FA: hue angle of 258.02º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5007FA is Cyan = 0.68, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 7 | 250 | - |
| CMYK | 0.68 | 0.97 | 0 | 0.02 |
| HSL | 258.02º | 0.96% | 0.5% | - |
| HSV(B) | 258.02º | 0.97% | 0.98% | - |
| XYZ | 20.64 | 8.76 | 91.05 | - |
| YUV | 56.53 | 237.18 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 7 | 250 | 0.68 | 0.97 | 0 | 0.02 | 258.02 | 0.96 | 0.5 |
| Hex | 50 | 7 | FA | 44 | 61 | 0 | 2 | 102 | 60 | 32 |
| Octal | 120 | 7 | 372 | 104 | 141 | 0 | 2 | 402 | 140 | 62 |
| Binary | 1010000 | 111 | 11111010 | 1000100 | 1100001 | 0 | 10 | 100000010 | 1100000 | 110010 |
Color Harmonies of #5007FA
Complementary color
Monochromatic Colors of #5007FA
Black with #5007FA
Text Example
Text Example
White with #5007FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5007FA; }
p { color: rgb(80,7,250); }
H1.HeaderClassName
{
color: #5007FA;
}
.AnyTagClassName
{
color: #5007FA;
}
</style>
background-color css
<style>
a { background-color: #5007FA; }
a { background-color: rgb(80,7,250); }
div.DivClassName
{
background-color: #5007FA;
}
.BgClassName
{
background-color: #5007FA;
}
</style>
border-color css
<style>
span { border-color: #5007FA; }
span { border-color: rgb(80,7,250); }
td.TdClassName
{
border-color: #5007FA;
}
.TagClassName
{
border-color: #5007FA;
}
</style>