Shades of Han Purple #500CFE
Tints of Han Purple #500CFE
RGB
CMYK
RGB Variations
Color information
#500CFE (or 0x500CFE) is known color: Han Purple. HEX triplet: 50, 0C and FE. RGB value is (80,12,254). Sum of RGB (Red+Green+Blue) = 80+12+254=346 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.12% from 346); Green value is 12 (5.08% from 255 or 3.47% from 346); Blue value is 254 (99.61% from 255 or 73.41% from 346); Max value from RGB is 254 - color contains mainly: blue. Hex color #500CFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #500CFE is #AFF301. Grayscale: #3B3B3B. Windows color (decimal): -11531010 or 16649296. OLE color: 16649296.
HSL color Cylindrical-coordinate representation of color #500CFE: hue angle of 256.86º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500CFE is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 80 | 12 | 254 | - |
| CMYK | 0.69 | 0.95 | 0 | 0.00 |
| HSL | 256.86º | 0.99% | 0.52% | - |
| HSV(B) | 256.86º | 0.95% | 1% | - |
| XYZ | 21.33 | 9.12 | 94.4 | - |
| YUV | 59.92 | 237.53 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 12 | 254 | 0.69 | 0.95 | 0 | 0.00 | 256.86 | 0.99 | 0.52 |
| Hex | 50 | C | FE | 45 | 5F | 0 | 0 | 101 | 63 | 34 |
| Octal | 120 | 14 | 376 | 105 | 137 | 0 | 0 | 401 | 143 | 64 |
| Binary | 1010000 | 1100 | 11111110 | 1000101 | 1011111 | 0 | 0 | 100000001 | 1100011 | 110100 |
Color Harmonies of #500CFE
Complementary color
Monochromatic Colors of #500CFE
Black with #500CFE
Text Example
Text Example
White with #500CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500CFE; }
p { color: rgb(80,12,254); }
H1.HeaderClassName
{
color: #500CFE;
}
.AnyTagClassName
{
color: #500CFE;
}
</style>
background-color css
<style>
a { background-color: #500CFE; }
a { background-color: rgb(80,12,254); }
div.DivClassName
{
background-color: #500CFE;
}
.BgClassName
{
background-color: #500CFE;
}
</style>
border-color css
<style>
span { border-color: #500CFE; }
span { border-color: rgb(80,12,254); }
td.TdClassName
{
border-color: #500CFE;
}
.TagClassName
{
border-color: #500CFE;
}
</style>