Html Css Color HEX #715277 Affair

📋 copy color: '#715277'

red 113 ◦ green 82 ◦ blue 119

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

Shades of Affair #715277

Tints of Affair #715277

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.11%

 BLUE value IS 119 (46.88% from 255) = 37.9%

R = 35.99%
G = 26.11%
B = 37.9%

CMYK

 C value IS 0.05

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#715277 (or 0x715277) is known color: Affair. HEX triplet: 71, 52 and 77. RGB value is (113,82,119). Sum of RGB (Red+Green+Blue) = 113+82+119=314 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.99% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 119 (46.88% from 255 or 37.90% from 314); Max value from RGB is 119 - color contains mainly: blue. Hex color #715277 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715277 is #8EAD88. Grayscale: #5F5F5F. Windows color (decimal): -9350537 or 7819889. OLE color: 7819889.

HSL color Cylindrical-coordinate representation of color #715277: hue angle of 290.27º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #715277 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 113 82 119 -
CMYK 0.05 0.31 0 0.53
HSL 290.27º 0.18% 0.39% -
HSV(B) 290.27º 0.31% 0.47% -
XYZ 13.16 10.88 18.86 -
YUV 95.49 141.27 140.49 -
System Red Green Blue C M Y K H S L
Decimal 113 82 119 0.05 0.31 0 0.53 290.27 0.18 0.39
Hex 71 52 77 5 1F 0 35 122 12 27
Octal 161 122 167 5 37 0 65 442 22 47
Binary 1110001 1010010 1110111 101 11111 0 110101 100100010 10010 100111

Color Harmonies of #715277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715277

Black with #715277

Text Example


Text Example

White with #715277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715277; }

 p { color: rgb(113,82,119); }

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

background-color css

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

 a { background-color: rgb(113,82,119); }

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

border-color css

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

 span { border-color: rgb(113,82,119); }

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