Html Css Color HEX #706093 Butterfly Bush

📋 copy color: '#706093'

red 112 ◦ green 96 ◦ blue 147

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

Shades of Butterfly Bush #706093

Tints of Butterfly Bush #706093

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.04%

 BLUE value IS 147 (57.81% from 255) = 41.41%

R = 31.55%
G = 27.04%
B = 41.41%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#706093 (or 0x706093) is known color: Butterfly Bush. HEX triplet: 70, 60 and 93. RGB value is (112,96,147). Sum of RGB (Red+Green+Blue) = 112+96+147=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 147 (57.81% from 255 or 41.41% from 355); Max value from RGB is 147 - color contains mainly: blue. Hex color #706093 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706093 is #8F9F6C. Grayscale: #6A6A6A. Windows color (decimal): -9412461 or 9658480. OLE color: 9658480.

HSL color Cylindrical-coordinate representation of color #706093: hue angle of 258.82º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #706093 is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 96 147 -
CMYK 0.24 0.35 0 0.42
HSL 258.82º 0.21% 0.48% -
HSV(B) 258.82º 0.35% 0.58% -
XYZ 16.13 13.92 29.44 -
YUV 106.6 150.8 131.85 -
System Red Green Blue C M Y K H S L
Decimal 112 96 147 0.24 0.35 0 0.42 258.82 0.21 0.48
Hex 70 60 93 18 23 0 2A 103 15 30
Octal 160 140 223 30 43 0 52 403 25 60
Binary 1110000 1100000 10010011 11000 100011 0 101010 100000011 10101 110000

Color Harmonies of #706093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706093

Black with #706093

Text Example


Text Example

White with #706093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706093; }

 p { color: rgb(112,96,147); }

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

background-color css

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

 a { background-color: rgb(112,96,147); }

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

border-color css

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

 span { border-color: rgb(112,96,147); }

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