#7C276D

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

Shades of Dark Purple #7C276D

Tints of Dark Purple #7C276D

Color information

#7C276D (or 0x7C276D) is unknown color: approx Dark Purple. HEX triplet: 7C, 27 and 6D. RGB value is (124,39,109). Sum of RGB (Red+Green+Blue) = 124+39+109=272 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.59% from 272); Green value is 39 (15.62% from 255 or 14.34% from 272); Blue value is 109 (42.97% from 255 or 40.07% from 272); Max value from RGB is 124 - color contains mainly: red. Hex color #7C276D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C276D is #83D892. Grayscale: #484848. Windows color (decimal): -8640659 or 7153532. OLE color: 7153532.

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

Color convert

RGB12439109-
CMYK00.690.120.51
HSL310.59º52.15%31.96%-
HSV(B)310.59º68.55%48.63%-
XYZ11.86.8415.17-
YUV72.4148.66164.81-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 45.59%
GREEN value IS 39 (15.62% from 255) = 14.34%
BLUE value IS 109 (42.97% from 255) = 40.07%
R=45.59%
G=14.34%
B=40.07%

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
Decimal1243910900.690.120.51310.5952.1531.96
Hex7C276D045C331373420
Octal17447155010514634676440
Binary11111001001111101101010001011100110011100110111110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C276D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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