#7C188D

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

Shades of Purple #7C188D

Tints of Purple #7C188D

Color information

#7C188D (or 0x7C188D) is unknown color: approx Purple. HEX triplet: 7C, 18 and 8D. RGB value is (124,24,141). Sum of RGB (Red+Green+Blue) = 124+24+141=289 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.91% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 141 (55.47% from 255 or 48.79% from 289); Max value from RGB is 141 - color contains mainly: blue. Hex color #7C188D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C188D is #83E772. Grayscale: #424242. Windows color (decimal): -8644467 or 9246844. OLE color: 9246844.

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

Color convert

RGB12424141-
CMYK0.120.8300.45
HSL291.28º70.91%32.35%-
HSV(B)291.28º82.98%55.29%-
XYZ13.456.8625.81-
YUV67.24169.63168.49-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 42.91%
GREEN value IS 24 (9.77% from 255) = 8.30%
BLUE value IS 141 (55.47% from 255) = 48.79%
R=42.91%
G=8.30%
B=48.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal124241410.120.8300.45291.2870.9132.35
Hex7C188DC5302D1234720
Octal174302151412305544310740
Binary111110011000100011011100101001101011011001000111000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C188D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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