Shades of Han Purple #4107FF
Tints of Han Purple #4107FF
RGB
CMYK
RGB Variations
Color information
#4107FF (or 0x4107FF) is known color: Han Purple. HEX triplet: 41, 07 and FF. RGB value is (65,7,255). Sum of RGB (Red+Green+Blue) = 65+7+255=327 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.88% from 327); Green value is 7 (3.12% from 255 or 2.14% from 327); Blue value is 255 (100% from 255 or 77.98% from 327); Max value from RGB is 255 - color contains mainly: blue. Hex color #4107FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4107FF is #BEF800. Grayscale: #333333. Windows color (decimal): -12515329 or 16713537. OLE color: 16713537.
HSL color Cylindrical-coordinate representation of color #4107FF: hue angle of 254.03º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4107FF is Cyan = 0.75, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 7 | 255 | - |
| CMYK | 0.75 | 0.97 | 0 | 0 |
| HSL | 254.03º | 1% | 0.51% | - |
| HSV(B) | 254.03º | 0.97% | 1% | - |
| XYZ | 20.31 | 8.5 | 95.18 | - |
| YUV | 52.61 | 242.22 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 7 | 255 | 0.75 | 0.97 | 0 | 0 | 254.03 | 1 | 0.51 |
| Hex | 41 | 7 | FF | 4B | 61 | 0 | 0 | FE | 64 | 33 |
| Octal | 101 | 7 | 377 | 113 | 141 | 0 | 0 | 376 | 144 | 63 |
| Binary | 1000001 | 111 | 11111111 | 1001011 | 1100001 | 0 | 0 | 11111110 | 1100100 | 110011 |
Color Harmonies of #4107FF
Complementary color
Monochromatic Colors of #4107FF
Black with #4107FF
Text Example
Text Example
White with #4107FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4107FF; }
p { color: rgb(65,7,255); }
H1.HeaderClassName
{
color: #4107FF;
}
.AnyTagClassName
{
color: #4107FF;
}
</style>
background-color css
<style>
a { background-color: #4107FF; }
a { background-color: rgb(65,7,255); }
div.DivClassName
{
background-color: #4107FF;
}
.BgClassName
{
background-color: #4107FF;
}
</style>
border-color css
<style>
span { border-color: #4107FF; }
span { border-color: rgb(65,7,255); }
td.TdClassName
{
border-color: #4107FF;
}
.TagClassName
{
border-color: #4107FF;
}
</style>