Html Css Color HEX #705698 Butterfly Bush

📋 copy color: '#705698'

red 112 ◦ green 86 ◦ blue 152

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

Shades of Butterfly Bush #705698

Tints of Butterfly Bush #705698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 43.43%

R = 32%
G = 24.57%
B = 43.43%

CMYK

 C value IS 0.26

 M value IS 0.43

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#705698 (or 0x705698) is known color: Butterfly Bush. HEX triplet: 70, 56 and 98. RGB value is (112,86,152). Sum of RGB (Red+Green+Blue) = 112+86+152=350 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32% from 350); Green value is 86 (33.98% from 255 or 24.57% from 350); Blue value is 152 (59.77% from 255 or 43.43% from 350); Max value from RGB is 152 - color contains mainly: blue. Hex color #705698 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705698 is #8FA967. Grayscale: #656565. Windows color (decimal): -9415016 or 9983600. OLE color: 9983600.

HSL color Cylindrical-coordinate representation of color #705698: hue angle of 263.64º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #705698 is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 112 86 152 -
CMYK 0.26 0.43 0 0.40
HSL 263.64º 0.28% 0.47% -
HSV(B) 263.64º 0.43% 0.6% -
XYZ 15.68 12.37 31.27 -
YUV 101.3 156.61 135.63 -
System Red Green Blue C M Y K H S L
Decimal 112 86 152 0.26 0.43 0 0.40 263.64 0.28 0.47
Hex 70 56 98 1A 2B 0 28 108 1C 2F
Octal 160 126 230 32 53 0 50 410 34 57
Binary 1110000 1010110 10011000 11010 101011 0 101000 100001000 11100 101111

Color Harmonies of #705698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705698

Black with #705698

Text Example


Text Example

White with #705698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705698; }

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

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

background-color css

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

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

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

border-color css

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

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

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