Shades of Han Purple #4413FB
Tints of Han Purple #4413FB
RGB
CMYK
RGB Variations
Color information
#4413FB (or 0x4413FB) is known color: Han Purple. HEX triplet: 44, 13 and FB. RGB value is (68,19,251). Sum of RGB (Red+Green+Blue) = 68+19+251=338 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.12% from 338); Green value is 19 (7.81% from 255 or 5.62% from 338); Blue value is 251 (98.44% from 255 or 74.26% from 338); Max value from RGB is 251 - color contains mainly: blue. Hex color #4413FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4413FB is #BBEC04. Grayscale: #3B3B3B. Windows color (decimal): -12315653 or 16454468. OLE color: 16454468.
HSL color Cylindrical-coordinate representation of color #4413FB: hue angle of 252.67º degrees, saturation: 0.97, 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 #4413FB is Cyan = 0.73, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 19 | 251 | - |
| CMYK | 0.73 | 0.92 | 0 | 0.02 |
| HSL | 252.67º | 0.97% | 0.53% | - |
| HSV(B) | 252.67º | 0.92% | 0.98% | - |
| XYZ | 20.03 | 8.66 | 91.88 | - |
| YUV | 60.1 | 235.73 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 19 | 251 | 0.73 | 0.92 | 0 | 0.02 | 252.67 | 0.97 | 0.53 |
| Hex | 44 | 13 | FB | 49 | 5C | 0 | 2 | FD | 61 | 35 |
| Octal | 104 | 23 | 373 | 111 | 134 | 0 | 2 | 375 | 141 | 65 |
| Binary | 1000100 | 10011 | 11111011 | 1001001 | 1011100 | 0 | 10 | 11111101 | 1100001 | 110101 |
Color Harmonies of #4413FB
Complementary color
Monochromatic Colors of #4413FB
Black with #4413FB
Text Example
Text Example
White with #4413FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4413FB; }
p { color: rgb(68,19,251); }
H1.HeaderClassName
{
color: #4413FB;
}
.AnyTagClassName
{
color: #4413FB;
}
</style>
background-color css
<style>
a { background-color: #4413FB; }
a { background-color: rgb(68,19,251); }
div.DivClassName
{
background-color: #4413FB;
}
.BgClassName
{
background-color: #4413FB;
}
</style>
border-color css
<style>
span { border-color: #4413FB; }
span { border-color: rgb(68,19,251); }
td.TdClassName
{
border-color: #4413FB;
}
.TagClassName
{
border-color: #4413FB;
}
</style>