Shades of Han Purple #4426F7
Tints of Han Purple #4426F7
RGB
CMYK
RGB Variations
Color information
#4426F7 (or 0x4426F7) is known color: Han Purple. HEX triplet: 44, 26 and F7. RGB value is (68,38,247). Sum of RGB (Red+Green+Blue) = 68+38+247=353 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.26% from 353); Green value is 38 (15.23% from 255 or 10.76% from 353); Blue value is 247 (96.88% from 255 or 69.97% from 353); Max value from RGB is 247 - color contains mainly: blue. Hex color #4426F7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4426F7 is #BBD908. Grayscale: #454545. Windows color (decimal): -12310793 or 16197188. OLE color: 16197188.
HSL color Cylindrical-coordinate representation of color #4426F7: hue angle of 248.61º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4426F7 is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 68 | 38 | 247 | - |
| CMYK | 0.72 | 0.85 | 0 | 0.03 |
| HSL | 248.61º | 0.93% | 0.56% | - |
| HSV(B) | 248.61º | 0.85% | 0.97% | - |
| XYZ | 19.87 | 9.33 | 88.75 | - |
| YUV | 70.8 | 227.44 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 38 | 247 | 0.72 | 0.85 | 0 | 0.03 | 248.61 | 0.93 | 0.56 |
| Hex | 44 | 26 | F7 | 48 | 55 | 0 | 3 | F9 | 5D | 38 |
| Octal | 104 | 46 | 367 | 110 | 125 | 0 | 3 | 371 | 135 | 70 |
| Binary | 1000100 | 100110 | 11110111 | 1001000 | 1010101 | 0 | 11 | 11111001 | 1011101 | 111000 |
Color Harmonies of #4426F7
Complementary color
Monochromatic Colors of #4426F7
Black with #4426F7
Text Example
Text Example
White with #4426F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4426F7; }
p { color: rgb(68,38,247); }
H1.HeaderClassName
{
color: #4426F7;
}
.AnyTagClassName
{
color: #4426F7;
}
</style>
background-color css
<style>
a { background-color: #4426F7; }
a { background-color: rgb(68,38,247); }
div.DivClassName
{
background-color: #4426F7;
}
.BgClassName
{
background-color: #4426F7;
}
</style>
border-color css
<style>
span { border-color: #4426F7; }
span { border-color: rgb(68,38,247); }
td.TdClassName
{
border-color: #4426F7;
}
.TagClassName
{
border-color: #4426F7;
}
</style>