Shades of Han Purple #4012FB
Tints of Han Purple #4012FB
RGB
CMYK
RGB Variations
Color information
#4012FB (or 0x4012FB) is known color: Han Purple. HEX triplet: 40, 12 and FB. RGB value is (64,18,251). Sum of RGB (Red+Green+Blue) = 64+18+251=333 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.22% from 333); Green value is 18 (7.42% from 255 or 5.41% from 333); Blue value is 251 (98.44% from 255 or 75.38% from 333); Max value from RGB is 251 - color contains mainly: blue. Hex color #4012FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4012FB is #BFED04. Grayscale: #393939. Windows color (decimal): -12578053 or 16454208. OLE color: 16454208.
HSL color Cylindrical-coordinate representation of color #4012FB: hue angle of 251.85º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4012FB is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 18 | 251 | - |
| CMYK | 0.75 | 0.93 | 0 | 0.02 |
| HSL | 251.85º | 0.97% | 0.53% | - |
| HSV(B) | 251.85º | 0.93% | 0.98% | - |
| XYZ | 19.74 | 8.49 | 91.86 | - |
| YUV | 58.32 | 236.74 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 18 | 251 | 0.75 | 0.93 | 0 | 0.02 | 251.85 | 0.97 | 0.53 |
| Hex | 40 | 12 | FB | 4B | 5D | 0 | 2 | FC | 61 | 35 |
| Octal | 100 | 22 | 373 | 113 | 135 | 0 | 2 | 374 | 141 | 65 |
| Binary | 1000000 | 10010 | 11111011 | 1001011 | 1011101 | 0 | 10 | 11111100 | 1100001 | 110101 |
Color Harmonies of #4012FB
Complementary color
Monochromatic Colors of #4012FB
Black with #4012FB
Text Example
Text Example
White with #4012FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4012FB; }
p { color: rgb(64,18,251); }
H1.HeaderClassName
{
color: #4012FB;
}
.AnyTagClassName
{
color: #4012FB;
}
</style>
background-color css
<style>
a { background-color: #4012FB; }
a { background-color: rgb(64,18,251); }
div.DivClassName
{
background-color: #4012FB;
}
.BgClassName
{
background-color: #4012FB;
}
</style>
border-color css
<style>
span { border-color: #4012FB; }
span { border-color: rgb(64,18,251); }
td.TdClassName
{
border-color: #4012FB;
}
.TagClassName
{
border-color: #4012FB;
}
</style>