Html Css Color HEX #715D93 Butterfly Bush

📋 copy color: '#715D93'

red 113 ◦ green 93 ◦ blue 147

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

Shades of Butterfly Bush #715D93

Tints of Butterfly Bush #715D93

RGB

 RED value IS 113 (44.53% from 255) = 32.01%

 GREEN value IS 93 (36.72% from 255) = 26.35%

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

R = 32.01%
G = 26.35%
B = 41.64%

CMYK

 C value IS 0.23

 M value IS 0.37

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#715D93 (or 0x715D93) is known color: Butterfly Bush. HEX triplet: 71, 5D and 93. RGB value is (113,93,147). Sum of RGB (Red+Green+Blue) = 113+93+147=353 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.01% from 353); Green value is 93 (36.72% from 255 or 26.35% from 353); Blue value is 147 (57.81% from 255 or 41.64% from 353); Max value from RGB is 147 - color contains mainly: blue. Hex color #715D93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715D93 is #8EA26C. Grayscale: #686868. Windows color (decimal): -9347693 or 9657713. OLE color: 9657713.

HSL color Cylindrical-coordinate representation of color #715D93: hue angle of 262.22º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #715D93 is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 93 147 -
CMYK 0.23 0.37 0 0.42
HSL 262.22º 0.23% 0.47% -
HSV(B) 262.22º 0.37% 0.58% -
XYZ 15.99 13.45 29.36 -
YUV 105.14 151.63 133.61 -
System Red Green Blue C M Y K H S L
Decimal 113 93 147 0.23 0.37 0 0.42 262.22 0.23 0.47
Hex 71 5D 93 17 25 0 2A 106 16 2F
Octal 161 135 223 27 45 0 52 406 26 57
Binary 1110001 1011101 10010011 10111 100101 0 101010 100000110 10110 101111

Color Harmonies of #715D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715D93

Black with #715D93

Text Example


Text Example

White with #715D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715D93; }

 p { color: rgb(113,93,147); }

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

background-color css

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

 a { background-color: rgb(113,93,147); }

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

border-color css

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

 span { border-color: rgb(113,93,147); }

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