#7A1AC1

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

Shades of Purple Heart #7A1AC1

Tints of Purple Heart #7A1AC1

Color information

#7A1AC1 (or 0x7A1AC1) is unknown color: approx Purple Heart. HEX triplet: 7A, 1A and C1. RGB value is (122,26,193). Sum of RGB (Red+Green+Blue) = 122+26+193=341 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.78% from 341); Green value is 26 (10.55% from 255 or 7.62% from 341); Blue value is 193 (75.78% from 255 or 56.60% from 341); Max value from RGB is 193 - color contains mainly: blue. Hex color #7A1AC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A1AC1 is #85E53E. Grayscale: #494949. Windows color (decimal): -8774975 or 12655226. OLE color: 12655226.

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

Color convert

RGB12226193-
CMYK0.370.8700.24
HSL274.49º76.26%42.94%-
HSV(B)274.49º86.53%75.69%-
XYZ18.028.7351.19-
YUV73.74195.3162.42-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.78%
GREEN value IS 26 (10.55% from 255) = 7.62%
BLUE value IS 193 (75.78% from 255) = 56.60%
R=35.78%
G=7.62%
B=56.60%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal122261930.370.8700.24274.4976.2642.94
Hex7A1AC125570181124c2b
Octal172323014512703042211453
Binary1111010110101100000110010110101110110001000100101001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,26,193); }

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

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

 a { background-color: rgb(122,26,193); }

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

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

 span { border-color: rgb(122,26,193); }

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