#7A276A

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

Shades of Dark Purple #7A276A

Tints of Dark Purple #7A276A

Color information

#7A276A (or 0x7A276A) is unknown color: approx Dark Purple. HEX triplet: 7A, 27 and 6A. RGB value is (122,39,106). Sum of RGB (Red+Green+Blue) = 122+39+106=267 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.69% from 267); Green value is 39 (15.62% from 255 or 14.61% from 267); Blue value is 106 (41.80% from 255 or 39.70% from 267); Max value from RGB is 122 - color contains mainly: red. Hex color #7A276A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A276A is #85D895. Grayscale: #474747. Windows color (decimal): -8771734 or 6956922. OLE color: 6956922.

HSL color Cylindrical-coordinate representation of color #7A276A: hue angle of 311.57º 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 #7A276A is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.52.

Color convert

RGB12239106-
CMYK00.680.130.52
HSL311.57º51.55%31.57%-
HSV(B)311.57º68.03%47.84%-
XYZ11.356.6314.32-
YUV71.46147.5164.05-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 45.69%
GREEN value IS 39 (15.62% from 255) = 14.61%
BLUE value IS 106 (41.80% from 255) = 39.70%
R=45.69%
G=14.61%
B=39.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.13
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1223910600.680.130.52311.5751.5531.57
Hex7A276A044D341383420
Octal17247152010415644706440
Binary11110101001111101010010001001101110100100111000110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A276A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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