#4C3BC5

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

Shades of Purple Heart #4C3BC5

Tints of Purple Heart #4C3BC5

Color information

#4C3BC5 (or 0x4C3BC5) is unknown color: approx Purple Heart. HEX triplet: 4C, 3B and C5. RGB value is (76,59,197). Sum of RGB (Red+Green+Blue) = 76+59+197=332 (43% of max value = 765). Red value is 76 (30.08% from 255 or 22.89% from 332); Green value is 59 (23.44% from 255 or 17.77% from 332); Blue value is 197 (77.34% from 255 or 59.34% from 332); Max value from RGB is 197 - color contains mainly: blue. Hex color #4C3BC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C3BC5 is #B3C43A. Grayscale: #4F4F4F. Windows color (decimal): -11781179 or 12925772. OLE color: 12925772.

HSL color Cylindrical-coordinate representation of color #4C3BC5: hue angle of 247.39º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C3BC5 is Cyan = 0.61, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB7659197-
CMYK0.610.7000.23
HSL247.39º54.33%50.2%-
HSV(B)247.39º70.05%77.25%-
XYZ14.628.753.73-
YUV79.82194.13125.28-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.89%
GREEN value IS 59 (23.44% from 255) = 17.77%
BLUE value IS 197 (77.34% from 255) = 59.34%
R=22.89%
G=17.77%
B=59.34%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal76591970.610.7000.23247.3954.3350.2
Hex4C3BC53D46017f73632
Octal11473305751060273676662
Binary100110011101111000101111101100011001011111110111110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,59,197); }

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

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

 a { background-color: rgb(76,59,197); }

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

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

 span { border-color: rgb(76,59,197); }

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