Shades of Han Purple #500AF8
Tints of Han Purple #500AF8
RGB
CMYK
RGB Variations
Color information
#500AF8 (or 0x500AF8) is known color: Han Purple. HEX triplet: 50, 0A and F8. RGB value is (80,10,248). Sum of RGB (Red+Green+Blue) = 80+10+248=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 10 (4.30% from 255 or 2.96% from 338); Blue value is 248 (97.27% from 255 or 73.37% from 338); Max value from RGB is 248 - color contains mainly: blue. Hex color #500AF8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #500AF8 is #AFF507. Grayscale: #393939. Windows color (decimal): -11531528 or 16255568. OLE color: 16255568.
HSL color Cylindrical-coordinate representation of color #500AF8: hue angle of 257.65º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #500AF8 is Cyan = 0.68, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 80 | 10 | 248 | - |
| CMYK | 0.68 | 0.96 | 0 | 0.03 |
| HSL | 257.65º | 0.94% | 0.51% | - |
| HSV(B) | 257.65º | 0.96% | 0.97% | - |
| XYZ | 20.36 | 8.7 | 89.41 | - |
| YUV | 58.06 | 235.19 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 10 | 248 | 0.68 | 0.96 | 0 | 0.03 | 257.65 | 0.94 | 0.51 |
| Hex | 50 | A | F8 | 44 | 60 | 0 | 3 | 102 | 5E | 33 |
| Octal | 120 | 12 | 370 | 104 | 140 | 0 | 3 | 402 | 136 | 63 |
| Binary | 1010000 | 1010 | 11111000 | 1000100 | 1100000 | 0 | 11 | 100000010 | 1011110 | 110011 |
Color Harmonies of #500AF8
Complementary color
Monochromatic Colors of #500AF8
Black with #500AF8
Text Example
Text Example
White with #500AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500AF8; }
p { color: rgb(80,10,248); }
H1.HeaderClassName
{
color: #500AF8;
}
.AnyTagClassName
{
color: #500AF8;
}
</style>
background-color css
<style>
a { background-color: #500AF8; }
a { background-color: rgb(80,10,248); }
div.DivClassName
{
background-color: #500AF8;
}
.BgClassName
{
background-color: #500AF8;
}
</style>
border-color css
<style>
span { border-color: #500AF8; }
span { border-color: rgb(80,10,248); }
td.TdClassName
{
border-color: #500AF8;
}
.TagClassName
{
border-color: #500AF8;
}
</style>