#7A2676

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

Shades of Dark Purple #7A2676

Tints of Dark Purple #7A2676

Color information

#7A2676 (or 0x7A2676) is unknown color: approx Dark Purple. HEX triplet: 7A, 26 and 76. RGB value is (122,38,118). Sum of RGB (Red+Green+Blue) = 122+38+118=278 (36% of max value = 765). Red value is 122 (48.05% from 255 or 43.88% from 278); Green value is 38 (15.23% from 255 or 13.67% from 278); Blue value is 118 (46.48% from 255 or 42.45% from 278); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2676 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A2676 is #85D989. Grayscale: #484848. Windows color (decimal): -8771978 or 7743098. OLE color: 7743098.

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

Color convert

RGB12238118-
CMYK00.690.030.52
HSL302.86º52.5%31.37%-
HSV(B)302.86º68.85%47.84%-
XYZ11.996.8317.83-
YUV72.24153.83163.5-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 43.88%
GREEN value IS 38 (15.23% from 255) = 13.67%
BLUE value IS 118 (46.48% from 255) = 42.45%
R=43.88%
G=13.67%
B=42.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.03
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1223811800.690.030.52302.8652.531.37
Hex7A267604533412f341f
Octal1724616601053644576437
Binary11110101001101110110010001011111010010010111111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,38,118); }

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

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

 a { background-color: rgb(122,38,118); }

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

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

 span { border-color: rgb(122,38,118); }

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