#72588D

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

Shades of Butterfly Bush #72588D

Tints of Butterfly Bush #72588D

Color information

#72588D (or 0x72588D) is unknown color: approx Butterfly Bush. HEX triplet: 72, 58 and 8D. RGB value is (114,88,141). Sum of RGB (Red+Green+Blue) = 114+88+141=343 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.24% from 343); Green value is 88 (34.77% from 255 or 25.66% from 343); Blue value is 141 (55.47% from 255 or 41.11% from 343); Max value from RGB is 141 - color contains mainly: blue. Hex color #72588D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72588D is #8DA772. Grayscale: #656565. Windows color (decimal): -9283443 or 9263218. OLE color: 9263218.

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

Color convert

RGB11488141-
CMYK0.190.3800.45
HSL269.43º23.14%44.9%-
HSV(B)269.43º37.59%55.29%-
XYZ15.2412.4826.81-
YUV101.82150.11136.69-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.24%
GREEN value IS 88 (34.77% from 255) = 25.66%
BLUE value IS 141 (55.47% from 255) = 41.11%
R=33.24%
G=25.66%
B=41.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal114881410.190.3800.45269.4323.1444.9
Hex72588D132602D10d172d
Octal16213021523460554152755
Binary111001010110001000110110011100110010110110000110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72588D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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