#7C1AC4

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

Shades of Purple Heart #7C1AC4

Tints of Purple Heart #7C1AC4

Color information

#7C1AC4 (or 0x7C1AC4) is unknown color: approx Purple Heart. HEX triplet: 7C, 1A and C4. RGB value is (124,26,196). Sum of RGB (Red+Green+Blue) = 124+26+196=346 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.84% from 346); Green value is 26 (10.55% from 255 or 7.51% from 346); Blue value is 196 (76.95% from 255 or 56.65% from 346); Max value from RGB is 196 - color contains mainly: blue. Hex color #7C1AC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C1AC4 is #83E53B. Grayscale: #4A4A4A. Windows color (decimal): -8643900 or 12851836. OLE color: 12851836.

HSL color Cylindrical-coordinate representation of color #7C1AC4: hue angle of 274.59º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7C1AC4 is Cyan = 0.37, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB12426196-
CMYK0.370.8700.23
HSL274.59º76.58%43.53%-
HSV(B)274.59º86.73%76.86%-
XYZ18.659.0152.98-
YUV74.68196.47163.18-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.84%
GREEN value IS 26 (10.55% from 255) = 7.51%
BLUE value IS 196 (76.95% from 255) = 56.65%
R=35.84%
G=7.51%
B=56.65%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal124261960.370.8700.23274.5976.5843.53
Hex7C1AC425570171134d2c
Octal174323044512702742311554
Binary1111100110101100010010010110101110101111000100111001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,26,196); }

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

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

 a { background-color: rgb(124,26,196); }

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

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

 span { border-color: rgb(124,26,196); }

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