Shades of Han Purple #500CEE
Tints of Han Purple #500CEE
RGB
CMYK
RGB Variations
Color information
#500CEE (or 0x500CEE) is known color: Han Purple. HEX triplet: 50, 0C and EE. RGB value is (80,12,238). Sum of RGB (Red+Green+Blue) = 80+12+238=330 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.24% from 330); Green value is 12 (5.08% from 255 or 3.64% from 330); Blue value is 238 (93.36% from 255 or 72.12% from 330); Max value from RGB is 238 - color contains mainly: blue. Hex color #500CEE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #500CEE is #AFF311. Grayscale: #393939. Windows color (decimal): -11531026 or 15600720. OLE color: 15600720.
HSL color Cylindrical-coordinate representation of color #500CEE: hue angle of 258.05º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500CEE is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 12 | 238 | - |
| CMYK | 0.66 | 0.95 | 0 | 0.07 |
| HSL | 258.05º | 0.9% | 0.49% | - |
| HSV(B) | 258.05º | 0.95% | 0.93% | - |
| XYZ | 18.87 | 8.14 | 81.47 | - |
| YUV | 58.1 | 229.53 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 12 | 238 | 0.66 | 0.95 | 0 | 0.07 | 258.05 | 0.9 | 0.49 |
| Hex | 50 | C | EE | 42 | 5F | 0 | 7 | 102 | 5A | 31 |
| Octal | 120 | 14 | 356 | 102 | 137 | 0 | 7 | 402 | 132 | 61 |
| Binary | 1010000 | 1100 | 11101110 | 1000010 | 1011111 | 0 | 111 | 100000010 | 1011010 | 110001 |
Color Harmonies of #500CEE
Complementary color
Monochromatic Colors of #500CEE
Black with #500CEE
Text Example
Text Example
White with #500CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500CEE; }
p { color: rgb(80,12,238); }
H1.HeaderClassName
{
color: #500CEE;
}
.AnyTagClassName
{
color: #500CEE;
}
</style>
background-color css
<style>
a { background-color: #500CEE; }
a { background-color: rgb(80,12,238); }
div.DivClassName
{
background-color: #500CEE;
}
.BgClassName
{
background-color: #500CEE;
}
</style>
border-color css
<style>
span { border-color: #500CEE; }
span { border-color: rgb(80,12,238); }
td.TdClassName
{
border-color: #500CEE;
}
.TagClassName
{
border-color: #500CEE;
}
</style>