Shades of Han Purple #4413FC
Tints of Han Purple #4413FC
RGB
CMYK
RGB Variations
Color information
#4413FC (or 0x4413FC) is known color: Han Purple. HEX triplet: 44, 13 and FC. RGB value is (68,19,252). Sum of RGB (Red+Green+Blue) = 68+19+252=339 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.06% from 339); Green value is 19 (7.81% from 255 or 5.60% from 339); Blue value is 252 (98.83% from 255 or 74.34% from 339); Max value from RGB is 252 - color contains mainly: blue. Hex color #4413FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4413FC is #BBEC03. Grayscale: #3B3B3B. Windows color (decimal): -12315652 or 16520004. OLE color: 16520004.
HSL color Cylindrical-coordinate representation of color #4413FC: hue angle of 252.62º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4413FC is Cyan = 0.73, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 68 | 19 | 252 | - |
| CMYK | 0.73 | 0.92 | 0 | 0.01 |
| HSL | 252.62º | 0.97% | 0.53% | - |
| HSV(B) | 252.62º | 0.92% | 0.99% | - |
| XYZ | 20.19 | 8.72 | 92.72 | - |
| YUV | 60.21 | 236.23 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 19 | 252 | 0.73 | 0.92 | 0 | 0.01 | 252.62 | 0.97 | 0.53 |
| Hex | 44 | 13 | FC | 49 | 5C | 0 | 1 | FD | 61 | 35 |
| Octal | 104 | 23 | 374 | 111 | 134 | 0 | 1 | 375 | 141 | 65 |
| Binary | 1000100 | 10011 | 11111100 | 1001001 | 1011100 | 0 | 1 | 11111101 | 1100001 | 110101 |
Color Harmonies of #4413FC
Complementary color
Monochromatic Colors of #4413FC
Black with #4413FC
Text Example
Text Example
White with #4413FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4413FC; }
p { color: rgb(68,19,252); }
H1.HeaderClassName
{
color: #4413FC;
}
.AnyTagClassName
{
color: #4413FC;
}
</style>
background-color css
<style>
a { background-color: #4413FC; }
a { background-color: rgb(68,19,252); }
div.DivClassName
{
background-color: #4413FC;
}
.BgClassName
{
background-color: #4413FC;
}
</style>
border-color css
<style>
span { border-color: #4413FC; }
span { border-color: rgb(68,19,252); }
td.TdClassName
{
border-color: #4413FC;
}
.TagClassName
{
border-color: #4413FC;
}
</style>