#7C266C

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

Shades of Dark Purple #7C266C

Tints of Dark Purple #7C266C

Color information

#7C266C (or 0x7C266C) is unknown color: approx Dark Purple. HEX triplet: 7C, 26 and 6C. RGB value is (124,38,108). Sum of RGB (Red+Green+Blue) = 124+38+108=270 (35% of max value = 765). Red value is 124 (48.83% from 255 or 45.93% from 270); Green value is 38 (15.23% from 255 or 14.07% from 270); Blue value is 108 (42.58% from 255 or 40% from 270); Max value from RGB is 124 - color contains mainly: red. Hex color #7C266C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C266C is #83D993. Grayscale: #474747. Windows color (decimal): -8640916 or 7087740. OLE color: 7087740.

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

Color convert

RGB12438108-
CMYK00.690.130.51
HSL311.16º53.09%31.76%-
HSV(B)311.16º69.35%48.63%-
XYZ11.716.7514.87-
YUV71.69148.49165.31-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 45.93%
GREEN value IS 38 (15.23% from 255) = 14.07%
BLUE value IS 108 (42.58% from 255) = 40%
R=45.93%
G=14.07%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.13
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1243810800.690.130.51311.1653.0931.76
Hex7C266C045D331373520
Octal17446154010515634676540
Binary11111001001101101100010001011101110011100110111110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C266C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,38,108); }

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

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

 a { background-color: rgb(124,38,108); }

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

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

 span { border-color: rgb(124,38,108); }

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