Shades of Han Purple #500AFC
Tints of Han Purple #500AFC
RGB
CMYK
RGB Variations
Color information
#500AFC (or 0x500AFC) is known color: Han Purple. HEX triplet: 50, 0A and FC. RGB value is (80,10,252). Sum of RGB (Red+Green+Blue) = 80+10+252=342 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.39% from 342); Green value is 10 (4.30% from 255 or 2.92% from 342); Blue value is 252 (98.83% from 255 or 73.68% from 342); Max value from RGB is 252 - color contains mainly: blue. Hex color #500AFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #500AFC is #AFF503. Grayscale: #393939. Windows color (decimal): -11531524 or 16517712. OLE color: 16517712.
HSL color Cylindrical-coordinate representation of color #500AFC: hue angle of 257.36º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #500AFC is Cyan = 0.68, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 10 | 252 | - |
| CMYK | 0.68 | 0.96 | 0 | 0.01 |
| HSL | 257.36º | 0.98% | 0.51% | - |
| HSV(B) | 257.36º | 0.96% | 0.99% | - |
| XYZ | 20.99 | 8.95 | 92.72 | - |
| YUV | 58.52 | 237.19 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 10 | 252 | 0.68 | 0.96 | 0 | 0.01 | 257.36 | 0.98 | 0.51 |
| Hex | 50 | A | FC | 44 | 60 | 0 | 1 | 101 | 62 | 33 |
| Octal | 120 | 12 | 374 | 104 | 140 | 0 | 1 | 401 | 142 | 63 |
| Binary | 1010000 | 1010 | 11111100 | 1000100 | 1100000 | 0 | 1 | 100000001 | 1100010 | 110011 |
Color Harmonies of #500AFC
Complementary color
Monochromatic Colors of #500AFC
Black with #500AFC
Text Example
Text Example
White with #500AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500AFC; }
p { color: rgb(80,10,252); }
H1.HeaderClassName
{
color: #500AFC;
}
.AnyTagClassName
{
color: #500AFC;
}
</style>
background-color css
<style>
a { background-color: #500AFC; }
a { background-color: rgb(80,10,252); }
div.DivClassName
{
background-color: #500AFC;
}
.BgClassName
{
background-color: #500AFC;
}
</style>
border-color css
<style>
span { border-color: #500AFC; }
span { border-color: rgb(80,10,252); }
td.TdClassName
{
border-color: #500AFC;
}
.TagClassName
{
border-color: #500AFC;
}
</style>