#4C2DE2

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

Shades of Han Purple #4C2DE2

Tints of Han Purple #4C2DE2

Color information

#4C2DE2 (or 0x4C2DE2) is unknown color: approx Han Purple. HEX triplet: 4C, 2D and E2. RGB value is (76,45,226). Sum of RGB (Red+Green+Blue) = 76+45+226=347 (45% of max value = 765). Red value is 76 (30.08% from 255 or 21.90% from 347); Green value is 45 (17.97% from 255 or 12.97% from 347); Blue value is 226 (88.67% from 255 or 65.13% from 347); Max value from RGB is 226 - color contains mainly: blue. Hex color #4C2DE2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C2DE2 is #B3D21D. Grayscale: #4A4A4A. Windows color (decimal): -11784734 or 14822732. OLE color: 14822732.

HSL color Cylindrical-coordinate representation of color #4C2DE2: hue angle of 250.28º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4C2DE2 is Cyan = 0.66, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB7645226-
CMYK0.660.8000.11
HSL250.28º75.73%53.14%-
HSV(B)250.28º80.09%88.63%-
XYZ17.658.972.74-
YUV74.9213.27128.78-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.90%
GREEN value IS 45 (17.97% from 255) = 12.97%
BLUE value IS 226 (88.67% from 255) = 65.13%
R=21.90%
G=12.97%
B=65.13%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal76452260.660.8000.11250.2875.7353.14
Hex4C2DE242500Bfa4c35
Octal1145534210212001337211465
Binary1001100101101111000101000010101000001011111110101001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2DE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,45,226); }

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

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

 a { background-color: rgb(76,45,226); }

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

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

 span { border-color: rgb(76,45,226); }

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