Shades of Han Purple #500CE7
Tints of Han Purple #500CE7
RGB
CMYK
RGB Variations
Color information
#500CE7 (or 0x500CE7) is known color: Han Purple. HEX triplet: 50, 0C and E7. RGB value is (80,12,231). Sum of RGB (Red+Green+Blue) = 80+12+231=323 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.77% from 323); Green value is 12 (5.08% from 255 or 3.72% from 323); Blue value is 231 (90.62% from 255 or 71.52% from 323); Max value from RGB is 231 - color contains mainly: blue. Hex color #500CE7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #500CE7 is #AFF318. Grayscale: #383838. Windows color (decimal): -11531033 or 15141968. OLE color: 15141968.
HSL color Cylindrical-coordinate representation of color #500CE7: hue angle of 258.63º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500CE7 is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 80 | 12 | 231 | - |
| CMYK | 0.65 | 0.95 | 0 | 0.09 |
| HSL | 258.63º | 0.9% | 0.48% | - |
| HSV(B) | 258.63º | 0.95% | 0.91% | - |
| XYZ | 17.86 | 7.74 | 76.15 | - |
| YUV | 57.3 | 226.03 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 12 | 231 | 0.65 | 0.95 | 0 | 0.09 | 258.63 | 0.9 | 0.48 |
| Hex | 50 | C | E7 | 41 | 5F | 0 | 9 | 103 | 5A | 30 |
| Octal | 120 | 14 | 347 | 101 | 137 | 0 | 11 | 403 | 132 | 60 |
| Binary | 1010000 | 1100 | 11100111 | 1000001 | 1011111 | 0 | 1001 | 100000011 | 1011010 | 110000 |
Color Harmonies of #500CE7
Complementary color
Monochromatic Colors of #500CE7
Black with #500CE7
Text Example
Text Example
White with #500CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500CE7; }
p { color: rgb(80,12,231); }
H1.HeaderClassName
{
color: #500CE7;
}
.AnyTagClassName
{
color: #500CE7;
}
</style>
background-color css
<style>
a { background-color: #500CE7; }
a { background-color: rgb(80,12,231); }
div.DivClassName
{
background-color: #500CE7;
}
.BgClassName
{
background-color: #500CE7;
}
</style>
border-color css
<style>
span { border-color: #500CE7; }
span { border-color: rgb(80,12,231); }
td.TdClassName
{
border-color: #500CE7;
}
.TagClassName
{
border-color: #500CE7;
}
</style>