Html Css Color HEX #71527C Affair

📋 copy color: '#71527C'

red 113 ◦ green 82 ◦ blue 124

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

Shades of Affair #71527C

Tints of Affair #71527C

RGB

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

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

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

R = 35.42%
G = 25.71%
B = 38.87%

CMYK

 C value IS 0.09

 M value IS 0.34

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#71527C (or 0x71527C) is known color: Affair. HEX triplet: 71, 52 and 7C. RGB value is (113,82,124). Sum of RGB (Red+Green+Blue) = 113+82+124=319 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.42% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 124 (48.83% from 255 or 38.87% from 319); Max value from RGB is 124 - color contains mainly: blue. Hex color #71527C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71527C is #8EAD83. Grayscale: #5F5F5F. Windows color (decimal): -9350532 or 8147569. OLE color: 8147569.

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

Color convert

RGB 113 82 124 -
CMYK 0.09 0.34 0 0.51
HSL 284.29º 0.2% 0.4% -
HSV(B) 284.29º 0.34% 0.49% -
XYZ 13.47 11 20.48 -
YUV 96.06 143.77 140.08 -
System Red Green Blue C M Y K H S L
Decimal 113 82 124 0.09 0.34 0 0.51 284.29 0.2 0.4
Hex 71 52 7C 9 22 0 33 11C 14 28
Octal 161 122 174 11 42 0 63 434 24 50
Binary 1110001 1010010 1111100 1001 100010 0 110011 100011100 10100 101000

Color Harmonies of #71527C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71527C

Black with #71527C

Text Example


Text Example

White with #71527C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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