Shades of Han Purple #4126D6
Tints of Han Purple #4126D6
RGB
CMYK
RGB Variations
Color information
#4126D6 (or 0x4126D6) is known color: Han Purple. HEX triplet: 41, 26 and D6. RGB value is (65,38,214). Sum of RGB (Red+Green+Blue) = 65+38+214=317 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.50% from 317); Green value is 38 (15.23% from 255 or 11.99% from 317); Blue value is 214 (83.98% from 255 or 67.51% from 317); Max value from RGB is 214 - color contains mainly: blue. Hex color #4126D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4126D6 is #BED929. Grayscale: #414141. Windows color (decimal): -12507434 or 14034497. OLE color: 14034497.
HSL color Cylindrical-coordinate representation of color #4126D6: hue angle of 249.2º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4126D6 is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 65 | 38 | 214 | - |
| CMYK | 0.70 | 0.82 | 0 | 0.16 |
| HSL | 249.2º | 0.7% | 0.49% | - |
| HSV(B) | 249.2º | 0.82% | 0.84% | - |
| XYZ | 15.01 | 7.37 | 64.25 | - |
| YUV | 66.14 | 211.45 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 38 | 214 | 0.70 | 0.82 | 0 | 0.16 | 249.2 | 0.7 | 0.49 |
| Hex | 41 | 26 | D6 | 46 | 52 | 0 | 10 | F9 | 46 | 31 |
| Octal | 101 | 46 | 326 | 106 | 122 | 0 | 20 | 371 | 106 | 61 |
| Binary | 1000001 | 100110 | 11010110 | 1000110 | 1010010 | 0 | 10000 | 11111001 | 1000110 | 110001 |
Color Harmonies of #4126D6
Complementary color
Monochromatic Colors of #4126D6
Black with #4126D6
Text Example
Text Example
White with #4126D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4126D6; }
p { color: rgb(65,38,214); }
H1.HeaderClassName
{
color: #4126D6;
}
.AnyTagClassName
{
color: #4126D6;
}
</style>
background-color css
<style>
a { background-color: #4126D6; }
a { background-color: rgb(65,38,214); }
div.DivClassName
{
background-color: #4126D6;
}
.BgClassName
{
background-color: #4126D6;
}
</style>
border-color css
<style>
span { border-color: #4126D6; }
span { border-color: rgb(65,38,214); }
td.TdClassName
{
border-color: #4126D6;
}
.TagClassName
{
border-color: #4126D6;
}
</style>