Html Css Color HEX #7B6493 Mamba

📋 copy color: '#7B6493'

red 123 ◦ green 100 ◦ blue 147

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

Shades of Mamba #7B6493

Tints of Mamba #7B6493

RGB

 RED value IS 123 (48.44% from 255) = 33.24%

 GREEN value IS 100 (39.45% from 255) = 27.03%

 BLUE value IS 147 (57.81% from 255) = 39.73%

R = 33.24%
G = 27.03%
B = 39.73%

CMYK

 C value IS 0.16

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7B6493 (or 0x7B6493) is known color: Mamba. HEX triplet: 7B, 64 and 93. RGB value is (123,100,147). Sum of RGB (Red+Green+Blue) = 123+100+147=370 (49% of max value = 765). Red value is 123 (48.44% from 255 or 33.24% from 370); Green value is 100 (39.45% from 255 or 27.03% from 370); Blue value is 147 (57.81% from 255 or 39.73% from 370); Max value from RGB is 147 - color contains mainly: blue. Hex color #7B6493 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6493 is #849B6C. Grayscale: #707070. Windows color (decimal): -8690541 or 9659515. OLE color: 9659515.

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

Color convert

RGB 123 100 147 -
CMYK 0.16 0.32 0 0.42
HSL 269.36º 0.19% 0.48% -
HSV(B) 269.36º 0.32% 0.58% -
XYZ 17.99 15.43 29.63 -
YUV 112.24 147.62 135.68 -
System Red Green Blue C M Y K H S L
Decimal 123 100 147 0.16 0.32 0 0.42 269.36 0.19 0.48
Hex 7B 64 93 10 20 0 2A 10D 13 30
Octal 173 144 223 20 40 0 52 415 23 60
Binary 1111011 1100100 10010011 10000 100000 0 101010 100001101 10011 110000

Color Harmonies of #7B6493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6493

Black with #7B6493

Text Example


Text Example

White with #7B6493

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,100,147); }

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

background-color css

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

 a { background-color: rgb(123,100,147); }

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

border-color css

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

 span { border-color: rgb(123,100,147); }

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