#4C29AB

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

Shades of Purple Heart #4C29AB

Tints of Purple Heart #4C29AB

Color information

#4C29AB (or 0x4C29AB) is unknown color: approx Purple Heart. HEX triplet: 4C, 29 and AB. RGB value is (76,41,171). Sum of RGB (Red+Green+Blue) = 76+41+171=288 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.39% from 288); Green value is 41 (16.41% from 255 or 14.24% from 288); Blue value is 171 (67.19% from 255 or 59.38% from 288); Max value from RGB is 171 - color contains mainly: blue. Hex color #4C29AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C29AB is #B3D654. Grayscale: #414141. Windows color (decimal): -11785813 or 11217228. OLE color: 11217228.

HSL color Cylindrical-coordinate representation of color #4C29AB: hue angle of 256.15º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4C29AB is Cyan = 0.56, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7641171-
CMYK0.560.7600.33
HSL256.15º61.32%41.57%-
HSV(B)256.15º76.02%67.06%-
XYZ11.126.0639.11-
YUV66.28187.1134.93-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.39%
GREEN value IS 41 (16.41% from 255) = 14.24%
BLUE value IS 171 (67.19% from 255) = 59.38%
R=26.39%
G=14.24%
B=59.38%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal76411710.560.7600.33256.1561.3241.57
Hex4C29AB384C0211003d2a
Octal11451253701140414007552
Binary10011001010011010101111100010011000100001100000000111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C29AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,41,171); }

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

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

 a { background-color: rgb(76,41,171); }

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

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

 span { border-color: rgb(76,41,171); }

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