#4F2FEC

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

Shades of Han Purple #4F2FEC

Tints of Han Purple #4F2FEC

Color information

#4F2FEC (or 0x4F2FEC) is unknown color: approx Han Purple. HEX triplet: 4F, 2F and EC. RGB value is (79,47,236). Sum of RGB (Red+Green+Blue) = 79+47+236=362 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.82% from 362); Green value is 47 (18.75% from 255 or 12.98% from 362); Blue value is 236 (92.58% from 255 or 65.19% from 362); Max value from RGB is 236 - color contains mainly: blue. Hex color #4F2FEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F2FEC is #B0D013. Grayscale: #4D4D4D. Windows color (decimal): -11587604 or 15478607. OLE color: 15478607.

HSL color Cylindrical-coordinate representation of color #4F2FEC: hue angle of 250.16º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F2FEC is Cyan = 0.67, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB7947236-
CMYK0.670.8000.07
HSL250.16º83.26%55.49%-
HSV(B)250.16º80.08%92.55%-
XYZ19.389.7580.22-
YUV78.11217.1128.63-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.82%
GREEN value IS 47 (18.75% from 255) = 12.98%
BLUE value IS 236 (92.58% from 255) = 65.19%
R=21.82%
G=12.98%
B=65.19%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal79472360.670.8000.07250.1683.2655.49
Hex4F2FEC435007fa5337
Octal117573541031200737212367
Binary100111110111111101100100001110100000111111110101010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,47,236); }

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

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

 a { background-color: rgb(79,47,236); }

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

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

 span { border-color: rgb(79,47,236); }

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