Html Css Color HEX #71587C Affair

📋 copy color: '#71587C'

red 113 ◦ green 88 ◦ blue 124

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

Shades of Affair #71587C

Tints of Affair #71587C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.08%

 BLUE value IS 124 (48.83% from 255) = 38.15%

R = 34.77%
G = 27.08%
B = 38.15%

CMYK

 C value IS 0.09

 M value IS 0.29

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#71587C (or 0x71587C) is known color: Affair. HEX triplet: 71, 58 and 7C. RGB value is (113,88,124). Sum of RGB (Red+Green+Blue) = 113+88+124=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 124 (48.83% from 255 or 38.15% from 325); Max value from RGB is 124 - color contains mainly: blue. Hex color #71587C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71587C is #8EA783. Grayscale: #636363. Windows color (decimal): -9348996 or 8149105. OLE color: 8149105.

HSL color Cylindrical-coordinate representation of color #71587C: hue angle of 281.67º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #71587C is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 113 88 124 -
CMYK 0.09 0.29 0 0.51
HSL 281.67º 0.17% 0.42% -
HSV(B) 281.67º 0.29% 0.49% -
XYZ 13.94 11.95 20.64 -
YUV 99.58 141.78 137.57 -
System Red Green Blue C M Y K H S L
Decimal 113 88 124 0.09 0.29 0 0.51 281.67 0.17 0.42
Hex 71 58 7C 9 1D 0 33 11A 11 2A
Octal 161 130 174 11 35 0 63 432 21 52
Binary 1110001 1011000 1111100 1001 11101 0 110011 100011010 10001 101010

Color Harmonies of #71587C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71587C

Black with #71587C

Text Example


Text Example

White with #71587C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71587C; }

 p { color: rgb(113,88,124); }

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

background-color css

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

 a { background-color: rgb(113,88,124); }

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

border-color css

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

 span { border-color: rgb(113,88,124); }

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