Shades of Han Purple #500CFB
Tints of Han Purple #500CFB
RGB
CMYK
RGB Variations
Color information
#500CFB (or 0x500CFB) is known color: Han Purple. HEX triplet: 50, 0C and FB. RGB value is (80,12,251). Sum of RGB (Red+Green+Blue) = 80+12+251=343 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.32% from 343); Green value is 12 (5.08% from 255 or 3.50% from 343); Blue value is 251 (98.44% from 255 or 73.18% from 343); Max value from RGB is 251 - color contains mainly: blue. Hex color #500CFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #500CFB is #AFF304. Grayscale: #3A3A3A. Windows color (decimal): -11531013 or 16452688. OLE color: 16452688.
HSL color Cylindrical-coordinate representation of color #500CFB: hue angle of 257.07º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500CFB is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 80 | 12 | 251 | - |
| CMYK | 0.68 | 0.95 | 0 | 0.02 |
| HSL | 257.07º | 0.97% | 0.52% | - |
| HSV(B) | 257.07º | 0.95% | 0.98% | - |
| XYZ | 20.85 | 8.93 | 91.89 | - |
| YUV | 59.58 | 236.03 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 12 | 251 | 0.68 | 0.95 | 0 | 0.02 | 257.07 | 0.97 | 0.52 |
| Hex | 50 | C | FB | 44 | 5F | 0 | 2 | 101 | 61 | 34 |
| Octal | 120 | 14 | 373 | 104 | 137 | 0 | 2 | 401 | 141 | 64 |
| Binary | 1010000 | 1100 | 11111011 | 1000100 | 1011111 | 0 | 10 | 100000001 | 1100001 | 110100 |
Color Harmonies of #500CFB
Complementary color
Monochromatic Colors of #500CFB
Black with #500CFB
Text Example
Text Example
White with #500CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500CFB; }
p { color: rgb(80,12,251); }
H1.HeaderClassName
{
color: #500CFB;
}
.AnyTagClassName
{
color: #500CFB;
}
</style>
background-color css
<style>
a { background-color: #500CFB; }
a { background-color: rgb(80,12,251); }
div.DivClassName
{
background-color: #500CFB;
}
.BgClassName
{
background-color: #500CFB;
}
</style>
border-color css
<style>
span { border-color: #500CFB; }
span { border-color: rgb(80,12,251); }
td.TdClassName
{
border-color: #500CFB;
}
.TagClassName
{
border-color: #500CFB;
}
</style>