Shades of Han Purple #5012FD
Tints of Han Purple #5012FD
RGB
CMYK
RGB Variations
Color information
#5012FD (or 0x5012FD) is known color: Han Purple. HEX triplet: 50, 12 and FD. RGB value is (80,18,253). Sum of RGB (Red+Green+Blue) = 80+18+253=351 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.79% from 351); Green value is 18 (7.42% from 255 or 5.13% from 351); Blue value is 253 (99.22% from 255 or 72.08% from 351); Max value from RGB is 253 - color contains mainly: blue. Hex color #5012FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5012FD is #AFED02. Grayscale: #3E3E3E. Windows color (decimal): -11529475 or 16585296. OLE color: 16585296.
HSL color Cylindrical-coordinate representation of color #5012FD: hue angle of 255.83º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5012FD is Cyan = 0.68, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 18 | 253 | - |
| CMYK | 0.68 | 0.93 | 0 | 0.01 |
| HSL | 255.83º | 0.98% | 0.53% | - |
| HSV(B) | 255.83º | 0.93% | 0.99% | - |
| XYZ | 21.25 | 9.23 | 93.59 | - |
| YUV | 63.33 | 235.04 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 18 | 253 | 0.68 | 0.93 | 0 | 0.01 | 255.83 | 0.98 | 0.53 |
| Hex | 50 | 12 | FD | 44 | 5D | 0 | 1 | 100 | 62 | 35 |
| Octal | 120 | 22 | 375 | 104 | 135 | 0 | 1 | 400 | 142 | 65 |
| Binary | 1010000 | 10010 | 11111101 | 1000100 | 1011101 | 0 | 1 | 100000000 | 1100010 | 110101 |
Color Harmonies of #5012FD
Complementary color
Monochromatic Colors of #5012FD
Black with #5012FD
Text Example
Text Example
White with #5012FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5012FD; }
p { color: rgb(80,18,253); }
H1.HeaderClassName
{
color: #5012FD;
}
.AnyTagClassName
{
color: #5012FD;
}
</style>
background-color css
<style>
a { background-color: #5012FD; }
a { background-color: rgb(80,18,253); }
div.DivClassName
{
background-color: #5012FD;
}
.BgClassName
{
background-color: #5012FD;
}
</style>
border-color css
<style>
span { border-color: #5012FD; }
span { border-color: rgb(80,18,253); }
td.TdClassName
{
border-color: #5012FD;
}
.TagClassName
{
border-color: #5012FD;
}
</style>