Shades of Han Purple #4113FB
Tints of Han Purple #4113FB
RGB
CMYK
RGB Variations
Color information
#4113FB (or 0x4113FB) is known color: Han Purple. HEX triplet: 41, 13 and FB. RGB value is (65,19,251). Sum of RGB (Red+Green+Blue) = 65+19+251=335 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.40% from 335); Green value is 19 (7.81% from 255 or 5.67% from 335); Blue value is 251 (98.44% from 255 or 74.93% from 335); Max value from RGB is 251 - color contains mainly: blue. Hex color #4113FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4113FB is #BEEC04. Grayscale: #3A3A3A. Windows color (decimal): -12512261 or 16454465. OLE color: 16454465.
HSL color Cylindrical-coordinate representation of color #4113FB: hue angle of 251.9º degrees, saturation: 0.97, 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 #4113FB is Cyan = 0.74, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 19 | 251 | - |
| CMYK | 0.74 | 0.92 | 0 | 0.02 |
| HSL | 251.9º | 0.97% | 0.53% | - |
| HSV(B) | 251.9º | 0.92% | 0.98% | - |
| XYZ | 19.83 | 8.55 | 91.87 | - |
| YUV | 59.2 | 236.24 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 19 | 251 | 0.74 | 0.92 | 0 | 0.02 | 251.9 | 0.97 | 0.53 |
| Hex | 41 | 13 | FB | 4A | 5C | 0 | 2 | FC | 61 | 35 |
| Octal | 101 | 23 | 373 | 112 | 134 | 0 | 2 | 374 | 141 | 65 |
| Binary | 1000001 | 10011 | 11111011 | 1001010 | 1011100 | 0 | 10 | 11111100 | 1100001 | 110101 |
Color Harmonies of #4113FB
Complementary color
Monochromatic Colors of #4113FB
Black with #4113FB
Text Example
Text Example
White with #4113FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4113FB; }
p { color: rgb(65,19,251); }
H1.HeaderClassName
{
color: #4113FB;
}
.AnyTagClassName
{
color: #4113FB;
}
</style>
background-color css
<style>
a { background-color: #4113FB; }
a { background-color: rgb(65,19,251); }
div.DivClassName
{
background-color: #4113FB;
}
.BgClassName
{
background-color: #4113FB;
}
</style>
border-color css
<style>
span { border-color: #4113FB; }
span { border-color: rgb(65,19,251); }
td.TdClassName
{
border-color: #4113FB;
}
.TagClassName
{
border-color: #4113FB;
}
</style>