#72578D

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

Shades of Butterfly Bush #72578D

Tints of Butterfly Bush #72578D

Color information

#72578D (or 0x72578D) is unknown color: approx Butterfly Bush. HEX triplet: 72, 57 and 8D. RGB value is (114,87,141). Sum of RGB (Red+Green+Blue) = 114+87+141=342 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.33% from 342); Green value is 87 (34.38% from 255 or 25.44% from 342); Blue value is 141 (55.47% from 255 or 41.23% from 342); Max value from RGB is 141 - color contains mainly: blue. Hex color #72578D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72578D is #8DA872. Grayscale: #656565. Windows color (decimal): -9283699 or 9262962. OLE color: 9262962.

HSL color Cylindrical-coordinate representation of color #72578D: hue angle of 270º degrees, saturation: 0.24, 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 #72578D is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11487141-
CMYK0.190.3800.45
HSL270º23.68%44.71%-
HSV(B)270º38.3%55.29%-
XYZ15.1612.3226.78-
YUV101.23150.45137.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.33%
GREEN value IS 87 (34.38% from 255) = 25.44%
BLUE value IS 141 (55.47% from 255) = 41.23%
R=33.33%
G=25.44%
B=41.23%

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
Decimal114871410.190.3800.4527023.6844.71
Hex72578D132602D10e182d
Octal16212721523460554163055
Binary111001010101111000110110011100110010110110000111011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72578D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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