Shades of Han Purple #4407F1
Tints of Han Purple #4407F1
RGB
CMYK
RGB Variations
Color information
#4407F1 (or 0x4407F1) is known color: Han Purple. HEX triplet: 44, 07 and F1. RGB value is (68,7,241). Sum of RGB (Red+Green+Blue) = 68+7+241=316 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.52% from 316); Green value is 7 (3.12% from 255 or 2.22% from 316); Blue value is 241 (94.53% from 255 or 76.27% from 316); Max value from RGB is 241 - color contains mainly: blue. Hex color #4407F1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4407F1 is #BBF80E. Grayscale: #333333. Windows color (decimal): -12318735 or 15796036. OLE color: 15796036.
HSL color Cylindrical-coordinate representation of color #4407F1: hue angle of 255.64º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4407F1 is Cyan = 0.72, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 68 | 7 | 241 | - |
| CMYK | 0.72 | 0.97 | 0 | 0.05 |
| HSL | 255.64º | 0.94% | 0.49% | - |
| HSV(B) | 255.64º | 0.97% | 0.95% | - |
| XYZ | 18.34 | 7.73 | 83.75 | - |
| YUV | 51.92 | 234.71 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 7 | 241 | 0.72 | 0.97 | 0 | 0.05 | 255.64 | 0.94 | 0.49 |
| Hex | 44 | 7 | F1 | 48 | 61 | 0 | 5 | 100 | 5E | 31 |
| Octal | 104 | 7 | 361 | 110 | 141 | 0 | 5 | 400 | 136 | 61 |
| Binary | 1000100 | 111 | 11110001 | 1001000 | 1100001 | 0 | 101 | 100000000 | 1011110 | 110001 |
Color Harmonies of #4407F1
Complementary color
Monochromatic Colors of #4407F1
Black with #4407F1
Text Example
Text Example
White with #4407F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4407F1; }
p { color: rgb(68,7,241); }
H1.HeaderClassName
{
color: #4407F1;
}
.AnyTagClassName
{
color: #4407F1;
}
</style>
background-color css
<style>
a { background-color: #4407F1; }
a { background-color: rgb(68,7,241); }
div.DivClassName
{
background-color: #4407F1;
}
.BgClassName
{
background-color: #4407F1;
}
</style>
border-color css
<style>
span { border-color: #4407F1; }
span { border-color: rgb(68,7,241); }
td.TdClassName
{
border-color: #4407F1;
}
.TagClassName
{
border-color: #4407F1;
}
</style>