#4120F6

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

Shades of Han Purple #4120F6

Tints of Han Purple #4120F6

Color information

#4120F6 (or 0x4120F6) is unknown color: approx Han Purple. HEX triplet: 41, 20 and F6. RGB value is (65,32,246). Sum of RGB (Red+Green+Blue) = 65+32+246=343 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.95% from 343); Green value is 32 (12.89% from 255 or 9.33% from 343); Blue value is 246 (96.48% from 255 or 71.72% from 343); Max value from RGB is 246 - color contains mainly: blue. Hex color #4120F6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4120F6 is #BEDF09. Grayscale: #414141. Windows color (decimal): -12508938 or 16130113. OLE color: 16130113.

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

Color convert

RGB6532246-
CMYK0.740.8700.04
HSL249.25º92.24%54.51%-
HSV(B)249.25º86.99%96.47%-
XYZ19.338.8187.87-
YUV66.26229.43127.1-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.95%
GREEN value IS 32 (12.89% from 255) = 9.33%
BLUE value IS 246 (96.48% from 255) = 71.72%
R=18.95%
G=9.33%
B=71.72%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal65322460.740.8700.04249.2592.2454.51
Hex4120F64A5704f95c37
Octal101403661121270437113467
Binary100000110000011110110100101010101110100111110011011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4120F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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