Shades of Han Purple #4007DC
Tints of Han Purple #4007DC
RGB
CMYK
RGB Variations
Color information
#4007DC (or 0x4007DC) is known color: Han Purple. HEX triplet: 40, 07 and DC. RGB value is (64,7,220). Sum of RGB (Red+Green+Blue) = 64+7+220=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 7 (3.12% from 255 or 2.41% from 291); Blue value is 220 (86.33% from 255 or 75.60% from 291); Max value from RGB is 220 - color contains mainly: blue. Hex color #4007DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4007DC is #BFF823. Grayscale: #2F2F2F. Windows color (decimal): -12580900 or 14419776. OLE color: 14419776.
HSL color Cylindrical-coordinate representation of color #4007DC: hue angle of 256.06º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4007DC is Cyan = 0.71, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 7 | 220 | - |
| CMYK | 0.71 | 0.97 | 0 | 0.14 |
| HSL | 256.06º | 0.94% | 0.45% | - |
| HSV(B) | 256.06º | 0.97% | 0.86% | - |
| XYZ | 15.11 | 6.41 | 68.15 | - |
| YUV | 48.33 | 224.88 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 7 | 220 | 0.71 | 0.97 | 0 | 0.14 | 256.06 | 0.94 | 0.45 |
| Hex | 40 | 7 | DC | 47 | 61 | 0 | E | 100 | 5E | 2D |
| Octal | 100 | 7 | 334 | 107 | 141 | 0 | 16 | 400 | 136 | 55 |
| Binary | 1000000 | 111 | 11011100 | 1000111 | 1100001 | 0 | 1110 | 100000000 | 1011110 | 101101 |
Color Harmonies of #4007DC
Complementary color
Monochromatic Colors of #4007DC
Black with #4007DC
Text Example
Text Example
White with #4007DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4007DC; }
p { color: rgb(64,7,220); }
H1.HeaderClassName
{
color: #4007DC;
}
.AnyTagClassName
{
color: #4007DC;
}
</style>
background-color css
<style>
a { background-color: #4007DC; }
a { background-color: rgb(64,7,220); }
div.DivClassName
{
background-color: #4007DC;
}
.BgClassName
{
background-color: #4007DC;
}
</style>
border-color css
<style>
span { border-color: #4007DC; }
span { border-color: rgb(64,7,220); }
td.TdClassName
{
border-color: #4007DC;
}
.TagClassName
{
border-color: #4007DC;
}
</style>