#7C138D

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

Shades of Purple #7C138D

Tints of Purple #7C138D

Color information

#7C138D (or 0x7C138D) is unknown color: approx Purple. HEX triplet: 7C, 13 and 8D. RGB value is (124,19,141). Sum of RGB (Red+Green+Blue) = 124+19+141=284 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.66% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 141 (55.47% from 255 or 49.65% from 284); Max value from RGB is 141 - color contains mainly: blue. Hex color #7C138D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C138D is #83EC72. Grayscale: #3F3F3F. Windows color (decimal): -8645747 or 9245564. OLE color: 9245564.

HSL color Cylindrical-coordinate representation of color #7C138D: hue angle of 291.64º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7C138D is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12419141-
CMYK0.120.8700.45
HSL291.64º76.25%31.37%-
HSV(B)291.64º86.52%55.29%-
XYZ13.356.6725.78-
YUV64.3171.29170.58-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 43.66%
GREEN value IS 19 (7.81% from 255) = 6.69%
BLUE value IS 141 (55.47% from 255) = 49.65%
R=43.66%
G=6.69%
B=49.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal124191410.120.8700.45291.6476.2531.37
Hex7C138DC5702D1244c1f
Octal174232151412705544411437
Binary11111001001110001101110010101110101101100100100100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C138D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,19,141); }

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

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

 a { background-color: rgb(124,19,141); }

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

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

 span { border-color: rgb(124,19,141); }

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