Html Css Color HEX #7A6391 Mamba

📋 copy color: '#7A6391'

red 122 ◦ green 99 ◦ blue 145

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

Shades of Mamba #7A6391

Tints of Mamba #7A6391

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.05%

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

R = 33.33%
G = 27.05%
B = 39.62%

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

#7A6391 (or 0x7A6391) is known color: Mamba. HEX triplet: 7A, 63 and 91. RGB value is (122,99,145). Sum of RGB (Red+Green+Blue) = 122+99+145=366 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.33% from 366); Green value is 99 (39.06% from 255 or 27.05% from 366); Blue value is 145 (57.03% from 255 or 39.62% from 366); Max value from RGB is 145 - color contains mainly: blue. Hex color #7A6391 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6391 is #859C6E. Grayscale: #6E6E6E. Windows color (decimal): -8756335 or 9528186. OLE color: 9528186.

HSL color Cylindrical-coordinate representation of color #7A6391: hue angle of 270º 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 #7A6391 is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 122 99 145 -
CMYK 0.16 0.32 0 0.43
HSL 270º 0.19% 0.48% -
HSV(B) 270º 0.32% 0.57% -
XYZ 17.6 15.11 28.78 -
YUV 111.12 147.12 135.76 -
System Red Green Blue C M Y K H S L
Decimal 122 99 145 0.16 0.32 0 0.43 270 0.19 0.48
Hex 7A 63 91 10 20 0 2B 10E 13 30
Octal 172 143 221 20 40 0 53 416 23 60
Binary 1111010 1100011 10010001 10000 100000 0 101011 100001110 10011 110000

Color Harmonies of #7A6391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6391

Black with #7A6391

Text Example


Text Example

White with #7A6391

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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