Shades of Han Purple #4114E7
Tints of Han Purple #4114E7
RGB
CMYK
RGB Variations
Color information
#4114E7 (or 0x4114E7) is known color: Han Purple. HEX triplet: 41, 14 and E7. RGB value is (65,20,231). Sum of RGB (Red+Green+Blue) = 65+20+231=316 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.57% from 316); Green value is 20 (8.20% from 255 or 6.33% from 316); Blue value is 231 (90.62% from 255 or 73.10% from 316); Max value from RGB is 231 - color contains mainly: blue. Hex color #4114E7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4114E7 is #BEEB18. Grayscale: #383838. Windows color (decimal): -12512025 or 15144001. OLE color: 15144001.
HSL color Cylindrical-coordinate representation of color #4114E7: hue angle of 252.8º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4114E7 is Cyan = 0.72, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 65 | 20 | 231 | - |
| CMYK | 0.72 | 0.91 | 0 | 0.09 |
| HSL | 252.8º | 0.84% | 0.49% | - |
| HSV(B) | 252.8º | 0.91% | 0.91% | - |
| XYZ | 16.85 | 7.39 | 76.14 | - |
| YUV | 57.51 | 225.91 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 20 | 231 | 0.72 | 0.91 | 0 | 0.09 | 252.8 | 0.84 | 0.49 |
| Hex | 41 | 14 | E7 | 48 | 5B | 0 | 9 | FD | 54 | 31 |
| Octal | 101 | 24 | 347 | 110 | 133 | 0 | 11 | 375 | 124 | 61 |
| Binary | 1000001 | 10100 | 11100111 | 1001000 | 1011011 | 0 | 1001 | 11111101 | 1010100 | 110001 |
Color Harmonies of #4114E7
Complementary color
Monochromatic Colors of #4114E7
Black with #4114E7
Text Example
Text Example
White with #4114E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4114E7; }
p { color: rgb(65,20,231); }
H1.HeaderClassName
{
color: #4114E7;
}
.AnyTagClassName
{
color: #4114E7;
}
</style>
background-color css
<style>
a { background-color: #4114E7; }
a { background-color: rgb(65,20,231); }
div.DivClassName
{
background-color: #4114E7;
}
.BgClassName
{
background-color: #4114E7;
}
</style>
border-color css
<style>
span { border-color: #4114E7; }
span { border-color: rgb(65,20,231); }
td.TdClassName
{
border-color: #4114E7;
}
.TagClassName
{
border-color: #4114E7;
}
</style>