#7E187C

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

Shades of Dark Purple #7E187C

Tints of Dark Purple #7E187C

Color information

#7E187C (or 0x7E187C) is unknown color: approx Dark Purple. HEX triplet: 7E, 18 and 7C. RGB value is (126,24,124). Sum of RGB (Red+Green+Blue) = 126+24+124=274 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.99% from 274); Green value is 24 (9.77% from 255 or 8.76% from 274); Blue value is 124 (48.83% from 255 or 45.26% from 274); Max value from RGB is 126 - color contains mainly: red. Hex color #7E187C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E187C is #81E783. Grayscale: #414141. Windows color (decimal): -8513412 or 8132734. OLE color: 8132734.

HSL color Cylindrical-coordinate representation of color #7E187C: hue angle of 301.18º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7E187C is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB12624124-
CMYK00.810.020.51
HSL301.18º68%29.41%-
HSV(B)301.18º80.95%49.41%-
XYZ12.576.5419.67-
YUV65.9160.79170.87-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 45.99%
GREEN value IS 24 (9.77% from 255) = 8.76%
BLUE value IS 124 (48.83% from 255) = 45.26%
R=45.99%
G=8.76%
B=45.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1262412400.810.020.51301.186829.41
Hex7E187C05123312d441d
Octal17630174012126345510435
Binary11111101100011111000101000110110011100101101100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E187C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,24,124); }

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

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

 a { background-color: rgb(126,24,124); }

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

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

 span { border-color: rgb(126,24,124); }

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