Shades of Han Purple #4422F7
Tints of Han Purple #4422F7
RGB
CMYK
RGB Variations
Color information
#4422F7 (or 0x4422F7) is known color: Han Purple. HEX triplet: 44, 22 and F7. RGB value is (68,34,247). Sum of RGB (Red+Green+Blue) = 68+34+247=349 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.48% from 349); Green value is 34 (13.67% from 255 or 9.74% from 349); Blue value is 247 (96.88% from 255 or 70.77% from 349); Max value from RGB is 247 - color contains mainly: blue. Hex color #4422F7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4422F7 is #BBDD08. Grayscale: #434343. Windows color (decimal): -12311817 or 16196164. OLE color: 16196164.
HSL color Cylindrical-coordinate representation of color #4422F7: hue angle of 249.58º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4422F7 is Cyan = 0.72, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 68 | 34 | 247 | - |
| CMYK | 0.72 | 0.86 | 0 | 0.03 |
| HSL | 249.58º | 0.93% | 0.55% | - |
| HSV(B) | 249.58º | 0.86% | 0.97% | - |
| XYZ | 19.74 | 9.09 | 88.71 | - |
| YUV | 68.45 | 228.76 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 34 | 247 | 0.72 | 0.86 | 0 | 0.03 | 249.58 | 0.93 | 0.55 |
| Hex | 44 | 22 | F7 | 48 | 56 | 0 | 3 | FA | 5D | 37 |
| Octal | 104 | 42 | 367 | 110 | 126 | 0 | 3 | 372 | 135 | 67 |
| Binary | 1000100 | 100010 | 11110111 | 1001000 | 1010110 | 0 | 11 | 11111010 | 1011101 | 110111 |
Color Harmonies of #4422F7
Complementary color
Monochromatic Colors of #4422F7
Black with #4422F7
Text Example
Text Example
White with #4422F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4422F7; }
p { color: rgb(68,34,247); }
H1.HeaderClassName
{
color: #4422F7;
}
.AnyTagClassName
{
color: #4422F7;
}
</style>
background-color css
<style>
a { background-color: #4422F7; }
a { background-color: rgb(68,34,247); }
div.DivClassName
{
background-color: #4422F7;
}
.BgClassName
{
background-color: #4422F7;
}
</style>
border-color css
<style>
span { border-color: #4422F7; }
span { border-color: rgb(68,34,247); }
td.TdClassName
{
border-color: #4422F7;
}
.TagClassName
{
border-color: #4422F7;
}
</style>