Shades of Han Purple #4120FE
Tints of Han Purple #4120FE
RGB
CMYK
RGB Variations
Color information
#4120FE (or 0x4120FE) is known color: Han Purple. HEX triplet: 41, 20 and FE. RGB value is (65,32,254). Sum of RGB (Red+Green+Blue) = 65+32+254=351 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.52% from 351); Green value is 32 (12.89% from 255 or 9.12% from 351); Blue value is 254 (99.61% from 255 or 72.36% from 351); Max value from RGB is 254 - color contains mainly: blue. Hex color #4120FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4120FE is #BEDF01. Grayscale: #424242. Windows color (decimal): -12508930 or 16654401. OLE color: 16654401.
HSL color Cylindrical-coordinate representation of color #4120FE: hue angle of 248.92º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4120FE is Cyan = 0.74, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 65 | 32 | 254 | - |
| CMYK | 0.74 | 0.87 | 0 | 0.00 |
| HSL | 248.92º | 0.99% | 0.56% | - |
| HSV(B) | 248.92º | 0.87% | 1% | - |
| XYZ | 20.59 | 9.31 | 94.48 | - |
| YUV | 67.18 | 233.43 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 32 | 254 | 0.74 | 0.87 | 0 | 0.00 | 248.92 | 0.99 | 0.56 |
| Hex | 41 | 20 | FE | 4A | 57 | 0 | 0 | F9 | 63 | 38 |
| Octal | 101 | 40 | 376 | 112 | 127 | 0 | 0 | 371 | 143 | 70 |
| Binary | 1000001 | 100000 | 11111110 | 1001010 | 1010111 | 0 | 0 | 11111001 | 1100011 | 111000 |
Color Harmonies of #4120FE
Complementary color
Monochromatic Colors of #4120FE
Black with #4120FE
Text Example
Text Example
White with #4120FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4120FE; }
p { color: rgb(65,32,254); }
H1.HeaderClassName
{
color: #4120FE;
}
.AnyTagClassName
{
color: #4120FE;
}
</style>
background-color css
<style>
a { background-color: #4120FE; }
a { background-color: rgb(65,32,254); }
div.DivClassName
{
background-color: #4120FE;
}
.BgClassName
{
background-color: #4120FE;
}
</style>
border-color css
<style>
span { border-color: #4120FE; }
span { border-color: rgb(65,32,254); }
td.TdClassName
{
border-color: #4120FE;
}
.TagClassName
{
border-color: #4120FE;
}
</style>