Html Css Color HEX #71507C Affair

📋 copy color: '#71507C'

red 113 ◦ green 80 ◦ blue 124

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

Shades of Affair #71507C

Tints of Affair #71507C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.24%

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

R = 35.65%
G = 25.24%
B = 39.12%

CMYK

 C value IS 0.09

 M value IS 0.35

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#71507C (or 0x71507C) is known color: Affair. HEX triplet: 71, 50 and 7C. RGB value is (113,80,124). Sum of RGB (Red+Green+Blue) = 113+80+124=317 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.65% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 124 - color contains mainly: blue. Hex color #71507C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71507C is #8EAF83. Grayscale: #5E5E5E. Windows color (decimal): -9351044 or 8147057. OLE color: 8147057.

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

Color convert

RGB 113 80 124 -
CMYK 0.09 0.35 0 0.51
HSL 285º 0.22% 0.4% -
HSV(B) 285º 0.35% 0.49% -
XYZ 13.32 10.7 20.43 -
YUV 94.88 144.43 140.92 -
System Red Green Blue C M Y K H S L
Decimal 113 80 124 0.09 0.35 0 0.51 285 0.22 0.4
Hex 71 50 7C 9 23 0 33 11D 16 28
Octal 161 120 174 11 43 0 63 435 26 50
Binary 1110001 1010000 1111100 1001 100011 0 110011 100011101 10110 101000

Color Harmonies of #71507C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71507C

Black with #71507C

Text Example


Text Example

White with #71507C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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