#4F2CF1

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

Shades of Han Purple #4F2CF1

Tints of Han Purple #4F2CF1

Color information

#4F2CF1 (or 0x4F2CF1) is unknown color: approx Han Purple. HEX triplet: 4F, 2C and F1. RGB value is (79,44,241). Sum of RGB (Red+Green+Blue) = 79+44+241=364 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.70% from 364); Green value is 44 (17.58% from 255 or 12.09% from 364); Blue value is 241 (94.53% from 255 or 66.21% from 364); Max value from RGB is 241 - color contains mainly: blue. Hex color #4F2CF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F2CF1 is #B0D30E. Grayscale: #4C4C4C. Windows color (decimal): -11588367 or 15805519. OLE color: 15805519.

HSL color Cylindrical-coordinate representation of color #4F2CF1: hue angle of 250.66º degrees, saturation: 0.88, 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 #4F2CF1 is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB7944241-
CMYK0.670.8200.05
HSL250.66º87.56%55.88%-
HSV(B)250.66º81.74%94.51%-
XYZ209.8184.06-
YUV76.92220.6129.48-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.70%
GREEN value IS 44 (17.58% from 255) = 12.09%
BLUE value IS 241 (94.53% from 255) = 66.21%
R=21.70%
G=12.09%
B=66.21%

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
Decimal79442410.670.8200.05250.6687.5655.88
Hex4F2CF1435205fb5838
Octal117543611031220537313070
Binary100111110110011110001100001110100100101111110111011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,44,241); }

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

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

 a { background-color: rgb(79,44,241); }

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

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

 span { border-color: rgb(79,44,241); }

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