Shades of Han Purple #5007FB
Tints of Han Purple #5007FB
RGB
CMYK
RGB Variations
Color information
#5007FB (or 0x5007FB) is known color: Han Purple. HEX triplet: 50, 07 and FB. RGB value is (80,7,251). Sum of RGB (Red+Green+Blue) = 80+7+251=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 7 (3.12% from 255 or 2.07% from 338); Blue value is 251 (98.44% from 255 or 74.26% from 338); Max value from RGB is 251 - color contains mainly: blue. Hex color #5007FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5007FB is #AFF804. Grayscale: #373737. Windows color (decimal): -11532293 or 16451408. OLE color: 16451408.
HSL color Cylindrical-coordinate representation of color #5007FB: hue angle of 257.95º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5007FB is Cyan = 0.68, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 7 | 251 | - |
| CMYK | 0.68 | 0.97 | 0 | 0.02 |
| HSL | 257.95º | 0.97% | 0.51% | - |
| HSV(B) | 257.95º | 0.97% | 0.98% | - |
| XYZ | 20.8 | 8.82 | 91.87 | - |
| YUV | 56.64 | 237.68 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 7 | 251 | 0.68 | 0.97 | 0 | 0.02 | 257.95 | 0.97 | 0.51 |
| Hex | 50 | 7 | FB | 44 | 61 | 0 | 2 | 102 | 61 | 33 |
| Octal | 120 | 7 | 373 | 104 | 141 | 0 | 2 | 402 | 141 | 63 |
| Binary | 1010000 | 111 | 11111011 | 1000100 | 1100001 | 0 | 10 | 100000010 | 1100001 | 110011 |
Color Harmonies of #5007FB
Complementary color
Monochromatic Colors of #5007FB
Black with #5007FB
Text Example
Text Example
White with #5007FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5007FB; }
p { color: rgb(80,7,251); }
H1.HeaderClassName
{
color: #5007FB;
}
.AnyTagClassName
{
color: #5007FB;
}
</style>
background-color css
<style>
a { background-color: #5007FB; }
a { background-color: rgb(80,7,251); }
div.DivClassName
{
background-color: #5007FB;
}
.BgClassName
{
background-color: #5007FB;
}
</style>
border-color css
<style>
span { border-color: #5007FB; }
span { border-color: rgb(80,7,251); }
td.TdClassName
{
border-color: #5007FB;
}
.TagClassName
{
border-color: #5007FB;
}
</style>