Shades of Han Purple #501BFF
Tints of Han Purple #501BFF
RGB
CMYK
RGB Variations
Color information
#501BFF (or 0x501BFF) is known color: Han Purple. HEX triplet: 50, 1B and FF. RGB value is (80,27,255). Sum of RGB (Red+Green+Blue) = 80+27+255=362 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.10% from 362); Green value is 27 (10.94% from 255 or 7.46% from 362); Blue value is 255 (100% from 255 or 70.44% from 362); Max value from RGB is 255 - color contains mainly: blue. Hex color #501BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #501BFF is #AFE400. Grayscale: #434343. Windows color (decimal): -11527169 or 16718672. OLE color: 16718672.
HSL color Cylindrical-coordinate representation of color #501BFF: hue angle of 253.95º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #501BFF is Cyan = 0.69, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 27 | 255 | - |
| CMYK | 0.69 | 0.89 | 0 | 0 |
| HSL | 253.95º | 1% | 0.55% | - |
| HSV(B) | 253.95º | 0.89% | 1% | - |
| XYZ | 21.75 | 9.71 | 95.34 | - |
| YUV | 68.84 | 233.06 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 27 | 255 | 0.69 | 0.89 | 0 | 0 | 253.95 | 1 | 0.55 |
| Hex | 50 | 1B | FF | 45 | 59 | 0 | 0 | FE | 64 | 37 |
| Octal | 120 | 33 | 377 | 105 | 131 | 0 | 0 | 376 | 144 | 67 |
| Binary | 1010000 | 11011 | 11111111 | 1000101 | 1011001 | 0 | 0 | 11111110 | 1100100 | 110111 |
Color Harmonies of #501BFF
Complementary color
Monochromatic Colors of #501BFF
Black with #501BFF
Text Example
Text Example
White with #501BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501BFF; }
p { color: rgb(80,27,255); }
H1.HeaderClassName
{
color: #501BFF;
}
.AnyTagClassName
{
color: #501BFF;
}
</style>
background-color css
<style>
a { background-color: #501BFF; }
a { background-color: rgb(80,27,255); }
div.DivClassName
{
background-color: #501BFF;
}
.BgClassName
{
background-color: #501BFF;
}
</style>
border-color css
<style>
span { border-color: #501BFF; }
span { border-color: rgb(80,27,255); }
td.TdClassName
{
border-color: #501BFF;
}
.TagClassName
{
border-color: #501BFF;
}
</style>