Html Css Color HEX #715780 Affair

📋 copy color: '#715780'

red 113 ◦ green 87 ◦ blue 128

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

Shades of Affair #715780

Tints of Affair #715780

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.52%

 BLUE value IS 128 (50.39% from 255) = 39.02%

R = 34.45%
G = 26.52%
B = 39.02%

CMYK

 C value IS 0.12

 M value IS 0.32

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#715780 (or 0x715780) is known color: Affair. HEX triplet: 71, 57 and 80. RGB value is (113,87,128). Sum of RGB (Red+Green+Blue) = 113+87+128=328 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.45% from 328); Green value is 87 (34.38% from 255 or 26.52% from 328); Blue value is 128 (50.39% from 255 or 39.02% from 328); Max value from RGB is 128 - color contains mainly: blue. Hex color #715780 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715780 is #8EA87F. Grayscale: #636363. Windows color (decimal): -9349248 or 8410993. OLE color: 8410993.

HSL color Cylindrical-coordinate representation of color #715780: hue angle of 278.05º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #715780 is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 113 87 128 -
CMYK 0.12 0.32 0 0.50
HSL 278.05º 0.19% 0.42% -
HSV(B) 278.05º 0.32% 0.5% -
XYZ 14.11 11.89 21.97 -
YUV 99.45 144.11 137.67 -
System Red Green Blue C M Y K H S L
Decimal 113 87 128 0.12 0.32 0 0.50 278.05 0.19 0.42
Hex 71 57 80 C 20 0 32 116 13 2A
Octal 161 127 200 14 40 0 62 426 23 52
Binary 1110001 1010111 10000000 1100 100000 0 110010 100010110 10011 101010

Color Harmonies of #715780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715780

Black with #715780

Text Example


Text Example

White with #715780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715780; }

 p { color: rgb(113,87,128); }

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

background-color css

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

 a { background-color: rgb(113,87,128); }

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

border-color css

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

 span { border-color: rgb(113,87,128); }

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