#7A276C

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

Shades of Dark Purple #7A276C

Tints of Dark Purple #7A276C

Color information

#7A276C (or 0x7A276C) is unknown color: approx Dark Purple. HEX triplet: 7A, 27 and 6C. RGB value is (122,39,108). Sum of RGB (Red+Green+Blue) = 122+39+108=269 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.35% from 269); Green value is 39 (15.62% from 255 or 14.50% from 269); Blue value is 108 (42.58% from 255 or 40.15% from 269); Max value from RGB is 122 - color contains mainly: red. Hex color #7A276C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A276C is #85D893. Grayscale: #474747. Windows color (decimal): -8771732 or 7087994. OLE color: 7087994.

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

Color convert

RGB12239108-
CMYK00.680.110.52
HSL310.12º51.55%31.57%-
HSV(B)310.12º68.03%47.84%-
XYZ11.466.6714.87-
YUV71.68148.5163.89-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 45.35%
GREEN value IS 39 (15.62% from 255) = 14.50%
BLUE value IS 108 (42.58% from 255) = 40.15%
R=45.35%
G=14.50%
B=40.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.11
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1223910800.680.110.52310.1251.5531.57
Hex7A276C044B341363420
Octal17247154010413644666440
Binary11110101001111101100010001001011110100100110110110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A276C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,39,108); }

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

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

 a { background-color: rgb(122,39,108); }

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

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

 span { border-color: rgb(122,39,108); }

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