Shades of Han Purple #4407E5
Tints of Han Purple #4407E5
RGB
CMYK
RGB Variations
Color information
#4407E5 (or 0x4407E5) is known color: Han Purple. HEX triplet: 44, 07 and E5. RGB value is (68,7,229). Sum of RGB (Red+Green+Blue) = 68+7+229=304 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.37% from 304); Green value is 7 (3.12% from 255 or 2.30% from 304); Blue value is 229 (89.84% from 255 or 75.33% from 304); Max value from RGB is 229 - color contains mainly: blue. Hex color #4407E5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4407E5 is #BBF81A. Grayscale: #313131. Windows color (decimal): -12318747 or 15009604. OLE color: 15009604.
HSL color Cylindrical-coordinate representation of color #4407E5: hue angle of 256.49º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4407E5 is Cyan = 0.70, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 68 | 7 | 229 | - |
| CMYK | 0.70 | 0.97 | 0 | 0.10 |
| HSL | 256.49º | 0.94% | 0.46% | - |
| HSV(B) | 256.49º | 0.97% | 0.9% | - |
| XYZ | 16.6 | 7.04 | 74.61 | - |
| YUV | 50.55 | 228.71 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 7 | 229 | 0.70 | 0.97 | 0 | 0.10 | 256.49 | 0.94 | 0.46 |
| Hex | 44 | 7 | E5 | 46 | 61 | 0 | A | 100 | 5E | 2E |
| Octal | 104 | 7 | 345 | 106 | 141 | 0 | 12 | 400 | 136 | 56 |
| Binary | 1000100 | 111 | 11100101 | 1000110 | 1100001 | 0 | 1010 | 100000000 | 1011110 | 101110 |
Color Harmonies of #4407E5
Complementary color
Monochromatic Colors of #4407E5
Black with #4407E5
Text Example
Text Example
White with #4407E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4407E5; }
p { color: rgb(68,7,229); }
H1.HeaderClassName
{
color: #4407E5;
}
.AnyTagClassName
{
color: #4407E5;
}
</style>
background-color css
<style>
a { background-color: #4407E5; }
a { background-color: rgb(68,7,229); }
div.DivClassName
{
background-color: #4407E5;
}
.BgClassName
{
background-color: #4407E5;
}
</style>
border-color css
<style>
span { border-color: #4407E5; }
span { border-color: rgb(68,7,229); }
td.TdClassName
{
border-color: #4407E5;
}
.TagClassName
{
border-color: #4407E5;
}
</style>