#7C2871

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

Shades of Dark Purple #7C2871

Tints of Dark Purple #7C2871

Color information

#7C2871 (or 0x7C2871) is unknown color: approx Dark Purple. HEX triplet: 7C, 28 and 71. RGB value is (124,40,113). Sum of RGB (Red+Green+Blue) = 124+40+113=277 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.77% from 277); Green value is 40 (16.02% from 255 or 14.44% from 277); Blue value is 113 (44.53% from 255 or 40.79% from 277); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2871 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C2871 is #83D78E. Grayscale: #494949. Windows color (decimal): -8640399 or 7415932. OLE color: 7415932.

HSL color Cylindrical-coordinate representation of color #7C2871: hue angle of 307.86º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7C2871 is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.51.

Color convert

RGB12440113-
CMYK00.680.090.51
HSL307.86º51.22%32.16%-
HSV(B)307.86º67.74%48.63%-
XYZ12.056.9916.34-
YUV73.44150.33164.06-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 44.77%
GREEN value IS 40 (16.02% from 255) = 14.44%
BLUE value IS 113 (44.53% from 255) = 40.79%
R=44.77%
G=14.44%
B=40.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.09
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1244011300.680.090.51307.8651.2232.16
Hex7C28710449331343320
Octal17450161010411634646340
Binary11111001010001110001010001001001110011100110100110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,40,113); }

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

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

 a { background-color: rgb(124,40,113); }

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

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

 span { border-color: rgb(124,40,113); }

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