Shades of Han Purple #4107DE
Tints of Han Purple #4107DE
RGB
CMYK
RGB Variations
Color information
#4107DE (or 0x4107DE) is known color: Han Purple. HEX triplet: 41, 07 and DE. RGB value is (65,7,222). Sum of RGB (Red+Green+Blue) = 65+7+222=294 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.11% from 294); Green value is 7 (3.12% from 255 or 2.38% from 294); Blue value is 222 (87.11% from 255 or 75.51% from 294); Max value from RGB is 222 - color contains mainly: blue. Hex color #4107DE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4107DE is #BEF821. Grayscale: #303030. Windows color (decimal): -12515362 or 14550849. OLE color: 14550849.
HSL color Cylindrical-coordinate representation of color #4107DE: hue angle of 256.19º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4107DE is Cyan = 0.71, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 7 | 222 | - |
| CMYK | 0.71 | 0.97 | 0 | 0.13 |
| HSL | 256.19º | 0.94% | 0.45% | - |
| HSV(B) | 256.19º | 0.97% | 0.87% | - |
| XYZ | 15.44 | 6.55 | 69.56 | - |
| YUV | 48.85 | 225.72 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 7 | 222 | 0.71 | 0.97 | 0 | 0.13 | 256.19 | 0.94 | 0.45 |
| Hex | 41 | 7 | DE | 47 | 61 | 0 | D | 100 | 5E | 2D |
| Octal | 101 | 7 | 336 | 107 | 141 | 0 | 15 | 400 | 136 | 55 |
| Binary | 1000001 | 111 | 11011110 | 1000111 | 1100001 | 0 | 1101 | 100000000 | 1011110 | 101101 |
Color Harmonies of #4107DE
Complementary color
Monochromatic Colors of #4107DE
Black with #4107DE
Text Example
Text Example
White with #4107DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4107DE; }
p { color: rgb(65,7,222); }
H1.HeaderClassName
{
color: #4107DE;
}
.AnyTagClassName
{
color: #4107DE;
}
</style>
background-color css
<style>
a { background-color: #4107DE; }
a { background-color: rgb(65,7,222); }
div.DivClassName
{
background-color: #4107DE;
}
.BgClassName
{
background-color: #4107DE;
}
</style>
border-color css
<style>
span { border-color: #4107DE; }
span { border-color: rgb(65,7,222); }
td.TdClassName
{
border-color: #4107DE;
}
.TagClassName
{
border-color: #4107DE;
}
</style>