Html Css Color HEX #71558B Affair

📋 copy color: '#71558B'

red 113 ◦ green 85 ◦ blue 139

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

Shades of Affair #71558B

Tints of Affair #71558B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.22%

 BLUE value IS 139 (54.69% from 255) = 41.25%

R = 33.53%
G = 25.22%
B = 41.25%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#71558B (or 0x71558B) is known color: Affair. HEX triplet: 71, 55 and 8B. RGB value is (113,85,139). Sum of RGB (Red+Green+Blue) = 113+85+139=337 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.53% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 139 (54.69% from 255 or 41.25% from 337); Max value from RGB is 139 - color contains mainly: blue. Hex color #71558B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71558B is #8EAA74. Grayscale: #636363. Windows color (decimal): -9349749 or 9131377. OLE color: 9131377.

HSL color Cylindrical-coordinate representation of color #71558B: hue angle of 271.11º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #71558B is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 113 85 139 -
CMYK 0.19 0.39 0 0.45
HSL 271.11º 0.24% 0.44% -
HSV(B) 271.11º 0.39% 0.55% -
XYZ 14.72 11.87 25.94 -
YUV 99.53 150.28 137.61 -
System Red Green Blue C M Y K H S L
Decimal 113 85 139 0.19 0.39 0 0.45 271.11 0.24 0.44
Hex 71 55 8B 13 27 0 2D 10F 18 2C
Octal 161 125 213 23 47 0 55 417 30 54
Binary 1110001 1010101 10001011 10011 100111 0 101101 100001111 11000 101100

Color Harmonies of #71558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71558B

Black with #71558B

Text Example


Text Example

White with #71558B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71558B; }

 p { color: rgb(113,85,139); }

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

background-color css

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

 a { background-color: rgb(113,85,139); }

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

border-color css

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

 span { border-color: rgb(113,85,139); }

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