#7A0571

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

Shades of Purple #7A0571

Tints of Purple #7A0571

Color information

#7A0571 (or 0x7A0571) is unknown color: approx Purple. HEX triplet: 7A, 05 and 71. RGB value is (122,5,113). Sum of RGB (Red+Green+Blue) = 122+5+113=240 (31% of max value = 765). Red value is 122 (48.05% from 255 or 50.83% from 240); Green value is 5 (2.34% from 255 or 2.08% from 240); Blue value is 113 (44.53% from 255 or 47.08% from 240); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0571 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0571 is #85FA8E. Grayscale: #333333. Windows color (decimal): -8780431 or 7406970. OLE color: 7406970.

HSL color Cylindrical-coordinate representation of color #7A0571: hue angle of 304.62º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7A0571 is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB1225113-
CMYK00.960.070.52
HSL304.62º92.13%24.9%-
HSV(B)304.62º95.9%47.84%-
XYZ11.065.4416.09-
YUV52.3162.26177.72-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 50.83%
GREEN value IS 5 (2.34% from 255) = 2.08%
BLUE value IS 113 (44.53% from 255) = 47.08%
R=50.83%
G=2.08%
B=47.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.07
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122511300.960.070.52304.6292.1324.9
Hex7A5710607341315c19
Octal1725161014076446113431
Binary1111010101111000101100000111110100100110001101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,5,113); }

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

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

 a { background-color: rgb(122,5,113); }

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

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

 span { border-color: rgb(122,5,113); }

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