Shades of Han Purple #4114F7
Tints of Han Purple #4114F7
RGB
CMYK
RGB Variations
Color information
#4114F7 (or 0x4114F7) is known color: Han Purple. HEX triplet: 41, 14 and F7. RGB value is (65,20,247). Sum of RGB (Red+Green+Blue) = 65+20+247=332 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.58% from 332); Green value is 20 (8.20% from 255 or 6.02% from 332); Blue value is 247 (96.88% from 255 or 74.40% from 332); Max value from RGB is 247 - color contains mainly: blue. Hex color #4114F7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4114F7 is #BEEB08. Grayscale: #3A3A3A. Windows color (decimal): -12512009 or 16192577. OLE color: 16192577.
HSL color Cylindrical-coordinate representation of color #4114F7: hue angle of 251.89º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4114F7 is Cyan = 0.74, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 65 | 20 | 247 | - |
| CMYK | 0.74 | 0.92 | 0 | 0.03 |
| HSL | 251.89º | 0.93% | 0.52% | - |
| HSV(B) | 251.89º | 0.92% | 0.97% | - |
| XYZ | 19.22 | 8.34 | 88.59 | - |
| YUV | 59.33 | 233.91 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 20 | 247 | 0.74 | 0.92 | 0 | 0.03 | 251.89 | 0.93 | 0.52 |
| Hex | 41 | 14 | F7 | 4A | 5C | 0 | 3 | FC | 5D | 34 |
| Octal | 101 | 24 | 367 | 112 | 134 | 0 | 3 | 374 | 135 | 64 |
| Binary | 1000001 | 10100 | 11110111 | 1001010 | 1011100 | 0 | 11 | 11111100 | 1011101 | 110100 |
Color Harmonies of #4114F7
Complementary color
Monochromatic Colors of #4114F7
Black with #4114F7
Text Example
Text Example
White with #4114F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4114F7; }
p { color: rgb(65,20,247); }
H1.HeaderClassName
{
color: #4114F7;
}
.AnyTagClassName
{
color: #4114F7;
}
</style>
background-color css
<style>
a { background-color: #4114F7; }
a { background-color: rgb(65,20,247); }
div.DivClassName
{
background-color: #4114F7;
}
.BgClassName
{
background-color: #4114F7;
}
</style>
border-color css
<style>
span { border-color: #4114F7; }
span { border-color: rgb(65,20,247); }
td.TdClassName
{
border-color: #4114F7;
}
.TagClassName
{
border-color: #4114F7;
}
</style>