Html Css Color HEX #71498D Affair

📋 copy color: '#71498D'

red 113 ◦ green 73 ◦ blue 141

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

Shades of Affair #71498D

Tints of Affair #71498D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 43.12%

R = 34.56%
G = 22.32%
B = 43.12%

CMYK

 C value IS 0.20

 M value IS 0.48

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#71498D (or 0x71498D) is known color: Affair. HEX triplet: 71, 49 and 8D. RGB value is (113,73,141). Sum of RGB (Red+Green+Blue) = 113+73+141=327 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.56% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 141 (55.47% from 255 or 43.12% from 327); Max value from RGB is 141 - color contains mainly: blue. Hex color #71498D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71498D is #8EB672. Grayscale: #5C5C5C. Windows color (decimal): -9352819 or 9259377. OLE color: 9259377.

HSL color Cylindrical-coordinate representation of color #71498D: hue angle of 275.29º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71498D is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 113 73 141 -
CMYK 0.20 0.48 0 0.45
HSL 275.29º 0.32% 0.42% -
HSV(B) 275.29º 0.48% 0.55% -
XYZ 14 10.2 26.43 -
YUV 92.71 155.25 142.47 -
System Red Green Blue C M Y K H S L
Decimal 113 73 141 0.20 0.48 0 0.45 275.29 0.32 0.42
Hex 71 49 8D 14 30 0 2D 113 20 2A
Octal 161 111 215 24 60 0 55 423 40 52
Binary 1110001 1001001 10001101 10100 110000 0 101101 100010011 100000 101010

Color Harmonies of #71498D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71498D

Black with #71498D

Text Example


Text Example

White with #71498D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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