Shades of Han Purple #501BED
Tints of Han Purple #501BED
RGB
CMYK
RGB Variations
Color information
#501BED (or 0x501BED) is known color: Han Purple. HEX triplet: 50, 1B and ED. RGB value is (80,27,237). Sum of RGB (Red+Green+Blue) = 80+27+237=344 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.26% from 344); Green value is 27 (10.94% from 255 or 7.85% from 344); Blue value is 237 (92.97% from 255 or 68.90% from 344); Max value from RGB is 237 - color contains mainly: blue. Hex color #501BED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #501BED is #AFE412. Grayscale: #424242. Windows color (decimal): -11527187 or 15539024. OLE color: 15539024.
HSL color Cylindrical-coordinate representation of color #501BED: hue angle of 255.14º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #501BED is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 27 | 237 | - |
| CMYK | 0.66 | 0.89 | 0 | 0.07 |
| HSL | 255.14º | 0.85% | 0.52% | - |
| HSV(B) | 255.14º | 0.89% | 0.93% | - |
| XYZ | 18.99 | 8.6 | 80.78 | - |
| YUV | 66.79 | 224.06 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 27 | 237 | 0.66 | 0.89 | 0 | 0.07 | 255.14 | 0.85 | 0.52 |
| Hex | 50 | 1B | ED | 42 | 59 | 0 | 7 | FF | 55 | 34 |
| Octal | 120 | 33 | 355 | 102 | 131 | 0 | 7 | 377 | 125 | 64 |
| Binary | 1010000 | 11011 | 11101101 | 1000010 | 1011001 | 0 | 111 | 11111111 | 1010101 | 110100 |
Color Harmonies of #501BED
Complementary color
Monochromatic Colors of #501BED
Black with #501BED
Text Example
Text Example
White with #501BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501BED; }
p { color: rgb(80,27,237); }
H1.HeaderClassName
{
color: #501BED;
}
.AnyTagClassName
{
color: #501BED;
}
</style>
background-color css
<style>
a { background-color: #501BED; }
a { background-color: rgb(80,27,237); }
div.DivClassName
{
background-color: #501BED;
}
.BgClassName
{
background-color: #501BED;
}
</style>
border-color css
<style>
span { border-color: #501BED; }
span { border-color: rgb(80,27,237); }
td.TdClassName
{
border-color: #501BED;
}
.TagClassName
{
border-color: #501BED;
}
</style>