Shades of Han Purple #4113D7
Tints of Han Purple #4113D7
RGB
CMYK
RGB Variations
Color information
#4113D7 (or 0x4113D7) is known color: Han Purple. HEX triplet: 41, 13 and D7. RGB value is (65,19,215). Sum of RGB (Red+Green+Blue) = 65+19+215=299 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.74% from 299); Green value is 19 (7.81% from 255 or 6.35% 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 #4113D7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4113D7 is #BEEC28. Grayscale: #363636. Windows color (decimal): -12512297 or 14095169. OLE color: 14095169.
HSL color Cylindrical-coordinate representation of color #4113D7: hue angle of 254.08º degrees, saturation: 0.84, 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 #4113D7 is Cyan = 0.70, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 65 | 19 | 215 | - |
| CMYK | 0.70 | 0.91 | 0 | 0.16 |
| HSL | 254.08º | 0.84% | 0.46% | - |
| HSV(B) | 254.08º | 0.91% | 0.84% | - |
| XYZ | 14.68 | 6.5 | 64.77 | - |
| YUV | 55.1 | 218.24 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 19 | 215 | 0.70 | 0.91 | 0 | 0.16 | 254.08 | 0.84 | 0.46 |
| Hex | 41 | 13 | D7 | 46 | 5B | 0 | 10 | FE | 54 | 2E |
| Octal | 101 | 23 | 327 | 106 | 133 | 0 | 20 | 376 | 124 | 56 |
| Binary | 1000001 | 10011 | 11010111 | 1000110 | 1011011 | 0 | 10000 | 11111110 | 1010100 | 101110 |
Color Harmonies of #4113D7
Complementary color
Monochromatic Colors of #4113D7
Black with #4113D7
Text Example
Text Example
White with #4113D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4113D7; }
p { color: rgb(65,19,215); }
H1.HeaderClassName
{
color: #4113D7;
}
.AnyTagClassName
{
color: #4113D7;
}
</style>
background-color css
<style>
a { background-color: #4113D7; }
a { background-color: rgb(65,19,215); }
div.DivClassName
{
background-color: #4113D7;
}
.BgClassName
{
background-color: #4113D7;
}
</style>
border-color css
<style>
span { border-color: #4113D7; }
span { border-color: rgb(65,19,215); }
td.TdClassName
{
border-color: #4113D7;
}
.TagClassName
{
border-color: #4113D7;
}
</style>