#7C0881

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

Shades of Purple #7C0881

Tints of Purple #7C0881

Color information

#7C0881 (or 0x7C0881) is unknown color: approx Purple. HEX triplet: 7C, 08 and 81. RGB value is (124,8,129). Sum of RGB (Red+Green+Blue) = 124+8+129=261 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.51% from 261); Green value is 8 (3.52% from 255 or 3.07% from 261); Blue value is 129 (50.78% from 255 or 49.43% from 261); Max value from RGB is 129 - color contains mainly: blue. Hex color #7C0881 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C0881 is #83F77E. Grayscale: #383838. Windows color (decimal): -8648575 or 8456316. OLE color: 8456316.

HSL color Cylindrical-coordinate representation of color #7C0881: hue angle of 297.52º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7C0881 is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1248129-
CMYK0.040.9400.49
HSL297.52º88.32%26.86%-
HSV(B)297.52º93.8%50.59%-
XYZ12.366.0421.28-
YUV56.48168.93176.16-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 47.51%
GREEN value IS 8 (3.52% from 255) = 3.07%
BLUE value IS 129 (50.78% from 255) = 49.43%
R=47.51%
G=3.07%
B=49.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12481290.040.9400.49297.5288.3226.86
Hex7C88145E03112a581b
Octal17410201413606145213033
Binary111110010001000000110010111100110001100101010101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,8,129); }

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

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

 a { background-color: rgb(124,8,129); }

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

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

 span { border-color: rgb(124,8,129); }

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