Shades of Han Purple #4112D7
Tints of Han Purple #4112D7
RGB
CMYK
RGB Variations
Color information
#4112D7 (or 0x4112D7) is known color: Han Purple. HEX triplet: 41, 12 and D7. RGB value is (65,18,215). Sum of RGB (Red+Green+Blue) = 65+18+215=298 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.81% from 298); Green value is 18 (7.42% from 255 or 6.04% from 298); Blue value is 215 (84.38% from 255 or 72.15% from 298); Max value from RGB is 215 - color contains mainly: blue. Hex color #4112D7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4112D7 is #BEED28. Grayscale: #353535. Windows color (decimal): -12512553 or 14094913. OLE color: 14094913.
HSL color Cylindrical-coordinate representation of color #4112D7: hue angle of 254.31º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4112D7 is Cyan = 0.70, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 65 | 18 | 215 | - |
| CMYK | 0.70 | 0.92 | 0 | 0.16 |
| HSL | 254.31º | 0.85% | 0.46% | - |
| HSV(B) | 254.31º | 0.92% | 0.84% | - |
| XYZ | 14.66 | 6.46 | 64.76 | - |
| YUV | 54.51 | 218.57 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 18 | 215 | 0.70 | 0.92 | 0 | 0.16 | 254.31 | 0.85 | 0.46 |
| Hex | 41 | 12 | D7 | 46 | 5C | 0 | 10 | FE | 55 | 2E |
| Octal | 101 | 22 | 327 | 106 | 134 | 0 | 20 | 376 | 125 | 56 |
| Binary | 1000001 | 10010 | 11010111 | 1000110 | 1011100 | 0 | 10000 | 11111110 | 1010101 | 101110 |
Color Harmonies of #4112D7
Complementary color
Monochromatic Colors of #4112D7
Black with #4112D7
Text Example
Text Example
White with #4112D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4112D7; }
p { color: rgb(65,18,215); }
H1.HeaderClassName
{
color: #4112D7;
}
.AnyTagClassName
{
color: #4112D7;
}
</style>
background-color css
<style>
a { background-color: #4112D7; }
a { background-color: rgb(65,18,215); }
div.DivClassName
{
background-color: #4112D7;
}
.BgClassName
{
background-color: #4112D7;
}
</style>
border-color css
<style>
span { border-color: #4112D7; }
span { border-color: rgb(65,18,215); }
td.TdClassName
{
border-color: #4112D7;
}
.TagClassName
{
border-color: #4112D7;
}
</style>