Shades of Han Purple #4413EF
Tints of Han Purple #4413EF
RGB
CMYK
RGB Variations
Color information
#4413EF (or 0x4413EF) is known color: Han Purple. HEX triplet: 44, 13 and EF. RGB value is (68,19,239). Sum of RGB (Red+Green+Blue) = 68+19+239=326 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.86% from 326); Green value is 19 (7.81% from 255 or 5.83% from 326); Blue value is 239 (93.75% from 255 or 73.31% from 326); Max value from RGB is 239 - color contains mainly: blue. Hex color #4413EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4413EF is #BBEC10. Grayscale: #393939. Windows color (decimal): -12315665 or 15668036. OLE color: 15668036.
HSL color Cylindrical-coordinate representation of color #4413EF: hue angle of 253.36º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4413EF is Cyan = 0.72, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 68 | 19 | 239 | - |
| CMYK | 0.72 | 0.92 | 0 | 0.06 |
| HSL | 253.36º | 0.87% | 0.51% | - |
| HSV(B) | 253.36º | 0.92% | 0.94% | - |
| XYZ | 18.2 | 7.93 | 82.23 | - |
| YUV | 58.73 | 229.73 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 19 | 239 | 0.72 | 0.92 | 0 | 0.06 | 253.36 | 0.87 | 0.51 |
| Hex | 44 | 13 | EF | 48 | 5C | 0 | 6 | FD | 57 | 33 |
| Octal | 104 | 23 | 357 | 110 | 134 | 0 | 6 | 375 | 127 | 63 |
| Binary | 1000100 | 10011 | 11101111 | 1001000 | 1011100 | 0 | 110 | 11111101 | 1010111 | 110011 |
Color Harmonies of #4413EF
Complementary color
Monochromatic Colors of #4413EF
Black with #4413EF
Text Example
Text Example
White with #4413EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4413EF; }
p { color: rgb(68,19,239); }
H1.HeaderClassName
{
color: #4413EF;
}
.AnyTagClassName
{
color: #4413EF;
}
</style>
background-color css
<style>
a { background-color: #4413EF; }
a { background-color: rgb(68,19,239); }
div.DivClassName
{
background-color: #4413EF;
}
.BgClassName
{
background-color: #4413EF;
}
</style>
border-color css
<style>
span { border-color: #4413EF; }
span { border-color: rgb(68,19,239); }
td.TdClassName
{
border-color: #4413EF;
}
.TagClassName
{
border-color: #4413EF;
}
</style>