#72598D

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

Shades of Butterfly Bush #72598D

Tints of Butterfly Bush #72598D

Color information

#72598D (or 0x72598D) is unknown color: approx Butterfly Bush. HEX triplet: 72, 59 and 8D. RGB value is (114,89,141). Sum of RGB (Red+Green+Blue) = 114+89+141=344 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.14% from 344); Green value is 89 (35.16% from 255 or 25.87% from 344); Blue value is 141 (55.47% from 255 or 40.99% from 344); Max value from RGB is 141 - color contains mainly: blue. Hex color #72598D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72598D is #8DA672. Grayscale: #666666. Windows color (decimal): -9283187 or 9263474. OLE color: 9263474.

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

Color convert

RGB11489141-
CMYK0.190.3700.45
HSL268.85º22.61%45.1%-
HSV(B)268.85º36.88%55.29%-
XYZ15.3212.6526.83-
YUV102.4149.78136.27-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.14%
GREEN value IS 89 (35.16% from 255) = 25.87%
BLUE value IS 141 (55.47% from 255) = 40.99%
R=33.14%
G=25.87%
B=40.99%

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
Decimal114891410.190.3700.45268.8522.6145.1
Hex72598D132502D10d172d
Octal16213121523450554152755
Binary111001010110011000110110011100101010110110000110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72598D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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