#7C266D

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

Shades of Dark Purple #7C266D

Tints of Dark Purple #7C266D

Color information

#7C266D (or 0x7C266D) is unknown color: approx Dark Purple. HEX triplet: 7C, 26 and 6D. RGB value is (124,38,109). Sum of RGB (Red+Green+Blue) = 124+38+109=271 (35% of max value = 765). Red value is 124 (48.83% from 255 or 45.76% from 271); Green value is 38 (15.23% from 255 or 14.02% from 271); Blue value is 109 (42.97% from 255 or 40.22% from 271); Max value from RGB is 124 - color contains mainly: red. Hex color #7C266D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C266D is #83D992. Grayscale: #474747. Windows color (decimal): -8640915 or 7153276. OLE color: 7153276.

HSL color Cylindrical-coordinate representation of color #7C266D: hue angle of 310.47º 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 #7C266D is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.51.

Color convert

RGB12438109-
CMYK00.690.120.51
HSL310.47º53.09%31.76%-
HSV(B)310.47º69.35%48.63%-
XYZ11.776.7815.16-
YUV71.81148.99165.23-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 45.76%
GREEN value IS 38 (15.23% from 255) = 14.02%
BLUE value IS 109 (42.97% from 255) = 40.22%
R=45.76%
G=14.02%
B=40.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.12
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1243810900.690.120.51310.4753.0931.76
Hex7C266D045C331363520
Octal17446155010514634666540
Binary11111001001101101101010001011100110011100110110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C266D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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