#7E188A

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

Shades of Purple #7E188A

Tints of Purple #7E188A

Color information

#7E188A (or 0x7E188A) is unknown color: approx Purple. HEX triplet: 7E, 18 and 8A. RGB value is (126,24,138). Sum of RGB (Red+Green+Blue) = 126+24+138=288 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.75% from 288); Green value is 24 (9.77% from 255 or 8.33% from 288); Blue value is 138 (54.30% from 255 or 47.92% from 288); Max value from RGB is 138 - color contains mainly: blue. Hex color #7E188A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E188A is #81E775. Grayscale: #434343. Windows color (decimal): -8513398 or 9050238. OLE color: 9050238.

HSL color Cylindrical-coordinate representation of color #7E188A: hue angle of 293.68º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7E188A is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12624138-
CMYK0.090.8300.46
HSL293.68º70.37%31.76%-
HSV(B)293.68º82.61%54.12%-
XYZ13.526.9224.67-
YUV67.49167.79169.73-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 43.75%
GREEN value IS 24 (9.77% from 255) = 8.33%
BLUE value IS 138 (54.30% from 255) = 47.92%
R=43.75%
G=8.33%
B=47.92%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal126241380.090.8300.46293.6870.3731.76
Hex7E188A95302E1264620
Octal176302121112305644610640
Binary111111011000100010101001101001101011101001001101000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E188A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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