Shades of Han Purple #501EEA
Tints of Han Purple #501EEA
RGB
CMYK
RGB Variations
Color information
#501EEA (or 0x501EEA) is known color: Han Purple. HEX triplet: 50, 1E and EA. RGB value is (80,30,234). Sum of RGB (Red+Green+Blue) = 80+30+234=344 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.26% from 344); Green value is 30 (12.11% from 255 or 8.72% from 344); Blue value is 234 (91.80% from 255 or 68.02% from 344); Max value from RGB is 234 - color contains mainly: blue. Hex color #501EEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #501EEA is #AFE115. Grayscale: #434343. Windows color (decimal): -11526422 or 15343184. OLE color: 15343184.
HSL color Cylindrical-coordinate representation of color #501EEA: hue angle of 254.71º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #501EEA is Cyan = 0.66, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 80 | 30 | 234 | - |
| CMYK | 0.66 | 0.87 | 0 | 0.08 |
| HSL | 254.71º | 0.83% | 0.52% | - |
| HSV(B) | 254.71º | 0.87% | 0.92% | - |
| XYZ | 18.62 | 8.57 | 78.52 | - |
| YUV | 68.21 | 221.57 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 30 | 234 | 0.66 | 0.87 | 0 | 0.08 | 254.71 | 0.83 | 0.52 |
| Hex | 50 | 1E | EA | 42 | 57 | 0 | 8 | FF | 53 | 34 |
| Octal | 120 | 36 | 352 | 102 | 127 | 0 | 10 | 377 | 123 | 64 |
| Binary | 1010000 | 11110 | 11101010 | 1000010 | 1010111 | 0 | 1000 | 11111111 | 1010011 | 110100 |
Color Harmonies of #501EEA
Complementary color
Monochromatic Colors of #501EEA
Black with #501EEA
Text Example
Text Example
White with #501EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501EEA; }
p { color: rgb(80,30,234); }
H1.HeaderClassName
{
color: #501EEA;
}
.AnyTagClassName
{
color: #501EEA;
}
</style>
background-color css
<style>
a { background-color: #501EEA; }
a { background-color: rgb(80,30,234); }
div.DivClassName
{
background-color: #501EEA;
}
.BgClassName
{
background-color: #501EEA;
}
</style>
border-color css
<style>
span { border-color: #501EEA; }
span { border-color: rgb(80,30,234); }
td.TdClassName
{
border-color: #501EEA;
}
.TagClassName
{
border-color: #501EEA;
}
</style>