#7A43C7

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

Shades of Purple Heart #7A43C7

Tints of Purple Heart #7A43C7

Color information

#7A43C7 (or 0x7A43C7) is unknown color: approx Purple Heart. HEX triplet: 7A, 43 and C7. RGB value is (122,67,199). Sum of RGB (Red+Green+Blue) = 122+67+199=388 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.44% from 388); Green value is 67 (26.56% from 255 or 17.27% from 388); Blue value is 199 (78.12% from 255 or 51.29% from 388); Max value from RGB is 199 - color contains mainly: blue. Hex color #7A43C7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A43C7 is #85BC38. Grayscale: #626262. Windows color (decimal): -8764473 or 13058938. OLE color: 13058938.

HSL color Cylindrical-coordinate representation of color #7A43C7: hue angle of 265º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7A43C7 is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB12267199-
CMYK0.390.6600.22
HSL265º54.1%52.16%-
HSV(B)265º66.33%78.04%-
XYZ20.3412.2855.33-
YUV98.49184.72144.77-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.44%
GREEN value IS 67 (26.56% from 255) = 17.27%
BLUE value IS 199 (78.12% from 255) = 51.29%
R=31.44%
G=17.27%
B=51.29%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal122671990.390.6600.2226554.152.16
Hex7A43C727420161093634
Octal172103307471020264116664
Binary11110101000011110001111001111000010010110100001001110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A43C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,67,199); }

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

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

 a { background-color: rgb(122,67,199); }

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

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

 span { border-color: rgb(122,67,199); }

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