Shades of Han Purple #4007FC
Tints of Han Purple #4007FC
RGB
CMYK
RGB Variations
Color information
#4007FC (or 0x4007FC) is known color: Han Purple. HEX triplet: 40, 07 and FC. RGB value is (64,7,252). Sum of RGB (Red+Green+Blue) = 64+7+252=323 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.81% from 323); Green value is 7 (3.12% from 255 or 2.17% from 323); Blue value is 252 (98.83% from 255 or 78.02% from 323); Max value from RGB is 252 - color contains mainly: blue. Hex color #4007FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4007FC is #BFF803. Grayscale: #333333. Windows color (decimal): -12580868 or 16516928. OLE color: 16516928.
HSL color Cylindrical-coordinate representation of color #4007FC: hue angle of 253.96º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4007FC is Cyan = 0.75, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 7 | 252 | - |
| CMYK | 0.75 | 0.97 | 0 | 0.01 |
| HSL | 253.96º | 0.98% | 0.51% | - |
| HSV(B) | 253.96º | 0.97% | 0.99% | - |
| XYZ | 19.76 | 8.27 | 92.65 | - |
| YUV | 51.97 | 240.88 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 7 | 252 | 0.75 | 0.97 | 0 | 0.01 | 253.96 | 0.98 | 0.51 |
| Hex | 40 | 7 | FC | 4B | 61 | 0 | 1 | FE | 62 | 33 |
| Octal | 100 | 7 | 374 | 113 | 141 | 0 | 1 | 376 | 142 | 63 |
| Binary | 1000000 | 111 | 11111100 | 1001011 | 1100001 | 0 | 1 | 11111110 | 1100010 | 110011 |
Color Harmonies of #4007FC
Complementary color
Monochromatic Colors of #4007FC
Black with #4007FC
Text Example
Text Example
White with #4007FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4007FC; }
p { color: rgb(64,7,252); }
H1.HeaderClassName
{
color: #4007FC;
}
.AnyTagClassName
{
color: #4007FC;
}
</style>
background-color css
<style>
a { background-color: #4007FC; }
a { background-color: rgb(64,7,252); }
div.DivClassName
{
background-color: #4007FC;
}
.BgClassName
{
background-color: #4007FC;
}
</style>
border-color css
<style>
span { border-color: #4007FC; }
span { border-color: rgb(64,7,252); }
td.TdClassName
{
border-color: #4007FC;
}
.TagClassName
{
border-color: #4007FC;
}
</style>