Shades of Han Purple #4014DF
Tints of Han Purple #4014DF
RGB
CMYK
RGB Variations
Color information
#4014DF (or 0x4014DF) is known color: Han Purple. HEX triplet: 40, 14 and DF. RGB value is (64,20,223). Sum of RGB (Red+Green+Blue) = 64+20+223=307 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.85% from 307); Green value is 20 (8.20% from 255 or 6.51% from 307); Blue value is 223 (87.5% from 255 or 72.64% from 307); Max value from RGB is 223 - color contains mainly: blue. Hex color #4014DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4014DF is #BFEB20. Grayscale: #373737. Windows color (decimal): -12577569 or 14619712. OLE color: 14619712.
HSL color Cylindrical-coordinate representation of color #4014DF: hue angle of 253º 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 #4014DF is Cyan = 0.71, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 20 | 223 | - |
| CMYK | 0.71 | 0.91 | 0 | 0.13 |
| HSL | 253º | 0.84% | 0.48% | - |
| HSV(B) | 253º | 0.91% | 0.87% | - |
| XYZ | 15.68 | 6.92 | 70.32 | - |
| YUV | 56.3 | 222.08 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 20 | 223 | 0.71 | 0.91 | 0 | 0.13 | 253 | 0.84 | 0.48 |
| Hex | 40 | 14 | DF | 47 | 5B | 0 | D | FD | 54 | 30 |
| Octal | 100 | 24 | 337 | 107 | 133 | 0 | 15 | 375 | 124 | 60 |
| Binary | 1000000 | 10100 | 11011111 | 1000111 | 1011011 | 0 | 1101 | 11111101 | 1010100 | 110000 |
Color Harmonies of #4014DF
Complementary color
Monochromatic Colors of #4014DF
Black with #4014DF
Text Example
Text Example
White with #4014DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4014DF; }
p { color: rgb(64,20,223); }
H1.HeaderClassName
{
color: #4014DF;
}
.AnyTagClassName
{
color: #4014DF;
}
</style>
background-color css
<style>
a { background-color: #4014DF; }
a { background-color: rgb(64,20,223); }
div.DivClassName
{
background-color: #4014DF;
}
.BgClassName
{
background-color: #4014DF;
}
</style>
border-color css
<style>
span { border-color: #4014DF; }
span { border-color: rgb(64,20,223); }
td.TdClassName
{
border-color: #4014DF;
}
.TagClassName
{
border-color: #4014DF;
}
</style>