#7C0884

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

Shades of Purple #7C0884

Tints of Purple #7C0884

Color information

#7C0884 (or 0x7C0884) is unknown color: approx Purple. HEX triplet: 7C, 08 and 84. RGB value is (124,8,132). Sum of RGB (Red+Green+Blue) = 124+8+132=264 (34% of max value = 765). Red value is 124 (48.83% from 255 or 46.97% from 264); Green value is 8 (3.52% from 255 or 3.03% from 264); Blue value is 132 (51.95% from 255 or 50% from 264); Max value from RGB is 132 - color contains mainly: blue. Hex color #7C0884 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C0884 is #83F77B. Grayscale: #383838. Windows color (decimal): -8648572 or 8652924. OLE color: 8652924.

HSL color Cylindrical-coordinate representation of color #7C0884: hue angle of 296.13º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7C0884 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1248132-
CMYK0.060.9400.48
HSL296.13º88.57%27.45%-
HSV(B)296.13º93.94%51.76%-
XYZ12.566.1222.35-
YUV56.82170.43175.92-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 46.97%
GREEN value IS 8 (3.52% from 255) = 3.03%
BLUE value IS 132 (51.95% from 255) = 50%
R=46.97%
G=3.03%
B=50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal12481320.060.9400.48296.1388.5727.45
Hex7C88465E030128591b
Octal17410204613606045013133
Binary111110010001000010011010111100110000100101000101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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