Shades of Han Purple #4114DF
Tints of Han Purple #4114DF
RGB
CMYK
RGB Variations
Color information
#4114DF (or 0x4114DF) is known color: Han Purple. HEX triplet: 41, 14 and DF. RGB value is (65,20,223). Sum of RGB (Red+Green+Blue) = 65+20+223=308 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.10% from 308); Green value is 20 (8.20% from 255 or 6.49% from 308); Blue value is 223 (87.5% from 255 or 72.40% from 308); Max value from RGB is 223 - color contains mainly: blue. Hex color #4114DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4114DF is #BEEB20. Grayscale: #373737. Windows color (decimal): -12512033 or 14619713. OLE color: 14619713.
HSL color Cylindrical-coordinate representation of color #4114DF: hue angle of 253.3º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4114DF is Cyan = 0.71, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 20 | 223 | - |
| CMYK | 0.71 | 0.91 | 0 | 0.13 |
| HSL | 253.3º | 0.84% | 0.48% | - |
| HSV(B) | 253.3º | 0.91% | 0.87% | - |
| XYZ | 15.75 | 6.95 | 70.32 | - |
| YUV | 56.6 | 221.91 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 20 | 223 | 0.71 | 0.91 | 0 | 0.13 | 253.3 | 0.84 | 0.48 |
| Hex | 41 | 14 | DF | 47 | 5B | 0 | D | FD | 54 | 30 |
| Octal | 101 | 24 | 337 | 107 | 133 | 0 | 15 | 375 | 124 | 60 |
| Binary | 1000001 | 10100 | 11011111 | 1000111 | 1011011 | 0 | 1101 | 11111101 | 1010100 | 110000 |
Color Harmonies of #4114DF
Complementary color
Monochromatic Colors of #4114DF
Black with #4114DF
Text Example
Text Example
White with #4114DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4114DF; }
p { color: rgb(65,20,223); }
H1.HeaderClassName
{
color: #4114DF;
}
.AnyTagClassName
{
color: #4114DF;
}
</style>
background-color css
<style>
a { background-color: #4114DF; }
a { background-color: rgb(65,20,223); }
div.DivClassName
{
background-color: #4114DF;
}
.BgClassName
{
background-color: #4114DF;
}
</style>
border-color css
<style>
span { border-color: #4114DF; }
span { border-color: rgb(65,20,223); }
td.TdClassName
{
border-color: #4114DF;
}
.TagClassName
{
border-color: #4114DF;
}
</style>