Shades of Han Purple #501BF2
Tints of Han Purple #501BF2
RGB
CMYK
RGB Variations
Color information
#501BF2 (or 0x501BF2) is known color: Han Purple. HEX triplet: 50, 1B and F2. RGB value is (80,27,242). Sum of RGB (Red+Green+Blue) = 80+27+242=349 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.92% from 349); Green value is 27 (10.94% from 255 or 7.74% from 349); Blue value is 242 (94.92% from 255 or 69.34% from 349); Max value from RGB is 242 - color contains mainly: blue. Hex color #501BF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #501BF2 is #AFE40D. Grayscale: #424242. Windows color (decimal): -11527182 or 15866704. OLE color: 15866704.
HSL color Cylindrical-coordinate representation of color #501BF2: hue angle of 254.79º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #501BF2 is Cyan = 0.67, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 27 | 242 | - |
| CMYK | 0.67 | 0.89 | 0 | 0.05 |
| HSL | 254.79º | 0.89% | 0.53% | - |
| HSV(B) | 254.79º | 0.89% | 0.95% | - |
| XYZ | 19.73 | 8.9 | 84.68 | - |
| YUV | 67.36 | 226.56 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 27 | 242 | 0.67 | 0.89 | 0 | 0.05 | 254.79 | 0.89 | 0.53 |
| Hex | 50 | 1B | F2 | 43 | 59 | 0 | 5 | FF | 59 | 35 |
| Octal | 120 | 33 | 362 | 103 | 131 | 0 | 5 | 377 | 131 | 65 |
| Binary | 1010000 | 11011 | 11110010 | 1000011 | 1011001 | 0 | 101 | 11111111 | 1011001 | 110101 |
Color Harmonies of #501BF2
Complementary color
Monochromatic Colors of #501BF2
Black with #501BF2
Text Example
Text Example
White with #501BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501BF2; }
p { color: rgb(80,27,242); }
H1.HeaderClassName
{
color: #501BF2;
}
.AnyTagClassName
{
color: #501BF2;
}
</style>
background-color css
<style>
a { background-color: #501BF2; }
a { background-color: rgb(80,27,242); }
div.DivClassName
{
background-color: #501BF2;
}
.BgClassName
{
background-color: #501BF2;
}
</style>
border-color css
<style>
span { border-color: #501BF2; }
span { border-color: rgb(80,27,242); }
td.TdClassName
{
border-color: #501BF2;
}
.TagClassName
{
border-color: #501BF2;
}
</style>