#7A31C9

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

Shades of Purple Heart #7A31C9

Tints of Purple Heart #7A31C9

Color information

#7A31C9 (or 0x7A31C9) is unknown color: approx Purple Heart. HEX triplet: 7A, 31 and C9. RGB value is (122,49,201). Sum of RGB (Red+Green+Blue) = 122+49+201=372 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.80% from 372); Green value is 49 (19.53% from 255 or 13.17% from 372); Blue value is 201 (78.91% from 255 or 54.03% from 372); Max value from RGB is 201 - color contains mainly: blue. Hex color #7A31C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A31C9 is #85CE36. Grayscale: #575757. Windows color (decimal): -8769079 or 13185402. OLE color: 13185402.

HSL color Cylindrical-coordinate representation of color #7A31C9: hue angle of 268.82º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7A31C9 is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12249201-
CMYK0.390.7600.21
HSL268.82º60.8%49.02%-
HSV(B)268.82º75.62%78.82%-
XYZ19.6710.5556.26-
YUV88.16191.68152.14-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.80%
GREEN value IS 49 (19.53% from 255) = 13.17%
BLUE value IS 201 (78.91% from 255) = 54.03%
R=32.80%
G=13.17%
B=54.03%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal122492010.390.7600.21268.8260.849.02
Hex7A31C9274C01510d3d31
Octal17261311471140254157561
Binary1111010110001110010011001111001100010101100001101111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A31C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,49,201); }

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

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

 a { background-color: rgb(122,49,201); }

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

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

 span { border-color: rgb(122,49,201); }

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