Html Css Color HEX #71598C Butterfly Bush

📋 copy color: '#71598C'

red 113 ◦ green 89 ◦ blue 140

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

Shades of Butterfly Bush #71598C

Tints of Butterfly Bush #71598C

RGB

 RED value IS 113 (44.53% from 255) = 33.04%

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

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

R = 33.04%
G = 26.02%
B = 40.94%

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

#71598C (or 0x71598C) is known color: Butterfly Bush. HEX triplet: 71, 59 and 8C. RGB value is (113,89,140). Sum of RGB (Red+Green+Blue) = 113+89+140=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 89 (35.16% from 255 or 26.02% 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 #71598C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71598C is #8EA673. Grayscale: #656565. Windows color (decimal): -9348724 or 9197937. OLE color: 9197937.

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

Color convert

RGB 113 89 140 -
CMYK 0.19 0.36 0 0.45
HSL 268.24º 0.22% 0.45% -
HSV(B) 268.24º 0.36% 0.55% -
XYZ 15.12 12.55 26.44 -
YUV 101.99 149.45 135.85 -
System Red Green Blue C M Y K H S L
Decimal 113 89 140 0.19 0.36 0 0.45 268.24 0.22 0.45
Hex 71 59 8C 13 24 0 2D 10C 16 2D
Octal 161 131 214 23 44 0 55 414 26 55
Binary 1110001 1011001 10001100 10011 100100 0 101101 100001100 10110 101101

Color Harmonies of #71598C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71598C

Black with #71598C

Text Example


Text Example

White with #71598C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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