#7C3BC5

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

Shades of Purple Heart #7C3BC5

Tints of Purple Heart #7C3BC5

Color information

#7C3BC5 (or 0x7C3BC5) is unknown color: approx Purple Heart. HEX triplet: 7C, 3B and C5. RGB value is (124,59,197). Sum of RGB (Red+Green+Blue) = 124+59+197=380 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.63% from 380); Green value is 59 (23.44% from 255 or 15.53% from 380); Blue value is 197 (77.34% from 255 or 51.84% from 380); Max value from RGB is 197 - color contains mainly: blue. Hex color #7C3BC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C3BC5 is #83C43A. Grayscale: #5D5D5D. Windows color (decimal): -8635451 or 12925820. OLE color: 12925820.

HSL color Cylindrical-coordinate representation of color #7C3BC5: hue angle of 268.26º 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 #7C3BC5 is Cyan = 0.37, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB12459197-
CMYK0.370.7000.23
HSL268.26º54.33%50.2%-
HSV(B)268.26º70.05%77.25%-
XYZ19.9511.4453.98-
YUV94.17186.03149.28-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.63%
GREEN value IS 59 (23.44% from 255) = 15.53%
BLUE value IS 197 (77.34% from 255) = 51.84%
R=32.63%
G=15.53%
B=51.84%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal124591970.370.7000.23268.2654.3350.2
Hex7C3BC5254601710c3632
Octal17473305451060274146662
Binary1111100111011110001011001011000110010111100001100110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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