Html Css Color HEX #71498A Affair

📋 copy color: '#71498A'

red 113 ◦ green 73 ◦ blue 138

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

Shades of Affair #71498A

Tints of Affair #71498A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.53%

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

R = 34.88%
G = 22.53%
B = 42.59%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#71498A (or 0x71498A) is known color: Affair. HEX triplet: 71, 49 and 8A. RGB value is (113,73,138). Sum of RGB (Red+Green+Blue) = 113+73+138=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 73 (28.91% from 255 or 22.53% from 324); Blue value is 138 (54.30% from 255 or 42.59% from 324); Max value from RGB is 138 - color contains mainly: blue. Hex color #71498A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71498A is #8EB675. Grayscale: #5C5C5C. Windows color (decimal): -9352822 or 9062769. OLE color: 9062769.

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

Color convert

RGB 113 73 138 -
CMYK 0.18 0.47 0 0.46
HSL 276.92º 0.31% 0.41% -
HSV(B) 276.92º 0.47% 0.54% -
XYZ 13.78 10.11 25.27 -
YUV 92.37 153.75 142.71 -
System Red Green Blue C M Y K H S L
Decimal 113 73 138 0.18 0.47 0 0.46 276.92 0.31 0.41
Hex 71 49 8A 12 2F 0 2E 115 1F 29
Octal 161 111 212 22 57 0 56 425 37 51
Binary 1110001 1001001 10001010 10010 101111 0 101110 100010101 11111 101001

Color Harmonies of #71498A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71498A

Black with #71498A

Text Example


Text Example

White with #71498A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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