Html Css Color HEX #715C98 Butterfly Bush

📋 copy color: '#715C98'

red 113 ◦ green 92 ◦ blue 152

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

Shades of Butterfly Bush #715C98

Tints of Butterfly Bush #715C98

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.77%

 BLUE value IS 152 (59.77% from 255) = 42.58%

R = 31.65%
G = 25.77%
B = 42.58%

CMYK

 C value IS 0.26

 M value IS 0.39

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#715C98 (or 0x715C98) is known color: Butterfly Bush. HEX triplet: 71, 5C and 98. RGB value is (113,92,152). Sum of RGB (Red+Green+Blue) = 113+92+152=357 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.65% from 357); Green value is 92 (36.33% from 255 or 25.77% from 357); Blue value is 152 (59.77% from 255 or 42.58% from 357); Max value from RGB is 152 - color contains mainly: blue. Hex color #715C98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715C98 is #8EA367. Grayscale: #686868. Windows color (decimal): -9347944 or 9985137. OLE color: 9985137.

HSL color Cylindrical-coordinate representation of color #715C98: hue angle of 261º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #715C98 is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 113 92 152 -
CMYK 0.26 0.39 0 0.40
HSL 261º 0.25% 0.48% -
HSV(B) 261º 0.39% 0.6% -
XYZ 16.3 13.43 31.44 -
YUV 105.12 154.46 133.62 -
System Red Green Blue C M Y K H S L
Decimal 113 92 152 0.26 0.39 0 0.40 261 0.25 0.48
Hex 71 5C 98 1A 27 0 28 105 19 30
Octal 161 134 230 32 47 0 50 405 31 60
Binary 1110001 1011100 10011000 11010 100111 0 101000 100000101 11001 110000

Color Harmonies of #715C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715C98

Black with #715C98

Text Example


Text Example

White with #715C98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,92,152); }

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

background-color css

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

 a { background-color: rgb(113,92,152); }

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

border-color css

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

 span { border-color: rgb(113,92,152); }

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