#7C0784

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

Shades of Purple #7C0784

Tints of Purple #7C0784

Color information

#7C0784 (or 0x7C0784) is unknown color: approx Purple. HEX triplet: 7C, 07 and 84. RGB value is (124,7,132). Sum of RGB (Red+Green+Blue) = 124+7+132=263 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.15% from 263); Green value is 7 (3.12% from 255 or 2.66% from 263); Blue value is 132 (51.95% from 255 or 50.19% from 263); Max value from RGB is 132 - color contains mainly: blue. Hex color #7C0784 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C0784 is #83F87B. Grayscale: #373737. Windows color (decimal): -8648828 or 8652668. OLE color: 8652668.

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

Color convert

RGB1247132-
CMYK0.060.9500.48
HSL296.16º89.93%27.25%-
HSV(B)296.16º94.7%51.76%-
XYZ12.556.122.35-
YUV56.23170.76176.34-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 47.15%
GREEN value IS 7 (3.12% from 255) = 2.66%
BLUE value IS 132 (51.95% from 255) = 50.19%
R=47.15%
G=2.66%
B=50.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal12471320.060.9500.48296.1689.9327.25
Hex7C78465F0301285a1b
Octal1747204613706045013233
Binary11111001111000010011010111110110000100101000101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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