Shades of Han Purple #4410EA
Tints of Han Purple #4410EA
RGB
CMYK
RGB Variations
Color information
#4410EA (or 0x4410EA) is known color: Han Purple. HEX triplet: 44, 10 and EA. RGB value is (68,16,234). Sum of RGB (Red+Green+Blue) = 68+16+234=318 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.38% from 318); Green value is 16 (6.64% from 255 or 5.03% from 318); Blue value is 234 (91.80% from 255 or 73.58% from 318); Max value from RGB is 234 - color contains mainly: blue. Hex color #4410EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4410EA is #BBEF15. Grayscale: #373737. Windows color (decimal): -12316438 or 15339588. OLE color: 15339588.
HSL color Cylindrical-coordinate representation of color #4410EA: hue angle of 254.31º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4410EA is Cyan = 0.71, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 68 | 16 | 234 | - |
| CMYK | 0.71 | 0.93 | 0 | 0.08 |
| HSL | 254.31º | 0.87% | 0.49% | - |
| HSV(B) | 254.31º | 0.93% | 0.92% | - |
| XYZ | 17.42 | 7.54 | 78.38 | - |
| YUV | 56.4 | 228.23 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 16 | 234 | 0.71 | 0.93 | 0 | 0.08 | 254.31 | 0.87 | 0.49 |
| Hex | 44 | 10 | EA | 47 | 5D | 0 | 8 | FE | 57 | 31 |
| Octal | 104 | 20 | 352 | 107 | 135 | 0 | 10 | 376 | 127 | 61 |
| Binary | 1000100 | 10000 | 11101010 | 1000111 | 1011101 | 0 | 1000 | 11111110 | 1010111 | 110001 |
Color Harmonies of #4410EA
Complementary color
Monochromatic Colors of #4410EA
Black with #4410EA
Text Example
Text Example
White with #4410EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4410EA; }
p { color: rgb(68,16,234); }
H1.HeaderClassName
{
color: #4410EA;
}
.AnyTagClassName
{
color: #4410EA;
}
</style>
background-color css
<style>
a { background-color: #4410EA; }
a { background-color: rgb(68,16,234); }
div.DivClassName
{
background-color: #4410EA;
}
.BgClassName
{
background-color: #4410EA;
}
</style>
border-color css
<style>
span { border-color: #4410EA; }
span { border-color: rgb(68,16,234); }
td.TdClassName
{
border-color: #4410EA;
}
.TagClassName
{
border-color: #4410EA;
}
</style>