Html Css Color HEX #70588D Butterfly Bush

📋 copy color: '#70588D'

red 112 ◦ green 88 ◦ blue 141

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

Shades of Butterfly Bush #70588D

Tints of Butterfly Bush #70588D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.81%

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

R = 32.84%
G = 25.81%
B = 41.35%

CMYK

 C value IS 0.21

 M value IS 0.38

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#70588D (or 0x70588D) is known color: Butterfly Bush. HEX triplet: 70, 58 and 8D. RGB value is (112,88,141). Sum of RGB (Red+Green+Blue) = 112+88+141=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 141 - color contains mainly: blue. Hex color #70588D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70588D is #8FA772. Grayscale: #656565. Windows color (decimal): -9414515 or 9263216. OLE color: 9263216.

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

Color convert

RGB 112 88 141 -
CMYK 0.21 0.38 0 0.45
HSL 267.17º 0.23% 0.45% -
HSV(B) 267.17º 0.38% 0.55% -
XYZ 14.98 12.35 26.79 -
YUV 101.22 150.45 135.69 -
System Red Green Blue C M Y K H S L
Decimal 112 88 141 0.21 0.38 0 0.45 267.17 0.23 0.45
Hex 70 58 8D 15 26 0 2D 10B 17 2D
Octal 160 130 215 25 46 0 55 413 27 55
Binary 1110000 1011000 10001101 10101 100110 0 101101 100001011 10111 101101

Color Harmonies of #70588D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70588D

Black with #70588D

Text Example


Text Example

White with #70588D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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