#7C1185

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

Shades of Purple #7C1185

Tints of Purple #7C1185

Color information

#7C1185 (or 0x7C1185) is unknown color: approx Purple. HEX triplet: 7C, 11 and 85. RGB value is (124,17,133). Sum of RGB (Red+Green+Blue) = 124+17+133=274 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.26% from 274); Green value is 17 (7.03% from 255 or 6.20% from 274); Blue value is 133 (52.34% from 255 or 48.54% from 274); Max value from RGB is 133 - color contains mainly: blue. Hex color #7C1185 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C1185 is #83EE7A. Grayscale: #3D3D3D. Windows color (decimal): -8646267 or 8720764. OLE color: 8720764.

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

Color convert

RGB12417133-
CMYK0.070.8700.48
HSL295.34º77.33%29.41%-
HSV(B)295.34º87.22%52.16%-
XYZ12.756.3822.75-
YUV62.22167.95172.07-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 45.26%
GREEN value IS 17 (7.03% from 255) = 6.20%
BLUE value IS 133 (52.34% from 255) = 48.54%
R=45.26%
G=6.20%
B=48.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal124171330.070.8700.48295.3477.3329.41
Hex7C11857570301274d1d
Octal17421205712706044711535
Binary1111100100011000010111110101110110000100100111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,17,133); }

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

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

 a { background-color: rgb(124,17,133); }

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

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

 span { border-color: rgb(124,17,133); }

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