#7A618D

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

Shades of Mamba #7A618D

Tints of Mamba #7A618D

Color information

#7A618D (or 0x7A618D) is unknown color: approx Mamba. HEX triplet: 7A, 61 and 8D. RGB value is (122,97,141). Sum of RGB (Red+Green+Blue) = 122+97+141=360 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.89% from 360); Green value is 97 (38.28% from 255 or 26.94% from 360); Blue value is 141 (55.47% from 255 or 39.17% from 360); Max value from RGB is 141 - color contains mainly: blue. Hex color #7A618D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A618D is #859E72. Grayscale: #6D6D6D. Windows color (decimal): -8756851 or 9265530. OLE color: 9265530.

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

Color convert

RGB12297141-
CMYK0.130.3100.45
HSL274.09º18.49%46.67%-
HSV(B)274.09º31.21%55.29%-
XYZ17.1114.6127.12-
YUV109.49145.78136.92-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.89%
GREEN value IS 97 (38.28% from 255) = 26.94%
BLUE value IS 141 (55.47% from 255) = 39.17%
R=33.89%
G=26.94%
B=39.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal122971410.130.3100.45274.0918.4946.67
Hex7A618DD1F02D112122f
Octal17214121515370554222257
Binary1111010110000110001101110111111010110110001001010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A618D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,97,141); }

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

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

 a { background-color: rgb(122,97,141); }

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

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

 span { border-color: rgb(122,97,141); }

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