#7C1CAF

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

Shades of Purple Heart #7C1CAF

Tints of Purple Heart #7C1CAF

Color information

#7C1CAF (or 0x7C1CAF) is unknown color: approx Purple Heart. HEX triplet: 7C, 1C and AF. RGB value is (124,28,175). Sum of RGB (Red+Green+Blue) = 124+28+175=327 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.92% from 327); Green value is 28 (11.33% from 255 or 8.56% from 327); Blue value is 175 (68.75% from 255 or 53.52% from 327); Max value from RGB is 175 - color contains mainly: blue. Hex color #7C1CAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C1CAF is #83E350. Grayscale: #484848. Windows color (decimal): -8643409 or 11476092. OLE color: 11476092.

HSL color Cylindrical-coordinate representation of color #7C1CAF: hue angle of 279.18º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7C1CAF is Cyan = 0.29, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12428175-
CMYK0.290.8400.31
HSL279.18º72.41%39.8%-
HSV(B)279.18º84%68.63%-
XYZ16.478.2141.27-
YUV73.46185.3164.05-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.92%
GREEN value IS 28 (11.33% from 255) = 8.56%
BLUE value IS 175 (68.75% from 255) = 53.52%
R=37.92%
G=8.56%
B=53.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal124281750.290.8400.31279.1872.4139.8
Hex7C1CAF1D5401F1174828
Octal174342573512403742711050
Binary111110011100101011111110110101000111111000101111001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,28,175); }

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

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

 a { background-color: rgb(124,28,175); }

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

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

 span { border-color: rgb(124,28,175); }

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