#7A188B

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

Shades of Purple #7A188B

Tints of Purple #7A188B

Color information

#7A188B (or 0x7A188B) is unknown color: approx Purple. HEX triplet: 7A, 18 and 8B. RGB value is (122,24,139). Sum of RGB (Red+Green+Blue) = 122+24+139=285 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.81% from 285); Green value is 24 (9.77% from 255 or 8.42% from 285); Blue value is 139 (54.69% from 255 or 48.77% from 285); Max value from RGB is 139 - color contains mainly: blue. Hex color #7A188B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A188B is #85E774. Grayscale: #424242. Windows color (decimal): -8775541 or 9115770. OLE color: 9115770.

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

Color convert

RGB12224139-
CMYK0.120.8300.45
HSL291.13º70.55%31.96%-
HSV(B)291.13º82.73%54.51%-
XYZ13.016.6525.02-
YUV66.41168.97167.65-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 42.81%
GREEN value IS 24 (9.77% from 255) = 8.42%
BLUE value IS 139 (54.69% from 255) = 48.77%
R=42.81%
G=8.42%
B=48.77%

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
Decimal122241390.120.8300.45291.1370.5531.96
Hex7A188BC5302D1234720
Octal172302131412305544310740
Binary111101011000100010111100101001101011011001000111000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A188B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,24,139); }

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

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

 a { background-color: rgb(122,24,139); }

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

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

 span { border-color: rgb(122,24,139); }

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