#4120F7

Color #4120F7 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #4120F7

Tints of Han Purple #4120F7

Color information

#4120F7 (or 0x4120F7) is unknown color: approx Han Purple. HEX triplet: 41, 20 and F7. RGB value is (65,32,247). Sum of RGB (Red+Green+Blue) = 65+32+247=344 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.90% from 344); Green value is 32 (12.89% from 255 or 9.30% from 344); Blue value is 247 (96.88% from 255 or 71.80% from 344); Max value from RGB is 247 - color contains mainly: blue. Hex color #4120F7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4120F7 is #BEDF08. Grayscale: #414141. Windows color (decimal): -12508937 or 16195649. OLE color: 16195649.

HSL color Cylindrical-coordinate representation of color #4120F7: hue angle of 249.21º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4120F7 is Cyan = 0.74, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB6532247-
CMYK0.740.8700.03
HSL249.21º93.07%54.71%-
HSV(B)249.21º87.04%96.86%-
XYZ19.488.8788.68-
YUV66.38229.93127.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 65 (25.78% from 255) = 18.90%
GREEN value IS 32 (12.89% from 255) = 9.30%
BLUE value IS 247 (96.88% from 255) = 71.80%
R=18.90%
G=9.30%
B=71.80%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal65322470.740.8700.03249.2193.0754.71
Hex4120F74A5703f95d37
Octal101403671121270337113567
Binary10000011000001111011110010101010111011111110011011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4120F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4120F7; }

 p { color: rgb(65,32,247); }

 H1.HeaderClassName
 {
   color: #4120F7;
 }
 .AnyTagClassName
 {
   color: #4120F7;
 }
</style>
background-color css

<style>
 a { background-color: #4120F7; }

 a { background-color: rgb(65,32,247); }

 div.DivClassName
 {
   background-color: #4120F7;
 }
 .BgClassName
 {
   background-color: #4120F7;
 }
</style>
border-color css

<style>
 span { border-color: #4120F7; }

 span { border-color: rgb(65,32,247); }

 td.TdClassName
 {
   border-color: #4120F7;
 }
 .TagClassName
 {
   border-color: #4120F7;
 }
</style>