Html Css Color HEX #715C83 Affair

📋 copy color: '#715C83'

red 113 ◦ green 92 ◦ blue 131

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

Shades of Affair #715C83

Tints of Affair #715C83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 38.99%

R = 33.63%
G = 27.38%
B = 38.99%

CMYK

 C value IS 0.14

 M value IS 0.30

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#715C83 (or 0x715C83) is known color: Affair. HEX triplet: 71, 5C and 83. RGB value is (113,92,131). Sum of RGB (Red+Green+Blue) = 113+92+131=336 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.63% from 336); Green value is 92 (36.33% from 255 or 27.38% from 336); Blue value is 131 (51.56% from 255 or 38.99% from 336); Max value from RGB is 131 - color contains mainly: blue. Hex color #715C83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715C83 is #8EA37C. Grayscale: #666666. Windows color (decimal): -9347965 or 8608881. OLE color: 8608881.

HSL color Cylindrical-coordinate representation of color #715C83: hue angle of 272.31º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #715C83 is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 92 131 -
CMYK 0.14 0.30 0 0.49
HSL 272.31º 0.17% 0.44% -
HSV(B) 272.31º 0.3% 0.51% -
XYZ 14.73 12.8 23.17 -
YUV 102.73 143.96 135.33 -
System Red Green Blue C M Y K H S L
Decimal 113 92 131 0.14 0.30 0 0.49 272.31 0.17 0.44
Hex 71 5C 83 E 1E 0 31 110 11 2C
Octal 161 134 203 16 36 0 61 420 21 54
Binary 1110001 1011100 10000011 1110 11110 0 110001 100010000 10001 101100

Color Harmonies of #715C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715C83

Black with #715C83

Text Example


Text Example

White with #715C83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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