#4C3BC7

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

Shades of Purple Heart #4C3BC7

Tints of Purple Heart #4C3BC7

Color information

#4C3BC7 (or 0x4C3BC7) is unknown color: approx Purple Heart. HEX triplet: 4C, 3B and C7. RGB value is (76,59,199). Sum of RGB (Red+Green+Blue) = 76+59+199=334 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.75% from 334); Green value is 59 (23.44% from 255 or 17.66% from 334); Blue value is 199 (78.12% from 255 or 59.58% from 334); Max value from RGB is 199 - color contains mainly: blue. Hex color #4C3BC7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C3BC7 is #B3C438. Grayscale: #4F4F4F. Windows color (decimal): -11781177 or 13056844. OLE color: 13056844.

HSL color Cylindrical-coordinate representation of color #4C3BC7: hue angle of 247.29º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C3BC7 is Cyan = 0.62, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB7659199-
CMYK0.620.7000.22
HSL247.29º55.56%50.59%-
HSV(B)247.29º70.35%78.04%-
XYZ14.858.7954.95-
YUV80.04195.13125.12-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.75%
GREEN value IS 59 (23.44% from 255) = 17.66%
BLUE value IS 199 (78.12% from 255) = 59.58%
R=22.75%
G=17.66%
B=59.58%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal76591990.620.7000.22247.2955.5650.59
Hex4C3BC73E46016f73833
Octal11473307761060263677063
Binary100110011101111000111111110100011001011011110111111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3BC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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