Shades of Han Purple #500AEF
Tints of Han Purple #500AEF
RGB
CMYK
RGB Variations
Color information
#500AEF (or 0x500AEF) is known color: Han Purple. HEX triplet: 50, 0A and EF. RGB value is (80,10,239). Sum of RGB (Red+Green+Blue) = 80+10+239=329 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.32% from 329); Green value is 10 (4.30% from 255 or 3.04% from 329); Blue value is 239 (93.75% from 255 or 72.64% from 329); Max value from RGB is 239 - color contains mainly: blue. Hex color #500AEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #500AEF is #AFF510. Grayscale: #383838. Windows color (decimal): -11531537 or 15665744. OLE color: 15665744.
HSL color Cylindrical-coordinate representation of color #500AEF: hue angle of 258.34º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #500AEF is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 10 | 239 | - |
| CMYK | 0.67 | 0.96 | 0 | 0.06 |
| HSL | 258.34º | 0.92% | 0.49% | - |
| HSV(B) | 258.34º | 0.96% | 0.94% | - |
| XYZ | 19 | 8.15 | 82.23 | - |
| YUV | 57.04 | 230.69 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 10 | 239 | 0.67 | 0.96 | 0 | 0.06 | 258.34 | 0.92 | 0.49 |
| Hex | 50 | A | EF | 43 | 60 | 0 | 6 | 102 | 5C | 31 |
| Octal | 120 | 12 | 357 | 103 | 140 | 0 | 6 | 402 | 134 | 61 |
| Binary | 1010000 | 1010 | 11101111 | 1000011 | 1100000 | 0 | 110 | 100000010 | 1011100 | 110001 |
Color Harmonies of #500AEF
Complementary color
Monochromatic Colors of #500AEF
Black with #500AEF
Text Example
Text Example
White with #500AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500AEF; }
p { color: rgb(80,10,239); }
H1.HeaderClassName
{
color: #500AEF;
}
.AnyTagClassName
{
color: #500AEF;
}
</style>
background-color css
<style>
a { background-color: #500AEF; }
a { background-color: rgb(80,10,239); }
div.DivClassName
{
background-color: #500AEF;
}
.BgClassName
{
background-color: #500AEF;
}
</style>
border-color css
<style>
span { border-color: #500AEF; }
span { border-color: rgb(80,10,239); }
td.TdClassName
{
border-color: #500AEF;
}
.TagClassName
{
border-color: #500AEF;
}
</style>