#4C32DC

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

Shades of Han Purple #4C32DC

Tints of Han Purple #4C32DC

Color information

#4C32DC (or 0x4C32DC) is unknown color: approx Han Purple. HEX triplet: 4C, 32 and DC. RGB value is (76,50,220). Sum of RGB (Red+Green+Blue) = 76+50+220=346 (45% of max value = 765). Red value is 76 (30.08% from 255 or 21.97% from 346); Green value is 50 (19.92% from 255 or 14.45% from 346); Blue value is 220 (86.33% from 255 or 63.58% from 346); Max value from RGB is 220 - color contains mainly: blue. Hex color #4C32DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C32DC is #B3CD23. Grayscale: #4C4C4C. Windows color (decimal): -11783460 or 14430796. OLE color: 14430796.

HSL color Cylindrical-coordinate representation of color #4C32DC: hue angle of 249.18º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4C32DC is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB7650220-
CMYK0.650.7700.14
HSL249.18º70.83%52.94%-
HSV(B)249.18º77.27%86.27%-
XYZ17.048.9968.55-
YUV77.15208.61127.18-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.97%
GREEN value IS 50 (19.92% from 255) = 14.45%
BLUE value IS 220 (86.33% from 255) = 63.58%
R=21.97%
G=14.45%
B=63.58%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal76502200.650.7700.14249.1870.8352.94
Hex4C32DC414D0Ef94735
Octal1146233410111501637110765
Binary1001100110010110111001000001100110101110111110011000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C32DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,50,220); }

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

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

 a { background-color: rgb(76,50,220); }

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

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

 span { border-color: rgb(76,50,220); }

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