#4D32F0

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

Shades of Han Purple #4D32F0

Tints of Han Purple #4D32F0

Color information

#4D32F0 (or 0x4D32F0) is unknown color: approx Han Purple. HEX triplet: 4D, 32 and F0. RGB value is (77,50,240). Sum of RGB (Red+Green+Blue) = 77+50+240=367 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.98% from 367); Green value is 50 (19.92% from 255 or 13.62% from 367); Blue value is 240 (94.14% from 255 or 65.40% from 367); Max value from RGB is 240 - color contains mainly: blue. Hex color #4D32F0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D32F0 is #B2CD0F. Grayscale: #4F4F4F. Windows color (decimal): -11717904 or 15741517. OLE color: 15741517.

HSL color Cylindrical-coordinate representation of color #4D32F0: hue angle of 248.53º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4D32F0 is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB7750240-
CMYK0.680.7900.06
HSL248.53º86.36%56.86%-
HSV(B)248.53º79.17%94.12%-
XYZ19.9310.1583.35-
YUV79.73218.45126.05-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.98%
GREEN value IS 50 (19.92% from 255) = 13.62%
BLUE value IS 240 (94.14% from 255) = 65.40%
R=20.98%
G=13.62%
B=65.40%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal77502400.680.7900.06248.5386.3656.86
Hex4D32F0444F06f95639
Octal115623601041170637112671
Binary100110111001011110000100010010011110110111110011010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D32F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,50,240); }

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

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

 a { background-color: rgb(77,50,240); }

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

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

 span { border-color: rgb(77,50,240); }

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