Html Css Color HEX #715686 Affair

📋 copy color: '#715686'

red 113 ◦ green 86 ◦ blue 134

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

Shades of Affair #715686

Tints of Affair #715686

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.83%

 BLUE value IS 134 (52.73% from 255) = 40.24%

R = 33.93%
G = 25.83%
B = 40.24%

CMYK

 C value IS 0.16

 M value IS 0.36

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#715686 (or 0x715686) is known color: Affair. HEX triplet: 71, 56 and 86. RGB value is (113,86,134). Sum of RGB (Red+Green+Blue) = 113+86+134=333 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.93% from 333); Green value is 86 (33.98% from 255 or 25.83% from 333); Blue value is 134 (52.73% from 255 or 40.24% from 333); Max value from RGB is 134 - color contains mainly: blue. Hex color #715686 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715686 is #8EA979. Grayscale: #636363. Windows color (decimal): -9349498 or 8803953. OLE color: 8803953.

HSL color Cylindrical-coordinate representation of color #715686: hue angle of 273.75º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #715686 is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 86 134 -
CMYK 0.16 0.36 0 0.47
HSL 273.75º 0.22% 0.43% -
HSV(B) 273.75º 0.36% 0.53% -
XYZ 14.44 11.89 24.09 -
YUV 99.55 147.45 137.6 -
System Red Green Blue C M Y K H S L
Decimal 113 86 134 0.16 0.36 0 0.47 273.75 0.22 0.43
Hex 71 56 86 10 24 0 2F 112 16 2B
Octal 161 126 206 20 44 0 57 422 26 53
Binary 1110001 1010110 10000110 10000 100100 0 101111 100010010 10110 101011

Color Harmonies of #715686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715686

Black with #715686

Text Example


Text Example

White with #715686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715686; }

 p { color: rgb(113,86,134); }

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

background-color css

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

 a { background-color: rgb(113,86,134); }

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

border-color css

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

 span { border-color: rgb(113,86,134); }

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