Html Css Color HEX #705F93 Butterfly Bush

📋 copy color: '#705F93'

red 112 ◦ green 95 ◦ blue 147

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

Shades of Butterfly Bush #705F93

Tints of Butterfly Bush #705F93

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.84%

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

R = 31.64%
G = 26.84%
B = 41.53%

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

#705F93 (or 0x705F93) is known color: Butterfly Bush. HEX triplet: 70, 5F and 93. RGB value is (112,95,147). Sum of RGB (Red+Green+Blue) = 112+95+147=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 95 (37.5% from 255 or 26.84% from 354); Blue value is 147 (57.81% from 255 or 41.53% from 354); Max value from RGB is 147 - color contains mainly: blue. Hex color #705F93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705F93 is #8FA06C. Grayscale: #696969. Windows color (decimal): -9412717 or 9658224. OLE color: 9658224.

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

Color convert

RGB 112 95 147 -
CMYK 0.24 0.35 0 0.42
HSL 259.62º 0.21% 0.47% -
HSV(B) 259.62º 0.35% 0.58% -
XYZ 16.04 13.74 29.41 -
YUV 106.01 151.13 132.27 -
System Red Green Blue C M Y K H S L
Decimal 112 95 147 0.24 0.35 0 0.42 259.62 0.21 0.47
Hex 70 5F 93 18 23 0 2A 104 15 2F
Octal 160 137 223 30 43 0 52 404 25 57
Binary 1110000 1011111 10010011 11000 100011 0 101010 100000100 10101 101111

Color Harmonies of #705F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705F93

Black with #705F93

Text Example


Text Example

White with #705F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705F93; }

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

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

background-color css

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

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

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

border-color css

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

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

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