#4C1DAD

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

Shades of Purple Heart #4C1DAD

Tints of Purple Heart #4C1DAD

Color information

#4C1DAD (or 0x4C1DAD) is unknown color: approx Purple Heart. HEX triplet: 4C, 1D and AD. RGB value is (76,29,173). Sum of RGB (Red+Green+Blue) = 76+29+173=278 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.34% from 278); Green value is 29 (11.72% from 255 or 10.43% from 278); Blue value is 173 (67.97% from 255 or 62.23% from 278); Max value from RGB is 173 - color contains mainly: blue. Hex color #4C1DAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C1DAD is #B3E252. Grayscale: #3A3A3A. Windows color (decimal): -11788883 or 11345228. OLE color: 11345228.

HSL color Cylindrical-coordinate representation of color #4C1DAD: hue angle of 259.58º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4C1DAD is Cyan = 0.56, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7629173-
CMYK0.560.8300.32
HSL259.58º71.29%39.61%-
HSV(B)259.58º83.24%67.84%-
XYZ10.965.4340.01-
YUV59.47192.07139.79-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 27.34%
GREEN value IS 29 (11.72% from 255) = 10.43%
BLUE value IS 173 (67.97% from 255) = 62.23%
R=27.34%
G=10.43%
B=62.23%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal76291730.560.8300.32259.5871.2939.61
Hex4C1DAD38530201044728
Octal114352557012304040410750
Binary10011001110110101101111000101001101000001000001001000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,29,173); }

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

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

 a { background-color: rgb(76,29,173); }

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

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

 span { border-color: rgb(76,29,173); }

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