#4F1AE1

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

Shades of Han Purple #4F1AE1

Tints of Han Purple #4F1AE1

Color information

#4F1AE1 (or 0x4F1AE1) is unknown color: approx Han Purple. HEX triplet: 4F, 1A and E1. RGB value is (79,26,225). Sum of RGB (Red+Green+Blue) = 79+26+225=330 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.94% from 330); Green value is 26 (10.55% from 255 or 7.88% from 330); Blue value is 225 (88.28% from 255 or 68.18% from 330); Max value from RGB is 225 - color contains mainly: blue. Hex color #4F1AE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F1AE1 is #B0E51E. Grayscale: #3F3F3F. Windows color (decimal): -11592991 or 14752335. OLE color: 14752335.

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

Color convert

RGB7926225-
CMYK0.650.8800.12
HSL255.98º79.28%49.22%-
HSV(B)255.98º88.44%88.24%-
XYZ17.187.8471.84-
YUV64.53218.56138.32-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.94%
GREEN value IS 26 (10.55% from 255) = 7.88%
BLUE value IS 225 (88.28% from 255) = 68.18%
R=23.94%
G=7.88%
B=68.18%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal79262250.650.8800.12255.9879.2849.22
Hex4F1AE141580C1004f31
Octal1173234110113001440011761
Binary1001111110101110000110000011011000011001000000001001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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