Shades of Han Purple #500CE6
Tints of Han Purple #500CE6
RGB
CMYK
RGB Variations
Color information
#500CE6 (or 0x500CE6) is known color: Han Purple. HEX triplet: 50, 0C and E6. RGB value is (80,12,230). Sum of RGB (Red+Green+Blue) = 80+12+230=322 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.84% from 322); Green value is 12 (5.08% from 255 or 3.73% from 322); Blue value is 230 (90.23% from 255 or 71.43% from 322); Max value from RGB is 230 - color contains mainly: blue. Hex color #500CE6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #500CE6 is #AFF319. Grayscale: #383838. Windows color (decimal): -11531034 or 15076432. OLE color: 15076432.
HSL color Cylindrical-coordinate representation of color #500CE6: hue angle of 258.72º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500CE6 is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 80 | 12 | 230 | - |
| CMYK | 0.65 | 0.95 | 0 | 0.10 |
| HSL | 258.72º | 0.9% | 0.47% | - |
| HSV(B) | 258.72º | 0.95% | 0.9% | - |
| XYZ | 17.72 | 7.68 | 75.41 | - |
| YUV | 57.18 | 225.53 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 12 | 230 | 0.65 | 0.95 | 0 | 0.10 | 258.72 | 0.9 | 0.47 |
| Hex | 50 | C | E6 | 41 | 5F | 0 | A | 103 | 5A | 2F |
| Octal | 120 | 14 | 346 | 101 | 137 | 0 | 12 | 403 | 132 | 57 |
| Binary | 1010000 | 1100 | 11100110 | 1000001 | 1011111 | 0 | 1010 | 100000011 | 1011010 | 101111 |
Color Harmonies of #500CE6
Complementary color
Monochromatic Colors of #500CE6
Black with #500CE6
Text Example
Text Example
White with #500CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500CE6; }
p { color: rgb(80,12,230); }
H1.HeaderClassName
{
color: #500CE6;
}
.AnyTagClassName
{
color: #500CE6;
}
</style>
background-color css
<style>
a { background-color: #500CE6; }
a { background-color: rgb(80,12,230); }
div.DivClassName
{
background-color: #500CE6;
}
.BgClassName
{
background-color: #500CE6;
}
</style>
border-color css
<style>
span { border-color: #500CE6; }
span { border-color: rgb(80,12,230); }
td.TdClassName
{
border-color: #500CE6;
}
.TagClassName
{
border-color: #500CE6;
}
</style>