Html Css Color HEX #7A6291 Mamba

📋 copy color: '#7A6291'

red 122 ◦ green 98 ◦ blue 145

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

Shades of Mamba #7A6291

Tints of Mamba #7A6291

RGB

 RED value IS 122 (48.05% from 255) = 33.42%

 GREEN value IS 98 (38.67% from 255) = 26.85%

 BLUE value IS 145 (57.03% from 255) = 39.73%

R = 33.42%
G = 26.85%
B = 39.73%

CMYK

 C value IS 0.16

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7A6291 (or 0x7A6291) is known color: Mamba. HEX triplet: 7A, 62 and 91. RGB value is (122,98,145). Sum of RGB (Red+Green+Blue) = 122+98+145=365 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.42% from 365); Green value is 98 (38.67% from 255 or 26.85% from 365); Blue value is 145 (57.03% from 255 or 39.73% from 365); Max value from RGB is 145 - color contains mainly: blue. Hex color #7A6291 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6291 is #859D6E. Grayscale: #6E6E6E. Windows color (decimal): -8756591 or 9527930. OLE color: 9527930.

HSL color Cylindrical-coordinate representation of color #7A6291: hue angle of 270.64º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7A6291 is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 122 98 145 -
CMYK 0.16 0.32 0 0.43
HSL 270.64º 0.19% 0.48% -
HSV(B) 270.64º 0.32% 0.57% -
XYZ 17.5 14.92 28.74 -
YUV 110.53 147.45 136.18 -
System Red Green Blue C M Y K H S L
Decimal 122 98 145 0.16 0.32 0 0.43 270.64 0.19 0.48
Hex 7A 62 91 10 20 0 2B 10F 13 30
Octal 172 142 221 20 40 0 53 417 23 60
Binary 1111010 1100010 10010001 10000 100000 0 101011 100001111 10011 110000

Color Harmonies of #7A6291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6291

Black with #7A6291

Text Example


Text Example

White with #7A6291

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,98,145); }

 H1.HeaderClassName
 {
   color: #7A6291;
 }
 .AnyTagClassName
 {
   color: #7A6291;
 }
</style>

background-color css

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

 a { background-color: rgb(122,98,145); }

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

border-color css

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

 span { border-color: rgb(122,98,145); }

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