#4f2ee1

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

Shades of Han Purple #4F2EE1

Tints of Han Purple #4F2EE1

Color information

#4F2EE1 (or 0x4F2EE1) is unknown color: approx Han Purple. HEX triplet: 4F, 2E and E1. RGB value is (79,46,225). Sum of RGB (Red+Green+Blue) = 79+46+225=350 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.57% from 350); Green value is 46 (18.36% from 255 or 13.14% from 350); Blue value is 225 (88.28% from 255 or 64.29% from 350); Max value from RGB is 225 - color contains mainly: blue. Hex color #4F2EE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F2EE1 is #B0D11E. Grayscale: #4B4B4B. Windows color (decimal): -11587871 or 14757455. OLE color: 14757455.

HSL color Cylindrical-coordinate representation of color #4F2EE1: hue angle of 251.06º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F2EE1 is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB7946225-
CMYK0.650.8000.12
HSL251.06º74.9%53.14%-
HSV(B)251.06º79.56%88.24%-
XYZ17.799.0572.04-
YUV76.27211.93129.95-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.57%
GREEN value IS 46 (18.36% from 255) = 13.14%
BLUE value IS 225 (88.28% from 255) = 64.29%
R=22.57%
G=13.14%
B=64.29%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal79462250.650.8000.12251.0674.953.14
Hex4F2EE141500Cfb4b35
Octal1175634110112001437311365
Binary1001111101110111000011000001101000001100111110111001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4f2ee1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4f2ee1; }

 p { color: rgb(79,46,225); }

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

<style>
 a { background-color: #4f2ee1; }

 a { background-color: rgb(79,46,225); }

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

<style>
 span { border-color: #4f2ee1; }

 span { border-color: rgb(79,46,225); }

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