Shades of Han Purple #501BFA
Tints of Han Purple #501BFA
RGB
CMYK
RGB Variations
Color information
#501BFA (or 0x501BFA) is known color: Han Purple. HEX triplet: 50, 1B and FA. RGB value is (80,27,250). Sum of RGB (Red+Green+Blue) = 80+27+250=357 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.41% from 357); Green value is 27 (10.94% from 255 or 7.56% from 357); Blue value is 250 (98.05% from 255 or 70.03% from 357); Max value from RGB is 250 - color contains mainly: blue. Hex color #501BFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #501BFA is #AFE405. Grayscale: #434343. Windows color (decimal): -11527174 or 16390992. OLE color: 16390992.
HSL color Cylindrical-coordinate representation of color #501BFA: hue angle of 254.26º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #501BFA is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 27 | 250 | - |
| CMYK | 0.68 | 0.89 | 0 | 0.02 |
| HSL | 254.26º | 0.96% | 0.54% | - |
| HSV(B) | 254.26º | 0.89% | 0.98% | - |
| XYZ | 20.96 | 9.39 | 91.15 | - |
| YUV | 68.27 | 230.56 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 27 | 250 | 0.68 | 0.89 | 0 | 0.02 | 254.26 | 0.96 | 0.54 |
| Hex | 50 | 1B | FA | 44 | 59 | 0 | 2 | FE | 60 | 36 |
| Octal | 120 | 33 | 372 | 104 | 131 | 0 | 2 | 376 | 140 | 66 |
| Binary | 1010000 | 11011 | 11111010 | 1000100 | 1011001 | 0 | 10 | 11111110 | 1100000 | 110110 |
Color Harmonies of #501BFA
Complementary color
Monochromatic Colors of #501BFA
Black with #501BFA
Text Example
Text Example
White with #501BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501BFA; }
p { color: rgb(80,27,250); }
H1.HeaderClassName
{
color: #501BFA;
}
.AnyTagClassName
{
color: #501BFA;
}
</style>
background-color css
<style>
a { background-color: #501BFA; }
a { background-color: rgb(80,27,250); }
div.DivClassName
{
background-color: #501BFA;
}
.BgClassName
{
background-color: #501BFA;
}
</style>
border-color css
<style>
span { border-color: #501BFA; }
span { border-color: rgb(80,27,250); }
td.TdClassName
{
border-color: #501BFA;
}
.TagClassName
{
border-color: #501BFA;
}
</style>