Html Css Color HEX #705F95 Butterfly Bush

📋 copy color: '#705F95'

red 112 ◦ green 95 ◦ blue 149

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

Shades of Butterfly Bush #705F95

Tints of Butterfly Bush #705F95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 41.85%

R = 31.46%
G = 26.69%
B = 41.85%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#705F95 (or 0x705F95) is known color: Butterfly Bush. HEX triplet: 70, 5F and 95. RGB value is (112,95,149). Sum of RGB (Red+Green+Blue) = 112+95+149=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 95 (37.5% from 255 or 26.69% from 356); Blue value is 149 (58.59% from 255 or 41.85% from 356); Max value from RGB is 149 - color contains mainly: blue. Hex color #705F95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705F95 is #8FA06A. Grayscale: #6A6A6A. Windows color (decimal): -9412715 or 9789296. OLE color: 9789296.

HSL color Cylindrical-coordinate representation of color #705F95: hue angle of 258.89º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #705F95 is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 95 149 -
CMYK 0.25 0.36 0 0.42
HSL 258.89º 0.22% 0.48% -
HSV(B) 258.89º 0.36% 0.58% -
XYZ 16.2 13.8 30.24 -
YUV 106.24 152.13 132.11 -
System Red Green Blue C M Y K H S L
Decimal 112 95 149 0.25 0.36 0 0.42 258.89 0.22 0.48
Hex 70 5F 95 19 24 0 2A 103 16 30
Octal 160 137 225 31 44 0 52 403 26 60
Binary 1110000 1011111 10010101 11001 100100 0 101010 100000011 10110 110000

Color Harmonies of #705F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705F95

Black with #705F95

Text Example


Text Example

White with #705F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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