Shades of Han Purple #4106DA
Tints of Han Purple #4106DA
RGB
CMYK
RGB Variations
Color information
#4106DA (or 0x4106DA) is known color: Han Purple. HEX triplet: 41, 06 and DA. RGB value is (65,6,218). Sum of RGB (Red+Green+Blue) = 65+6+218=289 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.49% from 289); Green value is 6 (2.73% from 255 or 2.08% from 289); Blue value is 218 (85.55% from 255 or 75.43% from 289); Max value from RGB is 218 - color contains mainly: blue. Hex color #4106DA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4106DA is #BEF925. Grayscale: #2F2F2F. Windows color (decimal): -12515622 or 14288449. OLE color: 14288449.
HSL color Cylindrical-coordinate representation of color #4106DA: hue angle of 256.7º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4106DA is Cyan = 0.70, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 65 | 6 | 218 | - |
| CMYK | 0.70 | 0.97 | 0 | 0.15 |
| HSL | 256.7º | 0.95% | 0.44% | - |
| HSV(B) | 256.7º | 0.97% | 0.85% | - |
| XYZ | 14.9 | 6.32 | 66.76 | - |
| YUV | 47.81 | 224.05 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 6 | 218 | 0.70 | 0.97 | 0 | 0.15 | 256.7 | 0.95 | 0.44 |
| Hex | 41 | 6 | DA | 46 | 61 | 0 | F | 101 | 5F | 2C |
| Octal | 101 | 6 | 332 | 106 | 141 | 0 | 17 | 401 | 137 | 54 |
| Binary | 1000001 | 110 | 11011010 | 1000110 | 1100001 | 0 | 1111 | 100000001 | 1011111 | 101100 |
Color Harmonies of #4106DA
Complementary color
Monochromatic Colors of #4106DA
Black with #4106DA
Text Example
Text Example
White with #4106DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4106DA; }
p { color: rgb(65,6,218); }
H1.HeaderClassName
{
color: #4106DA;
}
.AnyTagClassName
{
color: #4106DA;
}
</style>
background-color css
<style>
a { background-color: #4106DA; }
a { background-color: rgb(65,6,218); }
div.DivClassName
{
background-color: #4106DA;
}
.BgClassName
{
background-color: #4106DA;
}
</style>
border-color css
<style>
span { border-color: #4106DA; }
span { border-color: rgb(65,6,218); }
td.TdClassName
{
border-color: #4106DA;
}
.TagClassName
{
border-color: #4106DA;
}
</style>