#4F2BF3

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

Shades of Han Purple #4F2BF3

Tints of Han Purple #4F2BF3

Color information

#4F2BF3 (or 0x4F2BF3) is unknown color: approx Han Purple. HEX triplet: 4F, 2B and F3. RGB value is (79,43,243). Sum of RGB (Red+Green+Blue) = 79+43+243=365 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.64% from 365); Green value is 43 (17.19% from 255 or 11.78% from 365); Blue value is 243 (95.31% from 255 or 66.58% from 365); Max value from RGB is 243 - color contains mainly: blue. Hex color #4F2BF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F2BF3 is #B0D40C. Grayscale: #4B4B4B. Windows color (decimal): -11588621 or 15936335. OLE color: 15936335.

HSL color Cylindrical-coordinate representation of color #4F2BF3: hue angle of 250.8º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4F2BF3 is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB7943243-
CMYK0.670.8200.05
HSL250.8º89.29%56.08%-
HSV(B)250.8º82.3%95.29%-
XYZ20.279.8685.63-
YUV76.56221.93129.74-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.64%
GREEN value IS 43 (17.19% from 255) = 11.78%
BLUE value IS 243 (95.31% from 255) = 66.58%
R=21.64%
G=11.78%
B=66.58%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal79432430.670.8200.05250.889.2956.08
Hex4F2BF3435205fb5938
Octal117533631031220537313170
Binary100111110101111110011100001110100100101111110111011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2BF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,43,243); }

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

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

 a { background-color: rgb(79,43,243); }

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

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

 span { border-color: rgb(79,43,243); }

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