#7c0571

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

Shades of Purple #7C0571

Tints of Purple #7C0571

Color information

#7C0571 (or 0x7C0571) is unknown color: approx Purple. HEX triplet: 7C, 05 and 71. RGB value is (124,5,113). Sum of RGB (Red+Green+Blue) = 124+5+113=242 (32% of max value = 765). Red value is 124 (48.83% from 255 or 51.24% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 113 (44.53% from 255 or 46.69% from 242); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0571 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C0571 is #83FA8E. Grayscale: #343434. Windows color (decimal): -8649359 or 7406972. OLE color: 7406972.

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

Color convert

RGB1245113-
CMYK00.960.090.51
HSL305.55º92.25%25.29%-
HSV(B)305.55º95.97%48.63%-
XYZ11.355.5916.1-
YUV52.89161.92178.72-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 51.24%
GREEN value IS 5 (2.34% from 255) = 2.07%
BLUE value IS 113 (44.53% from 255) = 46.69%
R=51.24%
G=2.07%
B=46.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.09
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124511300.960.090.51305.5592.2525.29
Hex7C5710609331325c19
Octal17451610140116346213431
Binary11111001011110001011000001001110011100110010101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7c0571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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