Shades of Han Purple #4422FD
Tints of Han Purple #4422FD
RGB
CMYK
RGB Variations
Color information
#4422FD (or 0x4422FD) is known color: Han Purple. HEX triplet: 44, 22 and FD. RGB value is (68,34,253). Sum of RGB (Red+Green+Blue) = 68+34+253=355 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.15% from 355); Green value is 34 (13.67% from 255 or 9.58% from 355); Blue value is 253 (99.22% from 255 or 71.27% from 355); Max value from RGB is 253 - color contains mainly: blue. Hex color #4422FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4422FD is #BBDD02. Grayscale: #444444. Windows color (decimal): -12311811 or 16589380. OLE color: 16589380.
HSL color Cylindrical-coordinate representation of color #4422FD: hue angle of 249.32º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4422FD is Cyan = 0.73, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 68 | 34 | 253 | - |
| CMYK | 0.73 | 0.87 | 0 | 0.01 |
| HSL | 249.32º | 0.98% | 0.56% | - |
| HSV(B) | 249.32º | 0.87% | 0.99% | - |
| XYZ | 20.69 | 9.46 | 93.67 | - |
| YUV | 69.13 | 231.76 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 34 | 253 | 0.73 | 0.87 | 0 | 0.01 | 249.32 | 0.98 | 0.56 |
| Hex | 44 | 22 | FD | 49 | 57 | 0 | 1 | F9 | 62 | 38 |
| Octal | 104 | 42 | 375 | 111 | 127 | 0 | 1 | 371 | 142 | 70 |
| Binary | 1000100 | 100010 | 11111101 | 1001001 | 1010111 | 0 | 1 | 11111001 | 1100010 | 111000 |
Color Harmonies of #4422FD
Complementary color
Monochromatic Colors of #4422FD
Black with #4422FD
Text Example
Text Example
White with #4422FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4422FD; }
p { color: rgb(68,34,253); }
H1.HeaderClassName
{
color: #4422FD;
}
.AnyTagClassName
{
color: #4422FD;
}
</style>
background-color css
<style>
a { background-color: #4422FD; }
a { background-color: rgb(68,34,253); }
div.DivClassName
{
background-color: #4422FD;
}
.BgClassName
{
background-color: #4422FD;
}
</style>
border-color css
<style>
span { border-color: #4422FD; }
span { border-color: rgb(68,34,253); }
td.TdClassName
{
border-color: #4422FD;
}
.TagClassName
{
border-color: #4422FD;
}
</style>