#7C266B

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

Shades of Dark Purple #7C266B

Tints of Dark Purple #7C266B

Color information

#7C266B (or 0x7C266B) is unknown color: approx Dark Purple. HEX triplet: 7C, 26 and 6B. RGB value is (124,38,107). Sum of RGB (Red+Green+Blue) = 124+38+107=269 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.10% from 269); Green value is 38 (15.23% from 255 or 14.13% from 269); Blue value is 107 (42.19% from 255 or 39.78% from 269); Max value from RGB is 124 - color contains mainly: red. Hex color #7C266B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C266B is #83D994. Grayscale: #474747. Windows color (decimal): -8640917 or 7022204. OLE color: 7022204.

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

Color convert

RGB12438107-
CMYK00.690.140.51
HSL311.86º53.09%31.76%-
HSV(B)311.86º69.35%48.63%-
XYZ11.666.7314.59-
YUV71.58147.99165.39-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 46.10%
GREEN value IS 38 (15.23% from 255) = 14.13%
BLUE value IS 107 (42.19% from 255) = 39.78%
R=46.10%
G=14.13%
B=39.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.14
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1243810700.690.140.51311.8653.0931.76
Hex7C266B045E331383520
Octal17446153010516634706540
Binary11111001001101101011010001011110110011100111000110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C266B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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