#7A6393

Color #7A6393 Butterfly Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Butterfly Bush #7A6393

Tints of Butterfly Bush #7A6393

Color information

#7A6393 (or 0x7A6393) is unknown color: approx Butterfly Bush. HEX triplet: 7A, 63 and 93. RGB value is (122,99,147). Sum of RGB (Red+Green+Blue) = 122+99+147=368 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.15% from 368); Green value is 99 (39.06% from 255 or 26.90% from 368); Blue value is 147 (57.81% from 255 or 39.95% from 368); Max value from RGB is 147 - color contains mainly: blue. Hex color #7A6393 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6393 is #859C6C. Grayscale: #6F6F6F. Windows color (decimal): -8756333 or 9659258. OLE color: 9659258.

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

Color convert

RGB12299147-
CMYK0.170.3300.42
HSL268.75º19.51%48.24%-
HSV(B)268.75º32.65%57.65%-
XYZ17.7515.1729.6-
YUV111.35148.12135.6-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.15%
GREEN value IS 99 (39.06% from 255) = 26.90%
BLUE value IS 147 (57.81% from 255) = 39.95%
R=33.15%
G=26.90%
B=39.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal122991470.170.3300.42268.7519.5148.24
Hex7A6393112102A10d1430
Octal17214322321410524152460
Binary111101011000111001001110001100001010101010000110110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7A6393;
 }
 .AnyTagClassName
 {
   color: #7A6393;
 }
</style>
background-color css

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

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

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

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

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

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