Shades of Han Purple #4407FD
Tints of Han Purple #4407FD
RGB
CMYK
RGB Variations
Color information
#4407FD (or 0x4407FD) is known color: Han Purple. HEX triplet: 44, 07 and FD. RGB value is (68,7,253). Sum of RGB (Red+Green+Blue) = 68+7+253=328 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.73% from 328); Green value is 7 (3.12% from 255 or 2.13% from 328); Blue value is 253 (99.22% from 255 or 77.13% from 328); Max value from RGB is 253 - color contains mainly: blue. Hex color #4407FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4407FD is #BBF802. Grayscale: #343434. Windows color (decimal): -12318723 or 16582468. OLE color: 16582468.
HSL color Cylindrical-coordinate representation of color #4407FD: hue angle of 254.88º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4407FD is Cyan = 0.73, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 68 | 7 | 253 | - |
| CMYK | 0.73 | 0.97 | 0 | 0.01 |
| HSL | 254.88º | 0.98% | 0.51% | - |
| HSV(B) | 254.88º | 0.97% | 0.99% | - |
| XYZ | 20.19 | 8.47 | 93.5 | - |
| YUV | 53.28 | 240.71 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 7 | 253 | 0.73 | 0.97 | 0 | 0.01 | 254.88 | 0.98 | 0.51 |
| Hex | 44 | 7 | FD | 49 | 61 | 0 | 1 | FF | 62 | 33 |
| Octal | 104 | 7 | 375 | 111 | 141 | 0 | 1 | 377 | 142 | 63 |
| Binary | 1000100 | 111 | 11111101 | 1001001 | 1100001 | 0 | 1 | 11111111 | 1100010 | 110011 |
Color Harmonies of #4407FD
Complementary color
Monochromatic Colors of #4407FD
Black with #4407FD
Text Example
Text Example
White with #4407FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4407FD; }
p { color: rgb(68,7,253); }
H1.HeaderClassName
{
color: #4407FD;
}
.AnyTagClassName
{
color: #4407FD;
}
</style>
background-color css
<style>
a { background-color: #4407FD; }
a { background-color: rgb(68,7,253); }
div.DivClassName
{
background-color: #4407FD;
}
.BgClassName
{
background-color: #4407FD;
}
</style>
border-color css
<style>
span { border-color: #4407FD; }
span { border-color: rgb(68,7,253); }
td.TdClassName
{
border-color: #4407FD;
}
.TagClassName
{
border-color: #4407FD;
}
</style>