Shades of Han Purple #4112F6
Tints of Han Purple #4112F6
RGB
CMYK
RGB Variations
Color information
#4112F6 (or 0x4112F6) is known color: Han Purple. HEX triplet: 41, 12 and F6. RGB value is (65,18,246). Sum of RGB (Red+Green+Blue) = 65+18+246=329 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.76% from 329); Green value is 18 (7.42% from 255 or 5.47% from 329); Blue value is 246 (96.48% from 255 or 74.77% from 329); Max value from RGB is 246 - color contains mainly: blue. Hex color #4112F6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4112F6 is #BEED09. Grayscale: #393939. Windows color (decimal): -12512522 or 16126529. OLE color: 16126529.
HSL color Cylindrical-coordinate representation of color #4112F6: hue angle of 252.37º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4112F6 is Cyan = 0.74, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 65 | 18 | 246 | - |
| CMYK | 0.74 | 0.93 | 0 | 0.04 |
| HSL | 252.37º | 0.93% | 0.52% | - |
| HSV(B) | 252.37º | 0.93% | 0.96% | - |
| XYZ | 19.03 | 8.21 | 87.77 | - |
| YUV | 58.05 | 234.07 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 18 | 246 | 0.74 | 0.93 | 0 | 0.04 | 252.37 | 0.93 | 0.52 |
| Hex | 41 | 12 | F6 | 4A | 5D | 0 | 4 | FC | 5D | 34 |
| Octal | 101 | 22 | 366 | 112 | 135 | 0 | 4 | 374 | 135 | 64 |
| Binary | 1000001 | 10010 | 11110110 | 1001010 | 1011101 | 0 | 100 | 11111100 | 1011101 | 110100 |
Color Harmonies of #4112F6
Complementary color
Monochromatic Colors of #4112F6
Black with #4112F6
Text Example
Text Example
White with #4112F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4112F6; }
p { color: rgb(65,18,246); }
H1.HeaderClassName
{
color: #4112F6;
}
.AnyTagClassName
{
color: #4112F6;
}
</style>
background-color css
<style>
a { background-color: #4112F6; }
a { background-color: rgb(65,18,246); }
div.DivClassName
{
background-color: #4112F6;
}
.BgClassName
{
background-color: #4112F6;
}
</style>
border-color css
<style>
span { border-color: #4112F6; }
span { border-color: rgb(65,18,246); }
td.TdClassName
{
border-color: #4112F6;
}
.TagClassName
{
border-color: #4112F6;
}
</style>