Shades of Han Purple #4114EE
Tints of Han Purple #4114EE
RGB
CMYK
RGB Variations
Color information
#4114EE (or 0x4114EE) is known color: Han Purple. HEX triplet: 41, 14 and EE. RGB value is (65,20,238). Sum of RGB (Red+Green+Blue) = 65+20+238=323 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.12% from 323); Green value is 20 (8.20% from 255 or 6.19% from 323); Blue value is 238 (93.36% from 255 or 73.68% from 323); Max value from RGB is 238 - color contains mainly: blue. Hex color #4114EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4114EE is #BEEB11. Grayscale: #393939. Windows color (decimal): -12512018 or 15602753. OLE color: 15602753.
HSL color Cylindrical-coordinate representation of color #4114EE: hue angle of 252.39º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4114EE is Cyan = 0.73, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 20 | 238 | - |
| CMYK | 0.73 | 0.92 | 0 | 0.07 |
| HSL | 252.39º | 0.87% | 0.51% | - |
| HSV(B) | 252.39º | 0.92% | 0.93% | - |
| XYZ | 17.86 | 7.8 | 81.45 | - |
| YUV | 58.31 | 229.41 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 20 | 238 | 0.73 | 0.92 | 0 | 0.07 | 252.39 | 0.87 | 0.51 |
| Hex | 41 | 14 | EE | 49 | 5C | 0 | 7 | FC | 57 | 33 |
| Octal | 101 | 24 | 356 | 111 | 134 | 0 | 7 | 374 | 127 | 63 |
| Binary | 1000001 | 10100 | 11101110 | 1001001 | 1011100 | 0 | 111 | 11111100 | 1010111 | 110011 |
Color Harmonies of #4114EE
Complementary color
Monochromatic Colors of #4114EE
Black with #4114EE
Text Example
Text Example
White with #4114EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4114EE; }
p { color: rgb(65,20,238); }
H1.HeaderClassName
{
color: #4114EE;
}
.AnyTagClassName
{
color: #4114EE;
}
</style>
background-color css
<style>
a { background-color: #4114EE; }
a { background-color: rgb(65,20,238); }
div.DivClassName
{
background-color: #4114EE;
}
.BgClassName
{
background-color: #4114EE;
}
</style>
border-color css
<style>
span { border-color: #4114EE; }
span { border-color: rgb(65,20,238); }
td.TdClassName
{
border-color: #4114EE;
}
.TagClassName
{
border-color: #4114EE;
}
</style>