#4F32F5

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

Shades of Han Purple #4F32F5

Tints of Han Purple #4F32F5

Color information

#4F32F5 (or 0x4F32F5) is unknown color: approx Han Purple. HEX triplet: 4F, 32 and F5. RGB value is (79,50,245). Sum of RGB (Red+Green+Blue) = 79+50+245=374 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.12% from 374); Green value is 50 (19.92% from 255 or 13.37% from 374); Blue value is 245 (96.09% from 255 or 65.51% from 374); Max value from RGB is 245 - color contains mainly: blue. Hex color #4F32F5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F32F5 is #B0CD0A. Grayscale: #505050. Windows color (decimal): -11586827 or 16069199. OLE color: 16069199.

HSL color Cylindrical-coordinate representation of color #4F32F5: hue angle of 248.92º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F32F5 is Cyan = 0.68, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB7950245-
CMYK0.680.8000.04
HSL248.92º90.7%57.84%-
HSV(B)248.92º79.59%96.08%-
XYZ20.8510.5487.32-
YUV80.9220.61126.64-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.12%
GREEN value IS 50 (19.92% from 255) = 13.37%
BLUE value IS 245 (96.09% from 255) = 65.51%
R=21.12%
G=13.37%
B=65.51%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal79502450.680.8000.04248.9290.757.84
Hex4F32F5445004f95b3a
Octal117623651041200437113372
Binary100111111001011110101100010010100000100111110011011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F32F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,50,245); }

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

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

 a { background-color: rgb(79,50,245); }

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

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

 span { border-color: rgb(79,50,245); }

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