Shades of Han Purple #4414FA
Tints of Han Purple #4414FA
RGB
CMYK
RGB Variations
Color information
#4414FA (or 0x4414FA) is known color: Han Purple. HEX triplet: 44, 14 and FA. RGB value is (68,20,250). Sum of RGB (Red+Green+Blue) = 68+20+250=338 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.12% from 338); Green value is 20 (8.20% from 255 or 5.92% from 338); Blue value is 250 (98.05% from 255 or 73.96% from 338); Max value from RGB is 250 - color contains mainly: blue. Hex color #4414FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4414FA is #BBEB05. Grayscale: #3B3B3B. Windows color (decimal): -12315398 or 16389188. OLE color: 16389188.
HSL color Cylindrical-coordinate representation of color #4414FA: hue angle of 252.52º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4414FA is Cyan = 0.73, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 20 | 250 | - |
| CMYK | 0.73 | 0.92 | 0 | 0.02 |
| HSL | 252.52º | 0.96% | 0.53% | - |
| HSV(B) | 252.52º | 0.92% | 0.98% | - |
| XYZ | 19.89 | 8.63 | 91.06 | - |
| YUV | 60.57 | 234.9 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 20 | 250 | 0.73 | 0.92 | 0 | 0.02 | 252.52 | 0.96 | 0.53 |
| Hex | 44 | 14 | FA | 49 | 5C | 0 | 2 | FD | 60 | 35 |
| Octal | 104 | 24 | 372 | 111 | 134 | 0 | 2 | 375 | 140 | 65 |
| Binary | 1000100 | 10100 | 11111010 | 1001001 | 1011100 | 0 | 10 | 11111101 | 1100000 | 110101 |
Color Harmonies of #4414FA
Complementary color
Monochromatic Colors of #4414FA
Black with #4414FA
Text Example
Text Example
White with #4414FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4414FA; }
p { color: rgb(68,20,250); }
H1.HeaderClassName
{
color: #4414FA;
}
.AnyTagClassName
{
color: #4414FA;
}
</style>
background-color css
<style>
a { background-color: #4414FA; }
a { background-color: rgb(68,20,250); }
div.DivClassName
{
background-color: #4414FA;
}
.BgClassName
{
background-color: #4414FA;
}
</style>
border-color css
<style>
span { border-color: #4414FA; }
span { border-color: rgb(68,20,250); }
td.TdClassName
{
border-color: #4414FA;
}
.TagClassName
{
border-color: #4414FA;
}
</style>