#7A2570

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

Shades of Dark Purple #7A2570

Tints of Dark Purple #7A2570

Color information

#7A2570 (or 0x7A2570) is unknown color: approx Dark Purple. HEX triplet: 7A, 25 and 70. RGB value is (122,37,112). Sum of RGB (Red+Green+Blue) = 122+37+112=271 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.02% from 271); Green value is 37 (14.84% from 255 or 13.65% from 271); Blue value is 112 (44.14% from 255 or 41.33% from 271); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2570 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A2570 is #85DA8F. Grayscale: #464646. Windows color (decimal): -8772240 or 7349626. OLE color: 7349626.

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

Color convert

RGB12237112-
CMYK00.700.080.52
HSL307.06º53.46%31.18%-
HSV(B)307.06º69.67%47.84%-
XYZ11.616.6316-
YUV70.96151.16164.4-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 45.02%
GREEN value IS 37 (14.84% from 255) = 13.65%
BLUE value IS 112 (44.14% from 255) = 41.33%
R=45.02%
G=13.65%
B=41.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.08
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1223711200.700.080.52307.0653.4631.18
Hex7A2570046834133351f
Octal17245160010610644636537
Binary1111010100101111000001000110100011010010011001111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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