Html Css Color HEX #70568C Butterfly Bush

📋 copy color: '#70568C'

red 112 ◦ green 86 ◦ blue 140

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

Shades of Butterfly Bush #70568C

Tints of Butterfly Bush #70568C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.44%

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

R = 33.14%
G = 25.44%
B = 41.42%

CMYK

 C value IS 0.20

 M value IS 0.39

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#70568C (or 0x70568C) is known color: Butterfly Bush. HEX triplet: 70, 56 and 8C. RGB value is (112,86,140). Sum of RGB (Red+Green+Blue) = 112+86+140=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 86 (33.98% from 255 or 25.44% from 338); Blue value is 140 (55.08% from 255 or 41.42% from 338); Max value from RGB is 140 - color contains mainly: blue. Hex color #70568C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70568C is #8FA973. Grayscale: #636363. Windows color (decimal): -9415028 or 9197168. OLE color: 9197168.

HSL color Cylindrical-coordinate representation of color #70568C: hue angle of 268.89º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #70568C is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 112 86 140 -
CMYK 0.20 0.39 0 0.45
HSL 268.89º 0.24% 0.44% -
HSV(B) 268.89º 0.39% 0.55% -
XYZ 14.74 11.99 26.35 -
YUV 99.93 150.61 136.61 -
System Red Green Blue C M Y K H S L
Decimal 112 86 140 0.20 0.39 0 0.45 268.89 0.24 0.44
Hex 70 56 8C 14 27 0 2D 10D 18 2C
Octal 160 126 214 24 47 0 55 415 30 54
Binary 1110000 1010110 10001100 10100 100111 0 101101 100001101 11000 101100

Color Harmonies of #70568C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70568C

Black with #70568C

Text Example


Text Example

White with #70568C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,86,140); }

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

background-color css

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

 a { background-color: rgb(112,86,140); }

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

border-color css

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

 span { border-color: rgb(112,86,140); }

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