#7A31C4

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

Shades of Purple Heart #7A31C4

Tints of Purple Heart #7A31C4

Color information

#7A31C4 (or 0x7A31C4) is unknown color: approx Purple Heart. HEX triplet: 7A, 31 and C4. RGB value is (122,49,196). Sum of RGB (Red+Green+Blue) = 122+49+196=367 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.24% from 367); Green value is 49 (19.53% from 255 or 13.35% from 367); Blue value is 196 (76.95% from 255 or 53.41% from 367); Max value from RGB is 196 - color contains mainly: blue. Hex color #7A31C4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A31C4 is #85CE3B. Grayscale: #575757. Windows color (decimal): -8769084 or 12857722. OLE color: 12857722.

HSL color Cylindrical-coordinate representation of color #7A31C4: hue angle of 269.8º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7A31C4 is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB12249196-
CMYK0.380.7500.23
HSL269.8º60%48.04%-
HSV(B)269.8º75%76.86%-
XYZ19.0910.3253.21-
YUV87.58189.18152.55-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.24%
GREEN value IS 49 (19.53% from 255) = 13.35%
BLUE value IS 196 (76.95% from 255) = 53.41%
R=33.24%
G=13.35%
B=53.41%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal122491960.380.7500.23269.86048.04
Hex7A31C4264B01710e3c30
Octal17261304461130274167460
Binary1111010110001110001001001101001011010111100001110111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A31C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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