Html Css Color HEX #7F6591 Mamba

📋 copy color: '#7F6591'

red 127 ◦ green 101 ◦ blue 145

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

Shades of Mamba #7F6591

Tints of Mamba #7F6591

RGB

 RED value IS 127 (50% from 255) = 34.05%

 GREEN value IS 101 (39.84% from 255) = 27.08%

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

R = 34.05%
G = 27.08%
B = 38.87%

CMYK

 C value IS 0.12

 M value IS 0.30

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7F6591 (or 0x7F6591) is known color: Mamba. HEX triplet: 7F, 65 and 91. RGB value is (127,101,145). Sum of RGB (Red+Green+Blue) = 127+101+145=373 (49% of max value = 765). Red value is 127 (50% from 255 or 34.05% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 145 (57.03% from 255 or 38.87% from 373); Max value from RGB is 145 - color contains mainly: blue. Hex color #7F6591 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F6591 is #809A6E. Grayscale: #717171. Windows color (decimal): -8428143 or 9528703. OLE color: 9528703.

HSL color Cylindrical-coordinate representation of color #7F6591: hue angle of 275.45º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7F6591 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 127 101 145 -
CMYK 0.12 0.30 0 0.43
HSL 275.45º 0.18% 0.48% -
HSV(B) 275.45º 0.3% 0.57% -
XYZ 18.52 15.86 28.87 -
YUV 113.79 145.61 137.42 -
System Red Green Blue C M Y K H S L
Decimal 127 101 145 0.12 0.30 0 0.43 275.45 0.18 0.48
Hex 7F 65 91 C 1E 0 2B 113 12 30
Octal 177 145 221 14 36 0 53 423 22 60
Binary 1111111 1100101 10010001 1100 11110 0 101011 100010011 10010 110000

Color Harmonies of #7F6591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6591

Black with #7F6591

Text Example


Text Example

White with #7F6591

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,101,145); }

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

background-color css

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

 a { background-color: rgb(127,101,145); }

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

border-color css

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

 span { border-color: rgb(127,101,145); }

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