Shades of Han Purple #500AFE
Tints of Han Purple #500AFE
RGB
CMYK
RGB Variations
Color information
#500AFE (or 0x500AFE) is known color: Han Purple. HEX triplet: 50, 0A and FE. RGB value is (80,10,254). Sum of RGB (Red+Green+Blue) = 80+10+254=344 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.26% from 344); Green value is 10 (4.30% from 255 or 2.91% from 344); Blue value is 254 (99.61% from 255 or 73.84% from 344); Max value from RGB is 254 - color contains mainly: blue. Hex color #500AFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #500AFE is #AFF501. Grayscale: #393939. Windows color (decimal): -11531522 or 16648784. OLE color: 16648784.
HSL color Cylindrical-coordinate representation of color #500AFE: hue angle of 257.21º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #500AFE is Cyan = 0.69, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 80 | 10 | 254 | - |
| CMYK | 0.69 | 0.96 | 0 | 0.00 |
| HSL | 257.21º | 0.99% | 0.52% | - |
| HSV(B) | 257.21º | 0.96% | 1% | - |
| XYZ | 21.31 | 9.08 | 94.4 | - |
| YUV | 58.75 | 238.19 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 10 | 254 | 0.69 | 0.96 | 0 | 0.00 | 257.21 | 0.99 | 0.52 |
| Hex | 50 | A | FE | 45 | 60 | 0 | 0 | 101 | 63 | 34 |
| Octal | 120 | 12 | 376 | 105 | 140 | 0 | 0 | 401 | 143 | 64 |
| Binary | 1010000 | 1010 | 11111110 | 1000101 | 1100000 | 0 | 0 | 100000001 | 1100011 | 110100 |
Color Harmonies of #500AFE
Complementary color
Monochromatic Colors of #500AFE
Black with #500AFE
Text Example
Text Example
White with #500AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500AFE; }
p { color: rgb(80,10,254); }
H1.HeaderClassName
{
color: #500AFE;
}
.AnyTagClassName
{
color: #500AFE;
}
</style>
background-color css
<style>
a { background-color: #500AFE; }
a { background-color: rgb(80,10,254); }
div.DivClassName
{
background-color: #500AFE;
}
.BgClassName
{
background-color: #500AFE;
}
</style>
border-color css
<style>
span { border-color: #500AFE; }
span { border-color: rgb(80,10,254); }
td.TdClassName
{
border-color: #500AFE;
}
.TagClassName
{
border-color: #500AFE;
}
</style>