Shades of Han Purple #500CEF
Tints of Han Purple #500CEF
RGB
CMYK
RGB Variations
Color information
#500CEF (or 0x500CEF) is known color: Han Purple. HEX triplet: 50, 0C and EF. RGB value is (80,12,239). Sum of RGB (Red+Green+Blue) = 80+12+239=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 12 (5.08% from 255 or 3.63% from 331); Blue value is 239 (93.75% from 255 or 72.21% from 331); Max value from RGB is 239 - color contains mainly: blue. Hex color #500CEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #500CEF is #AFF310. Grayscale: #393939. Windows color (decimal): -11531025 or 15666256. OLE color: 15666256.
HSL color Cylindrical-coordinate representation of color #500CEF: hue angle of 257.97º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500CEF is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 12 | 239 | - |
| CMYK | 0.67 | 0.95 | 0 | 0.06 |
| HSL | 257.97º | 0.9% | 0.49% | - |
| HSV(B) | 257.97º | 0.95% | 0.94% | - |
| XYZ | 19.02 | 8.2 | 82.24 | - |
| YUV | 58.21 | 230.03 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 12 | 239 | 0.67 | 0.95 | 0 | 0.06 | 257.97 | 0.9 | 0.49 |
| Hex | 50 | C | EF | 43 | 5F | 0 | 6 | 102 | 5A | 31 |
| Octal | 120 | 14 | 357 | 103 | 137 | 0 | 6 | 402 | 132 | 61 |
| Binary | 1010000 | 1100 | 11101111 | 1000011 | 1011111 | 0 | 110 | 100000010 | 1011010 | 110001 |
Color Harmonies of #500CEF
Complementary color
Monochromatic Colors of #500CEF
Black with #500CEF
Text Example
Text Example
White with #500CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500CEF; }
p { color: rgb(80,12,239); }
H1.HeaderClassName
{
color: #500CEF;
}
.AnyTagClassName
{
color: #500CEF;
}
</style>
background-color css
<style>
a { background-color: #500CEF; }
a { background-color: rgb(80,12,239); }
div.DivClassName
{
background-color: #500CEF;
}
.BgClassName
{
background-color: #500CEF;
}
</style>
border-color css
<style>
span { border-color: #500CEF; }
span { border-color: rgb(80,12,239); }
td.TdClassName
{
border-color: #500CEF;
}
.TagClassName
{
border-color: #500CEF;
}
</style>