Shades of Han Purple #4417FB
Tints of Han Purple #4417FB
RGB
CMYK
RGB Variations
Color information
#4417FB (or 0x4417FB) is known color: Han Purple. HEX triplet: 44, 17 and FB. RGB value is (68,23,251). Sum of RGB (Red+Green+Blue) = 68+23+251=342 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.88% from 342); Green value is 23 (9.38% from 255 or 6.73% from 342); Blue value is 251 (98.44% from 255 or 73.39% from 342); Max value from RGB is 251 - color contains mainly: blue. Hex color #4417FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4417FB is #BBE804. Grayscale: #3D3D3D. Windows color (decimal): -12314629 or 16455492. OLE color: 16455492.
HSL color Cylindrical-coordinate representation of color #4417FB: hue angle of 251.84º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4417FB is Cyan = 0.73, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 23 | 251 | - |
| CMYK | 0.73 | 0.91 | 0 | 0.02 |
| HSL | 251.84º | 0.97% | 0.54% | - |
| HSV(B) | 251.84º | 0.91% | 0.98% | - |
| XYZ | 20.1 | 8.81 | 91.91 | - |
| YUV | 62.45 | 234.41 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 23 | 251 | 0.73 | 0.91 | 0 | 0.02 | 251.84 | 0.97 | 0.54 |
| Hex | 44 | 17 | FB | 49 | 5B | 0 | 2 | FC | 61 | 36 |
| Octal | 104 | 27 | 373 | 111 | 133 | 0 | 2 | 374 | 141 | 66 |
| Binary | 1000100 | 10111 | 11111011 | 1001001 | 1011011 | 0 | 10 | 11111100 | 1100001 | 110110 |
Color Harmonies of #4417FB
Complementary color
Monochromatic Colors of #4417FB
Black with #4417FB
Text Example
Text Example
White with #4417FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4417FB; }
p { color: rgb(68,23,251); }
H1.HeaderClassName
{
color: #4417FB;
}
.AnyTagClassName
{
color: #4417FB;
}
</style>
background-color css
<style>
a { background-color: #4417FB; }
a { background-color: rgb(68,23,251); }
div.DivClassName
{
background-color: #4417FB;
}
.BgClassName
{
background-color: #4417FB;
}
</style>
border-color css
<style>
span { border-color: #4417FB; }
span { border-color: rgb(68,23,251); }
td.TdClassName
{
border-color: #4417FB;
}
.TagClassName
{
border-color: #4417FB;
}
</style>