Html Css Color HEX #71518A Affair

📋 copy color: '#71518A'

red 113 ◦ green 81 ◦ blue 138

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

Shades of Affair #71518A

Tints of Affair #71518A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.4%

 BLUE value IS 138 (54.3% from 255) = 41.57%

R = 34.04%
G = 24.4%
B = 41.57%

CMYK

 C value IS 0.18

 M value IS 0.41

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#71518A (or 0x71518A) is known color: Affair. HEX triplet: 71, 51 and 8A. RGB value is (113,81,138). Sum of RGB (Red+Green+Blue) = 113+81+138=332 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.04% from 332); Green value is 81 (32.03% from 255 or 24.40% from 332); Blue value is 138 (54.30% from 255 or 41.57% from 332); Max value from RGB is 138 - color contains mainly: blue. Hex color #71518A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71518A is #8EAE75. Grayscale: #606060. Windows color (decimal): -9350774 or 9064817. OLE color: 9064817.

HSL color Cylindrical-coordinate representation of color #71518A: hue angle of 273.68º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #71518A is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 113 81 138 -
CMYK 0.18 0.41 0 0.46
HSL 273.68º 0.26% 0.43% -
HSV(B) 273.68º 0.41% 0.54% -
XYZ 14.34 11.23 25.46 -
YUV 97.07 151.1 139.37 -
System Red Green Blue C M Y K H S L
Decimal 113 81 138 0.18 0.41 0 0.46 273.68 0.26 0.43
Hex 71 51 8A 12 29 0 2E 112 1A 2B
Octal 161 121 212 22 51 0 56 422 32 53
Binary 1110001 1010001 10001010 10010 101001 0 101110 100010010 11010 101011

Color Harmonies of #71518A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71518A

Black with #71518A

Text Example


Text Example

White with #71518A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71518A; }

 p { color: rgb(113,81,138); }

 H1.HeaderClassName
 {
   color: #71518A;
 }
 .AnyTagClassName
 {
   color: #71518A;
 }
</style>

background-color css

<style>
 a { background-color: #71518A; }

 a { background-color: rgb(113,81,138); }

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

border-color css

<style>
 span { border-color: #71518A; }

 span { border-color: rgb(113,81,138); }

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