Html Css Color HEX #71487E Affair

📋 copy color: '#71487E'

red 113 ◦ green 72 ◦ blue 126

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

Shades of Affair #71487E

Tints of Affair #71487E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.15%

 BLUE value IS 126 (49.61% from 255) = 40.51%

R = 36.33%
G = 23.15%
B = 40.51%

CMYK

 C value IS 0.10

 M value IS 0.43

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#71487E (or 0x71487E) is known color: Affair. HEX triplet: 71, 48 and 7E. RGB value is (113,72,126). Sum of RGB (Red+Green+Blue) = 113+72+126=311 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.33% from 311); Green value is 72 (28.52% from 255 or 23.15% from 311); Blue value is 126 (49.61% from 255 or 40.51% from 311); Max value from RGB is 126 - color contains mainly: blue. Hex color #71487E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71487E is #8EB781. Grayscale: #5A5A5A. Windows color (decimal): -9353090 or 8276081. OLE color: 8276081.

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

Color convert

RGB 113 72 126 -
CMYK 0.10 0.43 0 0.51
HSL 285.56º 0.27% 0.39% -
HSV(B) 285.56º 0.43% 0.49% -
XYZ 12.89 9.65 20.92 -
YUV 90.42 148.08 144.11 -
System Red Green Blue C M Y K H S L
Decimal 113 72 126 0.10 0.43 0 0.51 285.56 0.27 0.39
Hex 71 48 7E A 2B 0 33 11E 1B 27
Octal 161 110 176 12 53 0 63 436 33 47
Binary 1110001 1001000 1111110 1010 101011 0 110011 100011110 11011 100111

Color Harmonies of #71487E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71487E

Black with #71487E

Text Example


Text Example

White with #71487E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71487E; }

 p { color: rgb(113,72,126); }

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

background-color css

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

 a { background-color: rgb(113,72,126); }

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

border-color css

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

 span { border-color: rgb(113,72,126); }

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