#7C31C9

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

Shades of Purple Heart #7C31C9

Tints of Purple Heart #7C31C9

Color information

#7C31C9 (or 0x7C31C9) is unknown color: approx Purple Heart. HEX triplet: 7C, 31 and C9. RGB value is (124,49,201). Sum of RGB (Red+Green+Blue) = 124+49+201=374 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.16% from 374); Green value is 49 (19.53% from 255 or 13.10% from 374); Blue value is 201 (78.91% from 255 or 53.74% from 374); Max value from RGB is 201 - color contains mainly: blue. Hex color #7C31C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C31C9 is #83CE36. Grayscale: #585858. Windows color (decimal): -8638007 or 13185404. OLE color: 13185404.

HSL color Cylindrical-coordinate representation of color #7C31C9: hue angle of 269.61º 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 #7C31C9 is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12449201-
CMYK0.380.7600.21
HSL269.61º60.8%49.02%-
HSV(B)269.61º75.62%78.82%-
XYZ19.9510.756.27-
YUV88.75191.35153.14-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.16%
GREEN value IS 49 (19.53% from 255) = 13.10%
BLUE value IS 201 (78.91% from 255) = 53.74%
R=33.16%
G=13.10%
B=53.74%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal124492010.380.7600.21269.6160.849.02
Hex7C31C9264C01510e3d31
Octal17461311461140254167561
Binary1111100110001110010011001101001100010101100001110111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C31C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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