#7A276E

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

Shades of Dark Purple #7A276E

Tints of Dark Purple #7A276E

Color information

#7A276E (or 0x7A276E) is unknown color: approx Dark Purple. HEX triplet: 7A, 27 and 6E. RGB value is (122,39,110). Sum of RGB (Red+Green+Blue) = 122+39+110=271 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.02% from 271); Green value is 39 (15.62% from 255 or 14.39% from 271); Blue value is 110 (43.36% from 255 or 40.59% from 271); Max value from RGB is 122 - color contains mainly: red. Hex color #7A276E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A276E is #85D891. Grayscale: #474747. Windows color (decimal): -8771730 or 7219066. OLE color: 7219066.

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

Color convert

RGB12239110-
CMYK00.680.100.52
HSL308.67º51.55%31.57%-
HSV(B)308.67º68.03%47.84%-
XYZ11.576.7115.44-
YUV71.91149.5163.73-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 45.02%
GREEN value IS 39 (15.62% from 255) = 14.39%
BLUE value IS 110 (43.36% from 255) = 40.59%
R=45.02%
G=14.39%
B=40.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.10
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1223911000.680.100.52308.6751.5531.57
Hex7A276E044A341353420
Octal17247156010412644656440
Binary11110101001111101110010001001010110100100110101110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A276E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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