Shades of Han Purple #4114D7
Tints of Han Purple #4114D7
RGB
CMYK
RGB Variations
Color information
#4114D7 (or 0x4114D7) is known color: Han Purple. HEX triplet: 41, 14 and D7. RGB value is (65,20,215). Sum of RGB (Red+Green+Blue) = 65+20+215=300 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.67% from 300); Green value is 20 (8.20% from 255 or 6.67% from 300); Blue value is 215 (84.38% from 255 or 71.67% from 300); Max value from RGB is 215 - color contains mainly: blue. Hex color #4114D7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4114D7 is #BEEB28. Grayscale: #363636. Windows color (decimal): -12512041 or 14095425. OLE color: 14095425.
HSL color Cylindrical-coordinate representation of color #4114D7: hue angle of 253.85º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4114D7 is Cyan = 0.70, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 65 | 20 | 215 | - |
| CMYK | 0.70 | 0.91 | 0 | 0.16 |
| HSL | 253.85º | 0.83% | 0.46% | - |
| HSV(B) | 253.85º | 0.91% | 0.84% | - |
| XYZ | 14.7 | 6.53 | 64.78 | - |
| YUV | 55.69 | 217.91 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 20 | 215 | 0.70 | 0.91 | 0 | 0.16 | 253.85 | 0.83 | 0.46 |
| Hex | 41 | 14 | D7 | 46 | 5B | 0 | 10 | FE | 53 | 2E |
| Octal | 101 | 24 | 327 | 106 | 133 | 0 | 20 | 376 | 123 | 56 |
| Binary | 1000001 | 10100 | 11010111 | 1000110 | 1011011 | 0 | 10000 | 11111110 | 1010011 | 101110 |
Color Harmonies of #4114D7
Complementary color
Monochromatic Colors of #4114D7
Black with #4114D7
Text Example
Text Example
White with #4114D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4114D7; }
p { color: rgb(65,20,215); }
H1.HeaderClassName
{
color: #4114D7;
}
.AnyTagClassName
{
color: #4114D7;
}
</style>
background-color css
<style>
a { background-color: #4114D7; }
a { background-color: rgb(65,20,215); }
div.DivClassName
{
background-color: #4114D7;
}
.BgClassName
{
background-color: #4114D7;
}
</style>
border-color css
<style>
span { border-color: #4114D7; }
span { border-color: rgb(65,20,215); }
td.TdClassName
{
border-color: #4114D7;
}
.TagClassName
{
border-color: #4114D7;
}
</style>