Shades of Han Purple #4417FD
Tints of Han Purple #4417FD
RGB
CMYK
RGB Variations
Color information
#4417FD (or 0x4417FD) is known color: Han Purple. HEX triplet: 44, 17 and FD. RGB value is (68,23,253). Sum of RGB (Red+Green+Blue) = 68+23+253=344 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.77% from 344); Green value is 23 (9.38% from 255 or 6.69% from 344); Blue value is 253 (99.22% from 255 or 73.55% from 344); Max value from RGB is 253 - color contains mainly: blue. Hex color #4417FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4417FD is #BBE802. Grayscale: #3D3D3D. Windows color (decimal): -12314627 or 16586564. OLE color: 16586564.
HSL color Cylindrical-coordinate representation of color #4417FD: hue angle of 251.74º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4417FD is Cyan = 0.73, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 68 | 23 | 253 | - |
| CMYK | 0.73 | 0.91 | 0 | 0.01 |
| HSL | 251.74º | 0.98% | 0.54% | - |
| HSV(B) | 251.74º | 0.91% | 0.99% | - |
| XYZ | 20.42 | 8.93 | 93.58 | - |
| YUV | 62.68 | 235.41 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 23 | 253 | 0.73 | 0.91 | 0 | 0.01 | 251.74 | 0.98 | 0.54 |
| Hex | 44 | 17 | FD | 49 | 5B | 0 | 1 | FC | 62 | 36 |
| Octal | 104 | 27 | 375 | 111 | 133 | 0 | 1 | 374 | 142 | 66 |
| Binary | 1000100 | 10111 | 11111101 | 1001001 | 1011011 | 0 | 1 | 11111100 | 1100010 | 110110 |
Color Harmonies of #4417FD
Complementary color
Monochromatic Colors of #4417FD
Black with #4417FD
Text Example
Text Example
White with #4417FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4417FD; }
p { color: rgb(68,23,253); }
H1.HeaderClassName
{
color: #4417FD;
}
.AnyTagClassName
{
color: #4417FD;
}
</style>
background-color css
<style>
a { background-color: #4417FD; }
a { background-color: rgb(68,23,253); }
div.DivClassName
{
background-color: #4417FD;
}
.BgClassName
{
background-color: #4417FD;
}
</style>
border-color css
<style>
span { border-color: #4417FD; }
span { border-color: rgb(68,23,253); }
td.TdClassName
{
border-color: #4417FD;
}
.TagClassName
{
border-color: #4417FD;
}
</style>