Html Css Color HEX #7A6390 Mamba

📋 copy color: '#7A6390'

red 122 ◦ green 99 ◦ blue 144

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

Shades of Mamba #7A6390

Tints of Mamba #7A6390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 39.45%

R = 33.42%
G = 27.12%
B = 39.45%

CMYK

 C value IS 0.15

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7A6390 (or 0x7A6390) is known color: Mamba. HEX triplet: 7A, 63 and 90. RGB value is (122,99,144). Sum of RGB (Red+Green+Blue) = 122+99+144=365 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.42% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 144 (56.64% from 255 or 39.45% from 365); Max value from RGB is 144 - color contains mainly: blue. Hex color #7A6390 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6390 is #859C6F. Grayscale: #6E6E6E. Windows color (decimal): -8756336 or 9462650. OLE color: 9462650.

HSL color Cylindrical-coordinate representation of color #7A6390: hue angle of 270.67º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7A6390 is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 122 99 144 -
CMYK 0.15 0.31 0 0.44
HSL 270.67º 0.19% 0.48% -
HSV(B) 270.67º 0.31% 0.56% -
XYZ 17.52 15.07 28.37 -
YUV 111.01 146.62 135.84 -
System Red Green Blue C M Y K H S L
Decimal 122 99 144 0.15 0.31 0 0.44 270.67 0.19 0.48
Hex 7A 63 90 F 1F 0 2C 10F 13 30
Octal 172 143 220 17 37 0 54 417 23 60
Binary 1111010 1100011 10010000 1111 11111 0 101100 100001111 10011 110000

Color Harmonies of #7A6390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6390

Black with #7A6390

Text Example


Text Example

White with #7A6390

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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