Shades of Han Purple #4113F9
Tints of Han Purple #4113F9
RGB
CMYK
RGB Variations
Color information
#4113F9 (or 0x4113F9) is known color: Han Purple. HEX triplet: 41, 13 and F9. RGB value is (65,19,249). Sum of RGB (Red+Green+Blue) = 65+19+249=333 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.52% from 333); Green value is 19 (7.81% from 255 or 5.71% from 333); Blue value is 249 (97.66% from 255 or 74.77% from 333); Max value from RGB is 249 - color contains mainly: blue. Hex color #4113F9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4113F9 is #BEEC06. Grayscale: #3A3A3A. Windows color (decimal): -12512263 or 16323393. OLE color: 16323393.
HSL color Cylindrical-coordinate representation of color #4113F9: hue angle of 252º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4113F9 is Cyan = 0.74, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 19 | 249 | - |
| CMYK | 0.74 | 0.92 | 0 | 0.02 |
| HSL | 252º | 0.95% | 0.53% | - |
| HSV(B) | 252º | 0.92% | 0.98% | - |
| XYZ | 19.51 | 8.43 | 90.22 | - |
| YUV | 58.97 | 235.24 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 19 | 249 | 0.74 | 0.92 | 0 | 0.02 | 252 | 0.95 | 0.53 |
| Hex | 41 | 13 | F9 | 4A | 5C | 0 | 2 | FC | 5F | 35 |
| Octal | 101 | 23 | 371 | 112 | 134 | 0 | 2 | 374 | 137 | 65 |
| Binary | 1000001 | 10011 | 11111001 | 1001010 | 1011100 | 0 | 10 | 11111100 | 1011111 | 110101 |
Color Harmonies of #4113F9
Complementary color
Monochromatic Colors of #4113F9
Black with #4113F9
Text Example
Text Example
White with #4113F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4113F9; }
p { color: rgb(65,19,249); }
H1.HeaderClassName
{
color: #4113F9;
}
.AnyTagClassName
{
color: #4113F9;
}
</style>
background-color css
<style>
a { background-color: #4113F9; }
a { background-color: rgb(65,19,249); }
div.DivClassName
{
background-color: #4113F9;
}
.BgClassName
{
background-color: #4113F9;
}
</style>
border-color css
<style>
span { border-color: #4113F9; }
span { border-color: rgb(65,19,249); }
td.TdClassName
{
border-color: #4113F9;
}
.TagClassName
{
border-color: #4113F9;
}
</style>