Html Css Color HEX #715B7D Affair

📋 copy color: '#715B7D'

red 113 ◦ green 91 ◦ blue 125

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

Shades of Affair #715B7D

Tints of Affair #715B7D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.66%

 BLUE value IS 125 (49.22% from 255) = 37.99%

R = 34.35%
G = 27.66%
B = 37.99%

CMYK

 C value IS 0.10

 M value IS 0.27

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#715B7D (or 0x715B7D) is known color: Affair. HEX triplet: 71, 5B and 7D. RGB value is (113,91,125). Sum of RGB (Red+Green+Blue) = 113+91+125=329 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.35% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 125 (49.22% from 255 or 37.99% from 329); Max value from RGB is 125 - color contains mainly: blue. Hex color #715B7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715B7D is #8EA482. Grayscale: #656565. Windows color (decimal): -9348227 or 8215409. OLE color: 8215409.

HSL color Cylindrical-coordinate representation of color #715B7D: hue angle of 278.82º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #715B7D is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 113 91 125 -
CMYK 0.10 0.27 0 0.51
HSL 278.82º 0.16% 0.42% -
HSV(B) 278.82º 0.27% 0.49% -
XYZ 14.25 12.47 21.06 -
YUV 101.45 141.29 136.24 -
System Red Green Blue C M Y K H S L
Decimal 113 91 125 0.10 0.27 0 0.51 278.82 0.16 0.42
Hex 71 5B 7D A 1B 0 33 117 10 2A
Octal 161 133 175 12 33 0 63 427 20 52
Binary 1110001 1011011 1111101 1010 11011 0 110011 100010111 10000 101010

Color Harmonies of #715B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715B7D

Black with #715B7D

Text Example


Text Example

White with #715B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,91,125); }

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

background-color css

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

 a { background-color: rgb(113,91,125); }

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

border-color css

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

 span { border-color: rgb(113,91,125); }

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