Html Css Color HEX #70589B Butterfly Bush

📋 copy color: '#70589B'

red 112 ◦ green 88 ◦ blue 155

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

Shades of Butterfly Bush #70589B

Tints of Butterfly Bush #70589B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 43.66%

R = 31.55%
G = 24.79%
B = 43.66%

CMYK

 C value IS 0.28

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#70589B (or 0x70589B) is known color: Butterfly Bush. HEX triplet: 70, 58 and 9B. RGB value is (112,88,155). Sum of RGB (Red+Green+Blue) = 112+88+155=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 155 (60.94% from 255 or 43.66% from 355); Max value from RGB is 155 - color contains mainly: blue. Hex color #70589B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70589B is #8FA764. Grayscale: #666666. Windows color (decimal): -9414501 or 10180720. OLE color: 10180720.

HSL color Cylindrical-coordinate representation of color #70589B: hue angle of 261.49º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #70589B is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 112 88 155 -
CMYK 0.28 0.43 0 0.39
HSL 261.49º 0.28% 0.48% -
HSV(B) 261.49º 0.43% 0.61% -
XYZ 16.09 12.79 32.63 -
YUV 102.81 157.45 134.55 -
System Red Green Blue C M Y K H S L
Decimal 112 88 155 0.28 0.43 0 0.39 261.49 0.28 0.48
Hex 70 58 9B 1C 2B 0 27 105 1C 30
Octal 160 130 233 34 53 0 47 405 34 60
Binary 1110000 1011000 10011011 11100 101011 0 100111 100000101 11100 110000

Color Harmonies of #70589B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70589B

Black with #70589B

Text Example


Text Example

White with #70589B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70589B; }

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

 H1.HeaderClassName
 {
   color: #70589B;
 }
 .AnyTagClassName
 {
   color: #70589B;
 }
</style>

background-color css

<style>
 a { background-color: #70589B; }

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

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

border-color css

<style>
 span { border-color: #70589B; }

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

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