Html Css Color HEX #705A99 Butterfly Bush

📋 copy color: '#705A99'

red 112 ◦ green 90 ◦ blue 153

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

Shades of Butterfly Bush #705A99

Tints of Butterfly Bush #705A99

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.35%

 BLUE value IS 153 (60.16% from 255) = 43.1%

R = 31.55%
G = 25.35%
B = 43.1%

CMYK

 C value IS 0.27

 M value IS 0.41

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#705A99 (or 0x705A99) is known color: Butterfly Bush. HEX triplet: 70, 5A and 99. RGB value is (112,90,153). Sum of RGB (Red+Green+Blue) = 112+90+153=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 90 (35.55% from 255 or 25.35% from 355); Blue value is 153 (60.16% from 255 or 43.10% from 355); Max value from RGB is 153 - color contains mainly: blue. Hex color #705A99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705A99 is #8FA566. Grayscale: #676767. Windows color (decimal): -9413991 or 10050160. OLE color: 10050160.

HSL color Cylindrical-coordinate representation of color #705A99: hue angle of 260.95º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #705A99 is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 112 90 153 -
CMYK 0.27 0.41 0 0.4
HSL 260.95º 0.26% 0.48% -
HSV(B) 260.95º 0.41% 0.6% -
XYZ 16.09 13.06 31.81 -
YUV 103.76 155.79 133.88 -
System Red Green Blue C M Y K H S L
Decimal 112 90 153 0.27 0.41 0 0.4 260.95 0.26 0.48
Hex 70 5A 99 1B 29 0 28 105 1A 30
Octal 160 132 231 33 51 0 50 405 32 60
Binary 1110000 1011010 10011001 11011 101001 0 101000 100000101 11010 110000

Color Harmonies of #705A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705A99

Black with #705A99

Text Example


Text Example

White with #705A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,90,153); }

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

background-color css

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

 a { background-color: rgb(112,90,153); }

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

border-color css

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

 span { border-color: rgb(112,90,153); }

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