Shades of Han Purple #442EE7
Tints of Han Purple #442EE7
RGB
CMYK
RGB Variations
Color information
#442EE7 (or 0x442EE7) is known color: Han Purple. HEX triplet: 44, 2E and E7. RGB value is (68,46,231). Sum of RGB (Red+Green+Blue) = 68+46+231=345 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.71% from 345); Green value is 46 (18.36% from 255 or 13.33% from 345); Blue value is 231 (90.62% from 255 or 66.96% from 345); Max value from RGB is 231 - color contains mainly: blue. Hex color #442EE7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #442EE7 is #BBD118. Grayscale: #484848. Windows color (decimal): -12308761 or 15150660. OLE color: 15150660.
HSL color Cylindrical-coordinate representation of color #442EE7: hue angle of 247.14º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #442EE7 is Cyan = 0.71, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 68 | 46 | 231 | - |
| CMYK | 0.71 | 0.80 | 0 | 0.09 |
| HSL | 247.14º | 0.79% | 0.54% | - |
| HSV(B) | 247.14º | 0.8% | 0.91% | - |
| XYZ | 17.78 | 8.95 | 76.39 | - |
| YUV | 73.67 | 216.79 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 46 | 231 | 0.71 | 0.80 | 0 | 0.09 | 247.14 | 0.79 | 0.54 |
| Hex | 44 | 2E | E7 | 47 | 50 | 0 | 9 | F7 | 4F | 36 |
| Octal | 104 | 56 | 347 | 107 | 120 | 0 | 11 | 367 | 117 | 66 |
| Binary | 1000100 | 101110 | 11100111 | 1000111 | 1010000 | 0 | 1001 | 11110111 | 1001111 | 110110 |
Color Harmonies of #442EE7
Complementary color
Monochromatic Colors of #442EE7
Black with #442EE7
Text Example
Text Example
White with #442EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442EE7; }
p { color: rgb(68,46,231); }
H1.HeaderClassName
{
color: #442EE7;
}
.AnyTagClassName
{
color: #442EE7;
}
</style>
background-color css
<style>
a { background-color: #442EE7; }
a { background-color: rgb(68,46,231); }
div.DivClassName
{
background-color: #442EE7;
}
.BgClassName
{
background-color: #442EE7;
}
</style>
border-color css
<style>
span { border-color: #442EE7; }
span { border-color: rgb(68,46,231); }
td.TdClassName
{
border-color: #442EE7;
}
.TagClassName
{
border-color: #442EE7;
}
</style>