#7B188D

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

Shades of Purple #7B188D

Tints of Purple #7B188D

Color information

#7B188D (or 0x7B188D) is unknown color: approx Purple. HEX triplet: 7B, 18 and 8D. RGB value is (123,24,141). Sum of RGB (Red+Green+Blue) = 123+24+141=288 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.71% from 288); Green value is 24 (9.77% from 255 or 8.33% from 288); Blue value is 141 (55.47% from 255 or 48.96% from 288); Max value from RGB is 141 - color contains mainly: blue. Hex color #7B188D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B188D is #84E772. Grayscale: #424242. Windows color (decimal): -8710003 or 9246843. OLE color: 9246843.

HSL color Cylindrical-coordinate representation of color #7B188D: hue angle of 290.77º 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 #7B188D is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12324141-
CMYK0.130.8300.45
HSL290.77º70.91%32.35%-
HSV(B)290.77º82.98%55.29%-
XYZ13.36.7925.81-
YUV66.94169.8167.99-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 42.71%
GREEN value IS 24 (9.77% from 255) = 8.33%
BLUE value IS 141 (55.47% from 255) = 48.96%
R=42.71%
G=8.33%
B=48.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal123241410.130.8300.45290.7770.9132.35
Hex7B188DD5302D1234720
Octal173302151512305544310740
Binary111101111000100011011101101001101011011001000111000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B188D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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