#7A43C8

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

Shades of Purple Heart #7A43C8

Tints of Purple Heart #7A43C8

Color information

#7A43C8 (or 0x7A43C8) is unknown color: approx Purple Heart. HEX triplet: 7A, 43 and C8. RGB value is (122,67,200). Sum of RGB (Red+Green+Blue) = 122+67+200=389 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.36% from 389); Green value is 67 (26.56% from 255 or 17.22% from 389); Blue value is 200 (78.52% from 255 or 51.41% from 389); Max value from RGB is 200 - color contains mainly: blue. Hex color #7A43C8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A43C8 is #85BC37. Grayscale: #626262. Windows color (decimal): -8764472 or 13124474. OLE color: 13124474.

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

Color convert

RGB12267200-
CMYK0.390.6600.22
HSL264.81º54.73%52.35%-
HSV(B)264.81º66.5%78.43%-
XYZ20.4612.3255.94-
YUV98.61185.22144.69-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.36%
GREEN value IS 67 (26.56% from 255) = 17.22%
BLUE value IS 200 (78.52% from 255) = 51.41%
R=31.36%
G=17.22%
B=51.41%

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
Decimal122672000.390.6600.22264.8154.7352.35
Hex7A43C827420161093734
Octal172103310471020264116764
Binary11110101000011110010001001111000010010110100001001110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A43C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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