#72588C

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

Shades of Butterfly Bush #72588C

Tints of Butterfly Bush #72588C

Color information

#72588C (or 0x72588C) is unknown color: approx Butterfly Bush. HEX triplet: 72, 58 and 8C. RGB value is (114,88,140). Sum of RGB (Red+Green+Blue) = 114+88+140=342 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.33% from 342); Green value is 88 (34.77% from 255 or 25.73% from 342); Blue value is 140 (55.08% from 255 or 40.94% from 342); Max value from RGB is 140 - color contains mainly: blue. Hex color #72588C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72588C is #8DA773. Grayscale: #656565. Windows color (decimal): -9283444 or 9197682. OLE color: 9197682.

HSL color Cylindrical-coordinate representation of color #72588C: hue angle of 270º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #72588C is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11488140-
CMYK0.190.3700.45
HSL270º22.81%44.71%-
HSV(B)270º37.14%54.9%-
XYZ15.1612.4526.41-
YUV101.7149.61136.77-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.33%
GREEN value IS 88 (34.77% from 255) = 25.73%
BLUE value IS 140 (55.08% from 255) = 40.94%
R=33.33%
G=25.73%
B=40.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal114881400.190.3700.4527022.8144.71
Hex72588C132502D10e172d
Octal16213021423450554162755
Binary111001010110001000110010011100101010110110000111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72588C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72588C; }

 p { color: rgb(114,88,140); }

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

<style>
 a { background-color: #72588C; }

 a { background-color: rgb(114,88,140); }

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

<style>
 span { border-color: #72588C; }

 span { border-color: rgb(114,88,140); }

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