Shades of Han Purple #4014D7
Tints of Han Purple #4014D7
RGB
CMYK
RGB Variations
Color information
#4014D7 (or 0x4014D7) is known color: Han Purple. HEX triplet: 40, 14 and D7. RGB value is (64,20,215). Sum of RGB (Red+Green+Blue) = 64+20+215=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 20 (8.20% from 255 or 6.69% from 299); Blue value is 215 (84.38% from 255 or 71.91% from 299); Max value from RGB is 215 - color contains mainly: blue. Hex color #4014D7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4014D7 is #BFEB28. Grayscale: #363636. Windows color (decimal): -12577577 or 14095424. OLE color: 14095424.
HSL color Cylindrical-coordinate representation of color #4014D7: hue angle of 253.54º 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 #4014D7 is Cyan = 0.70, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 64 | 20 | 215 | - |
| CMYK | 0.70 | 0.91 | 0 | 0.16 |
| HSL | 253.54º | 0.83% | 0.46% | - |
| HSV(B) | 253.54º | 0.91% | 0.84% | - |
| XYZ | 14.63 | 6.5 | 64.77 | - |
| YUV | 55.39 | 218.08 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 20 | 215 | 0.70 | 0.91 | 0 | 0.16 | 253.54 | 0.83 | 0.46 |
| Hex | 40 | 14 | D7 | 46 | 5B | 0 | 10 | FE | 53 | 2E |
| Octal | 100 | 24 | 327 | 106 | 133 | 0 | 20 | 376 | 123 | 56 |
| Binary | 1000000 | 10100 | 11010111 | 1000110 | 1011011 | 0 | 10000 | 11111110 | 1010011 | 101110 |
Color Harmonies of #4014D7
Complementary color
Monochromatic Colors of #4014D7
Black with #4014D7
Text Example
Text Example
White with #4014D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4014D7; }
p { color: rgb(64,20,215); }
H1.HeaderClassName
{
color: #4014D7;
}
.AnyTagClassName
{
color: #4014D7;
}
</style>
background-color css
<style>
a { background-color: #4014D7; }
a { background-color: rgb(64,20,215); }
div.DivClassName
{
background-color: #4014D7;
}
.BgClassName
{
background-color: #4014D7;
}
</style>
border-color css
<style>
span { border-color: #4014D7; }
span { border-color: rgb(64,20,215); }
td.TdClassName
{
border-color: #4014D7;
}
.TagClassName
{
border-color: #4014D7;
}
</style>