#7A266C

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

Shades of Dark Purple #7A266C

Tints of Dark Purple #7A266C

Color information

#7A266C (or 0x7A266C) is unknown color: approx Dark Purple. HEX triplet: 7A, 26 and 6C. RGB value is (122,38,108). Sum of RGB (Red+Green+Blue) = 122+38+108=268 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.52% from 268); Green value is 38 (15.23% from 255 or 14.18% from 268); Blue value is 108 (42.58% from 255 or 40.30% from 268); Max value from RGB is 122 - color contains mainly: red. Hex color #7A266C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A266C is #85D993. Grayscale: #464646. Windows color (decimal): -8771988 or 7087738. OLE color: 7087738.

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

Color convert

RGB12238108-
CMYK00.690.110.52
HSL310º52.5%31.37%-
HSV(B)310º68.85%47.84%-
XYZ11.436.6114.86-
YUV71.1148.83164.31-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 45.52%
GREEN value IS 38 (15.23% from 255) = 14.18%
BLUE value IS 108 (42.58% from 255) = 40.30%
R=45.52%
G=14.18%
B=40.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.11
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1223810800.690.110.5231052.531.37
Hex7A266C045B34136341f
Octal17246154010513644666437
Binary1111010100110110110001000101101111010010011011011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A266C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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