#4C2EC0

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

Shades of Purple Heart #4C2EC0

Tints of Purple Heart #4C2EC0

Color information

#4C2EC0 (or 0x4C2EC0) is unknown color: approx Purple Heart. HEX triplet: 4C, 2E and C0. RGB value is (76,46,192). Sum of RGB (Red+Green+Blue) = 76+46+192=314 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.20% from 314); Green value is 46 (18.36% from 255 or 14.65% from 314); Blue value is 192 (75.39% from 255 or 61.15% from 314); Max value from RGB is 192 - color contains mainly: blue. Hex color #4C2EC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C2EC0 is #B3D13F. Grayscale: #474747. Windows color (decimal): -11784512 or 12594764. OLE color: 12594764.

HSL color Cylindrical-coordinate representation of color #4C2EC0: hue angle of 252.33º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4C2EC0 is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7646192-
CMYK0.600.7600.25
HSL252.33º61.34%46.67%-
HSV(B)252.33º76.04%75.29%-
XYZ13.477.350.57-
YUV71.61195.94131.13-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.20%
GREEN value IS 46 (18.36% from 255) = 14.65%
BLUE value IS 192 (75.39% from 255) = 61.15%
R=24.20%
G=14.65%
B=61.15%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal76461920.600.7600.25252.3361.3446.67
Hex4C2EC03C4C019fc3d2f
Octal11456300741140313747557
Binary100110010111011000000111100100110001100111111100111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,46,192); }

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

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

 a { background-color: rgb(76,46,192); }

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

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

 span { border-color: rgb(76,46,192); }

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