Html Css Color HEX #71498F Affair

📋 copy color: '#71498F'

red 113 ◦ green 73 ◦ blue 143

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

Shades of Affair #71498F

Tints of Affair #71498F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 43.47%

R = 34.35%
G = 22.19%
B = 43.47%

CMYK

 C value IS 0.21

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#71498F (or 0x71498F) is known color: Affair. HEX triplet: 71, 49 and 8F. RGB value is (113,73,143). Sum of RGB (Red+Green+Blue) = 113+73+143=329 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.35% from 329); Green value is 73 (28.91% from 255 or 22.19% from 329); Blue value is 143 (56.25% from 255 or 43.47% from 329); Max value from RGB is 143 - color contains mainly: blue. Hex color #71498F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71498F is #8EB670. Grayscale: #5C5C5C. Windows color (decimal): -9352817 or 9390449. OLE color: 9390449.

HSL color Cylindrical-coordinate representation of color #71498F: hue angle of 274.29º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71498F is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 113 73 143 -
CMYK 0.21 0.49 0 0.44
HSL 274.29º 0.32% 0.42% -
HSV(B) 274.29º 0.49% 0.56% -
XYZ 14.15 10.26 27.22 -
YUV 92.94 156.25 142.31 -
System Red Green Blue C M Y K H S L
Decimal 113 73 143 0.21 0.49 0 0.44 274.29 0.32 0.42
Hex 71 49 8F 15 31 0 2C 112 20 2A
Octal 161 111 217 25 61 0 54 422 40 52
Binary 1110001 1001001 10001111 10101 110001 0 101100 100010010 100000 101010

Color Harmonies of #71498F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71498F

Black with #71498F

Text Example


Text Example

White with #71498F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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