Shades of Han Purple #4427FA
Tints of Han Purple #4427FA
RGB
CMYK
RGB Variations
Color information
#4427FA (or 0x4427FA) is known color: Han Purple. HEX triplet: 44, 27 and FA. RGB value is (68,39,250). Sum of RGB (Red+Green+Blue) = 68+39+250=357 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.05% from 357); Green value is 39 (15.62% from 255 or 10.92% from 357); Blue value is 250 (98.05% from 255 or 70.03% from 357); Max value from RGB is 250 - color contains mainly: blue. Hex color #4427FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4427FA is #BBD805. Grayscale: #464646. Windows color (decimal): -12310534 or 16394052. OLE color: 16394052.
HSL color Cylindrical-coordinate representation of color #4427FA: hue angle of 248.25º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4427FA is Cyan = 0.73, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 39 | 250 | - |
| CMYK | 0.73 | 0.84 | 0 | 0.02 |
| HSL | 248.25º | 0.95% | 0.57% | - |
| HSV(B) | 248.25º | 0.84% | 0.98% | - |
| XYZ | 20.36 | 9.58 | 91.22 | - |
| YUV | 71.73 | 228.61 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 39 | 250 | 0.73 | 0.84 | 0 | 0.02 | 248.25 | 0.95 | 0.57 |
| Hex | 44 | 27 | FA | 49 | 54 | 0 | 2 | F8 | 5F | 39 |
| Octal | 104 | 47 | 372 | 111 | 124 | 0 | 2 | 370 | 137 | 71 |
| Binary | 1000100 | 100111 | 11111010 | 1001001 | 1010100 | 0 | 10 | 11111000 | 1011111 | 111001 |
Color Harmonies of #4427FA
Complementary color
Monochromatic Colors of #4427FA
Black with #4427FA
Text Example
Text Example
White with #4427FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4427FA; }
p { color: rgb(68,39,250); }
H1.HeaderClassName
{
color: #4427FA;
}
.AnyTagClassName
{
color: #4427FA;
}
</style>
background-color css
<style>
a { background-color: #4427FA; }
a { background-color: rgb(68,39,250); }
div.DivClassName
{
background-color: #4427FA;
}
.BgClassName
{
background-color: #4427FA;
}
</style>
border-color css
<style>
span { border-color: #4427FA; }
span { border-color: rgb(68,39,250); }
td.TdClassName
{
border-color: #4427FA;
}
.TagClassName
{
border-color: #4427FA;
}
</style>