Shades of Han Purple #4107F2
Tints of Han Purple #4107F2
RGB
CMYK
RGB Variations
Color information
#4107F2 (or 0x4107F2) is known color: Han Purple. HEX triplet: 41, 07 and F2. RGB value is (65,7,242). Sum of RGB (Red+Green+Blue) = 65+7+242=314 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.70% from 314); Green value is 7 (3.12% from 255 or 2.23% from 314); Blue value is 242 (94.92% from 255 or 77.07% from 314); Max value from RGB is 242 - color contains mainly: blue. Hex color #4107F2 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4107F2 is #BEF80D. Grayscale: #323232. Windows color (decimal): -12515342 or 15861569. OLE color: 15861569.
HSL color Cylindrical-coordinate representation of color #4107F2: hue angle of 254.81º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4107F2 is Cyan = 0.73, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 65 | 7 | 242 | - |
| CMYK | 0.73 | 0.97 | 0 | 0.05 |
| HSL | 254.81º | 0.94% | 0.49% | - |
| HSV(B) | 254.81º | 0.97% | 0.95% | - |
| XYZ | 18.28 | 7.69 | 84.52 | - |
| YUV | 51.13 | 235.72 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 7 | 242 | 0.73 | 0.97 | 0 | 0.05 | 254.81 | 0.94 | 0.49 |
| Hex | 41 | 7 | F2 | 49 | 61 | 0 | 5 | FF | 5E | 31 |
| Octal | 101 | 7 | 362 | 111 | 141 | 0 | 5 | 377 | 136 | 61 |
| Binary | 1000001 | 111 | 11110010 | 1001001 | 1100001 | 0 | 101 | 11111111 | 1011110 | 110001 |
Color Harmonies of #4107F2
Complementary color
Monochromatic Colors of #4107F2
Black with #4107F2
Text Example
Text Example
White with #4107F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4107F2; }
p { color: rgb(65,7,242); }
H1.HeaderClassName
{
color: #4107F2;
}
.AnyTagClassName
{
color: #4107F2;
}
</style>
background-color css
<style>
a { background-color: #4107F2; }
a { background-color: rgb(65,7,242); }
div.DivClassName
{
background-color: #4107F2;
}
.BgClassName
{
background-color: #4107F2;
}
</style>
border-color css
<style>
span { border-color: #4107F2; }
span { border-color: rgb(65,7,242); }
td.TdClassName
{
border-color: #4107F2;
}
.TagClassName
{
border-color: #4107F2;
}
</style>