Shades of Han Purple #4114FB
Tints of Han Purple #4114FB
RGB
CMYK
RGB Variations
Color information
#4114FB (or 0x4114FB) is known color: Han Purple. HEX triplet: 41, 14 and FB. RGB value is (65,20,251). Sum of RGB (Red+Green+Blue) = 65+20+251=336 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.35% from 336); Green value is 20 (8.20% from 255 or 5.95% from 336); Blue value is 251 (98.44% from 255 or 74.70% from 336); Max value from RGB is 251 - color contains mainly: blue. Hex color #4114FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4114FB is #BEEB04. Grayscale: #3A3A3A. Windows color (decimal): -12512005 or 16454721. OLE color: 16454721.
HSL color Cylindrical-coordinate representation of color #4114FB: hue angle of 251.69º 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 #4114FB is Cyan = 0.74, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 20 | 251 | - |
| CMYK | 0.74 | 0.92 | 0 | 0.02 |
| HSL | 251.69º | 0.97% | 0.53% | - |
| HSV(B) | 251.69º | 0.92% | 0.98% | - |
| XYZ | 19.84 | 8.59 | 91.88 | - |
| YUV | 59.79 | 235.91 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 20 | 251 | 0.74 | 0.92 | 0 | 0.02 | 251.69 | 0.97 | 0.53 |
| Hex | 41 | 14 | FB | 4A | 5C | 0 | 2 | FC | 61 | 35 |
| Octal | 101 | 24 | 373 | 112 | 134 | 0 | 2 | 374 | 141 | 65 |
| Binary | 1000001 | 10100 | 11111011 | 1001010 | 1011100 | 0 | 10 | 11111100 | 1100001 | 110101 |
Color Harmonies of #4114FB
Complementary color
Monochromatic Colors of #4114FB
Black with #4114FB
Text Example
Text Example
White with #4114FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4114FB; }
p { color: rgb(65,20,251); }
H1.HeaderClassName
{
color: #4114FB;
}
.AnyTagClassName
{
color: #4114FB;
}
</style>
background-color css
<style>
a { background-color: #4114FB; }
a { background-color: rgb(65,20,251); }
div.DivClassName
{
background-color: #4114FB;
}
.BgClassName
{
background-color: #4114FB;
}
</style>
border-color css
<style>
span { border-color: #4114FB; }
span { border-color: rgb(65,20,251); }
td.TdClassName
{
border-color: #4114FB;
}
.TagClassName
{
border-color: #4114FB;
}
</style>