Shades of Han Purple #501CFE
Tints of Han Purple #501CFE
RGB
CMYK
RGB Variations
Color information
#501CFE (or 0x501CFE) is known color: Han Purple. HEX triplet: 50, 1C and FE. RGB value is (80,28,254). Sum of RGB (Red+Green+Blue) = 80+28+254=362 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.10% from 362); Green value is 28 (11.33% from 255 or 7.73% from 362); Blue value is 254 (99.61% from 255 or 70.17% from 362); Max value from RGB is 254 - color contains mainly: blue. Hex color #501CFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #501CFE is #AFE301. Grayscale: #444444. Windows color (decimal): -11526914 or 16653392. OLE color: 16653392.
HSL color Cylindrical-coordinate representation of color #501CFE: hue angle of 253.81º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #501CFE is Cyan = 0.69, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 80 | 28 | 254 | - |
| CMYK | 0.69 | 0.89 | 0 | 0.00 |
| HSL | 253.81º | 0.99% | 0.55% | - |
| HSV(B) | 253.81º | 0.89% | 1% | - |
| XYZ | 21.61 | 9.69 | 94.5 | - |
| YUV | 69.31 | 232.23 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 28 | 254 | 0.69 | 0.89 | 0 | 0.00 | 253.81 | 0.99 | 0.55 |
| Hex | 50 | 1C | FE | 45 | 59 | 0 | 0 | FE | 63 | 37 |
| Octal | 120 | 34 | 376 | 105 | 131 | 0 | 0 | 376 | 143 | 67 |
| Binary | 1010000 | 11100 | 11111110 | 1000101 | 1011001 | 0 | 0 | 11111110 | 1100011 | 110111 |
Color Harmonies of #501CFE
Complementary color
Monochromatic Colors of #501CFE
Black with #501CFE
Text Example
Text Example
White with #501CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501CFE; }
p { color: rgb(80,28,254); }
H1.HeaderClassName
{
color: #501CFE;
}
.AnyTagClassName
{
color: #501CFE;
}
</style>
background-color css
<style>
a { background-color: #501CFE; }
a { background-color: rgb(80,28,254); }
div.DivClassName
{
background-color: #501CFE;
}
.BgClassName
{
background-color: #501CFE;
}
</style>
border-color css
<style>
span { border-color: #501CFE; }
span { border-color: rgb(80,28,254); }
td.TdClassName
{
border-color: #501CFE;
}
.TagClassName
{
border-color: #501CFE;
}
</style>