Html Css Color HEX #7A6196 Butterfly Bush

📋 copy color: '#7A6196'

red 122 ◦ green 97 ◦ blue 150

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

Shades of Butterfly Bush #7A6196

Tints of Butterfly Bush #7A6196

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.29%

 BLUE value IS 150 (58.98% from 255) = 40.65%

R = 33.06%
G = 26.29%
B = 40.65%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#7A6196 (or 0x7A6196) is known color: Butterfly Bush. HEX triplet: 7A, 61 and 96. RGB value is (122,97,150). Sum of RGB (Red+Green+Blue) = 122+97+150=369 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.06% from 369); Green value is 97 (38.28% from 255 or 26.29% from 369); Blue value is 150 (58.98% from 255 or 40.65% from 369); Max value from RGB is 150 - color contains mainly: blue. Hex color #7A6196 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6196 is #859E69. Grayscale: #6E6E6E. Windows color (decimal): -8756842 or 9855354. OLE color: 9855354.

HSL color Cylindrical-coordinate representation of color #7A6196: hue angle of 268.3º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7A6196 is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 122 97 150 -
CMYK 0.19 0.35 0 0.41
HSL 268.3º 0.21% 0.48% -
HSV(B) 268.3º 0.35% 0.59% -
XYZ 17.81 14.89 30.79 -
YUV 110.52 150.28 136.19 -
System Red Green Blue C M Y K H S L
Decimal 122 97 150 0.19 0.35 0 0.41 268.3 0.21 0.48
Hex 7A 61 96 13 23 0 29 10C 15 30
Octal 172 141 226 23 43 0 51 414 25 60
Binary 1111010 1100001 10010110 10011 100011 0 101001 100001100 10101 110000

Color Harmonies of #7A6196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6196

Black with #7A6196

Text Example


Text Example

White with #7A6196

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,97,150); }

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

background-color css

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

 a { background-color: rgb(122,97,150); }

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

border-color css

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

 span { border-color: rgb(122,97,150); }

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