Html Css Color HEX #7A618D Mamba

📋 copy color: '#7A618D'

red 122 ◦ green 97 ◦ blue 141

#7A618D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mamba #7A618D

Tints of Mamba #7A618D

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 value IS 0.13

 M value IS 0.31

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7A618D (or 0x7A618D) is known color: 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

RGB 122 97 141 -
CMYK 0.13 0.31 0 0.45
HSL 274.09º 0.18% 0.47% -
HSV(B) 274.09º 0.31% 0.55% -
XYZ 17.11 14.61 27.12 -
YUV 109.49 145.78 136.92 -
System Red Green Blue C M Y K H S L
Decimal 122 97 141 0.13 0.31 0 0.45 274.09 0.18 0.47
Hex 7A 61 8D D 1F 0 2D 112 12 2F
Octal 172 141 215 15 37 0 55 422 22 57
Binary 1111010 1100001 10001101 1101 11111 0 101101 100010010 10010 101111

Color Harmonies of #7A618D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A618D

Black with #7A618D

Text Example


Text Example

White with #7A618D

Text Example


Text Example

HTML Codes & Css Web 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>