#7A2577

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

Shades of Dark Purple #7A2577

Tints of Dark Purple #7A2577

Color information

#7A2577 (or 0x7A2577) is unknown color: approx Dark Purple. HEX triplet: 7A, 25 and 77. RGB value is (122,37,119). Sum of RGB (Red+Green+Blue) = 122+37+119=278 (36% of max value = 765). Red value is 122 (48.05% from 255 or 43.88% from 278); Green value is 37 (14.84% from 255 or 13.31% from 278); Blue value is 119 (46.88% from 255 or 42.81% from 278); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2577 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A2577 is #85DA88. Grayscale: #474747. Windows color (decimal): -8772233 or 7808378. OLE color: 7808378.

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

Color convert

RGB12237119-
CMYK00.700.020.52
HSL302.12º53.46%31.18%-
HSV(B)302.12º69.67%47.84%-
XYZ12.026.7918.13-
YUV71.76154.66163.83-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 43.88%
GREEN value IS 37 (14.84% from 255) = 13.31%
BLUE value IS 119 (46.88% from 255) = 42.81%
R=43.88%
G=13.31%
B=42.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.02
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1223711900.700.020.52302.1253.4631.18
Hex7A257704623412e351f
Octal1724516701062644566537
Binary11110101001011110111010001101011010010010111011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,37,119); }

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

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

 a { background-color: rgb(122,37,119); }

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

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

 span { border-color: rgb(122,37,119); }

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