Shades of Han Purple #4015D6
Tints of Han Purple #4015D6
RGB
CMYK
RGB Variations
Color information
#4015D6 (or 0x4015D6) is known color: Han Purple. HEX triplet: 40, 15 and D6. RGB value is (64,21,214). Sum of RGB (Red+Green+Blue) = 64+21+214=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 21 (8.59% from 255 or 7.02% from 299); Blue value is 214 (83.98% from 255 or 71.57% from 299); Max value from RGB is 214 - color contains mainly: blue. Hex color #4015D6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4015D6 is #BFEA29. Grayscale: #373737. Windows color (decimal): -12577322 or 14030144. OLE color: 14030144.
HSL color Cylindrical-coordinate representation of color #4015D6: hue angle of 253.37º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4015D6 is Cyan = 0.70, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 64 | 21 | 214 | - |
| CMYK | 0.70 | 0.90 | 0 | 0.16 |
| HSL | 253.37º | 0.82% | 0.46% | - |
| HSV(B) | 253.37º | 0.9% | 0.84% | - |
| XYZ | 14.52 | 6.48 | 64.1 | - |
| YUV | 55.86 | 217.25 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 21 | 214 | 0.70 | 0.90 | 0 | 0.16 | 253.37 | 0.82 | 0.46 |
| Hex | 40 | 15 | D6 | 46 | 5A | 0 | 10 | FD | 52 | 2E |
| Octal | 100 | 25 | 326 | 106 | 132 | 0 | 20 | 375 | 122 | 56 |
| Binary | 1000000 | 10101 | 11010110 | 1000110 | 1011010 | 0 | 10000 | 11111101 | 1010010 | 101110 |
Color Harmonies of #4015D6
Complementary color
Monochromatic Colors of #4015D6
Black with #4015D6
Text Example
Text Example
White with #4015D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4015D6; }
p { color: rgb(64,21,214); }
H1.HeaderClassName
{
color: #4015D6;
}
.AnyTagClassName
{
color: #4015D6;
}
</style>
background-color css
<style>
a { background-color: #4015D6; }
a { background-color: rgb(64,21,214); }
div.DivClassName
{
background-color: #4015D6;
}
.BgClassName
{
background-color: #4015D6;
}
</style>
border-color css
<style>
span { border-color: #4015D6; }
span { border-color: rgb(64,21,214); }
td.TdClassName
{
border-color: #4015D6;
}
.TagClassName
{
border-color: #4015D6;
}
</style>