Shades of Han Purple #4113FA
Tints of Han Purple #4113FA
RGB
CMYK
RGB Variations
Color information
#4113FA (or 0x4113FA) is known color: Han Purple. HEX triplet: 41, 13 and FA. RGB value is (65,19,250). Sum of RGB (Red+Green+Blue) = 65+19+250=334 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.46% from 334); Green value is 19 (7.81% from 255 or 5.69% from 334); Blue value is 250 (98.05% from 255 or 74.85% from 334); Max value from RGB is 250 - color contains mainly: blue. Hex color #4113FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4113FA is #BEEC05. Grayscale: #3A3A3A. Windows color (decimal): -12512262 or 16388929. OLE color: 16388929.
HSL color Cylindrical-coordinate representation of color #4113FA: hue angle of 251.95º degrees, saturation: 0.96, 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 #4113FA is Cyan = 0.74, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 19 | 250 | - |
| CMYK | 0.74 | 0.92 | 0 | 0.02 |
| HSL | 251.95º | 0.96% | 0.53% | - |
| HSV(B) | 251.95º | 0.92% | 0.98% | - |
| XYZ | 19.67 | 8.49 | 91.04 | - |
| YUV | 59.09 | 235.74 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 19 | 250 | 0.74 | 0.92 | 0 | 0.02 | 251.95 | 0.96 | 0.53 |
| Hex | 41 | 13 | FA | 4A | 5C | 0 | 2 | FC | 60 | 35 |
| Octal | 101 | 23 | 372 | 112 | 134 | 0 | 2 | 374 | 140 | 65 |
| Binary | 1000001 | 10011 | 11111010 | 1001010 | 1011100 | 0 | 10 | 11111100 | 1100000 | 110101 |
Color Harmonies of #4113FA
Complementary color
Monochromatic Colors of #4113FA
Black with #4113FA
Text Example
Text Example
White with #4113FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4113FA; }
p { color: rgb(65,19,250); }
H1.HeaderClassName
{
color: #4113FA;
}
.AnyTagClassName
{
color: #4113FA;
}
</style>
background-color css
<style>
a { background-color: #4113FA; }
a { background-color: rgb(65,19,250); }
div.DivClassName
{
background-color: #4113FA;
}
.BgClassName
{
background-color: #4113FA;
}
</style>
border-color css
<style>
span { border-color: #4113FA; }
span { border-color: rgb(65,19,250); }
td.TdClassName
{
border-color: #4113FA;
}
.TagClassName
{
border-color: #4113FA;
}
</style>