#7C1361

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

Shades of Dark Purple #7C1361

Tints of Dark Purple #7C1361

Color information

#7C1361 (or 0x7C1361) is unknown color: approx Dark Purple. HEX triplet: 7C, 13 and 61. RGB value is (124,19,97). Sum of RGB (Red+Green+Blue) = 124+19+97=240 (31% of max value = 765). Red value is 124 (48.83% from 255 or 51.67% from 240); Green value is 19 (7.81% from 255 or 7.92% from 240); Blue value is 97 (38.28% from 255 or 40.42% from 240); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1361 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C1361 is #83EC9E. Grayscale: #3B3B3B. Windows color (decimal): -8645791 or 6361980. OLE color: 6361980.

HSL color Cylindrical-coordinate representation of color #7C1361: hue angle of 315.43º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7C1361 is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.51.

Color convert

RGB1241997-
CMYK00.850.220.51
HSL315.43º73.43%28.04%-
HSV(B)315.43º84.68%48.63%-
XYZ10.75.6111.83-
YUV59.29149.29174.16-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 51.67%
GREEN value IS 19 (7.81% from 255) = 7.92%
BLUE value IS 97 (38.28% from 255) = 40.42%
R=51.67%
G=7.92%
B=40.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.22
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124199700.850.220.51315.4373.4328.04
Hex7C1361055163313b491c
Octal174231410125266347311134
Binary11111001001111000010101010110110110011100111011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,19,97); }

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

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

 a { background-color: rgb(124,19,97); }

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

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

 span { border-color: rgb(124,19,97); }

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