Html Css Color HEX #72598C Butterfly Bush

📋 copy color: '#72598C'

red 114 ◦ green 89 ◦ blue 140

#72598C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Butterfly Bush #72598C

Tints of Butterfly Bush #72598C

RGB

 RED value IS 114 (44.92% from 255) = 33.24%

 GREEN value IS 89 (35.16% from 255) = 25.95%

 BLUE value IS 140 (55.08% from 255) = 40.82%

R = 33.24%
G = 25.95%
B = 40.82%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#72598C (or 0x72598C) is known color: Butterfly Bush. HEX triplet: 72, 59 and 8C. RGB value is (114,89,140). Sum of RGB (Red+Green+Blue) = 114+89+140=343 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.24% from 343); Green value is 89 (35.16% from 255 or 25.95% from 343); Blue value is 140 (55.08% from 255 or 40.82% from 343); Max value from RGB is 140 - color contains mainly: blue. Hex color #72598C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72598C is #8DA673. Grayscale: #666666. Windows color (decimal): -9283188 or 9197938. OLE color: 9197938.

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

Color convert

RGB 114 89 140 -
CMYK 0.19 0.36 0 0.45
HSL 269.41º 0.22% 0.45% -
HSV(B) 269.41º 0.36% 0.55% -
XYZ 15.25 12.62 26.44 -
YUV 102.29 149.28 136.35 -
System Red Green Blue C M Y K H S L
Decimal 114 89 140 0.19 0.36 0 0.45 269.41 0.22 0.45
Hex 72 59 8C 13 24 0 2D 10D 16 2D
Octal 162 131 214 23 44 0 55 415 26 55
Binary 1110010 1011001 10001100 10011 100100 0 101101 100001101 10110 101101

Color Harmonies of #72598C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72598C

Black with #72598C

Text Example


Text Example

White with #72598C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #72598C;
 }
 .AnyTagClassName
 {
   color: #72598C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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