#4C3BC1

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

Shades of Purple Heart #4C3BC1

Tints of Purple Heart #4C3BC1

Color information

#4C3BC1 (or 0x4C3BC1) is unknown color: approx Purple Heart. HEX triplet: 4C, 3B and C1. RGB value is (76,59,193). Sum of RGB (Red+Green+Blue) = 76+59+193=328 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.17% from 328); Green value is 59 (23.44% from 255 or 17.99% from 328); Blue value is 193 (75.78% from 255 or 58.84% from 328); Max value from RGB is 193 - color contains mainly: blue. Hex color #4C3BC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C3BC1 is #B3C43E. Grayscale: #4E4E4E. Windows color (decimal): -11781183 or 12663628. OLE color: 12663628.

HSL color Cylindrical-coordinate representation of color #4C3BC1: hue angle of 247.61º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4C3BC1 is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB7659193-
CMYK0.610.6900.24
HSL247.61º53.17%49.41%-
HSV(B)247.61º69.43%75.69%-
XYZ14.178.5151.35-
YUV79.36192.13125.6-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.17%
GREEN value IS 59 (23.44% from 255) = 17.99%
BLUE value IS 193 (75.78% from 255) = 58.84%
R=23.17%
G=17.99%
B=58.84%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal76591930.610.6900.24247.6153.1749.41
Hex4C3BC13D45018f83531
Octal11473301751050303706561
Binary100110011101111000001111101100010101100011111000110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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