Html Css Color HEX #70598D Butterfly Bush

📋 copy color: '#70598D'

red 112 ◦ green 89 ◦ blue 141

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

Shades of Butterfly Bush #70598D

Tints of Butterfly Bush #70598D

RGB

 RED value IS 112 (44.14% from 255) = 32.75%

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

 BLUE value IS 141 (55.47% from 255) = 41.23%

R = 32.75%
G = 26.02%
B = 41.23%

CMYK

 C value IS 0.21

 M value IS 0.37

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#70598D (or 0x70598D) is known color: Butterfly Bush. HEX triplet: 70, 59 and 8D. RGB value is (112,89,141). Sum of RGB (Red+Green+Blue) = 112+89+141=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 89 (35.16% from 255 or 26.02% 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 #70598D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70598D is #8FA672. Grayscale: #656565. Windows color (decimal): -9414259 or 9263472. OLE color: 9263472.

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

Color convert

RGB 112 89 141 -
CMYK 0.21 0.37 0 0.45
HSL 266.54º 0.23% 0.45% -
HSV(B) 266.54º 0.37% 0.55% -
XYZ 15.06 12.51 26.82 -
YUV 101.81 150.12 135.27 -
System Red Green Blue C M Y K H S L
Decimal 112 89 141 0.21 0.37 0 0.45 266.54 0.23 0.45
Hex 70 59 8D 15 25 0 2D 10B 17 2D
Octal 160 131 215 25 45 0 55 413 27 55
Binary 1110000 1011001 10001101 10101 100101 0 101101 100001011 10111 101101

Color Harmonies of #70598D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70598D

Black with #70598D

Text Example


Text Example

White with #70598D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70598D;
 }
 .AnyTagClassName
 {
   color: #70598D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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