#71498F

Color #71498F Affair (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Affair #71498F

Tints of Affair #71498F

Color information

#71498F (or 0x71498F) is unknown color: approx 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

RGB11373143-
CMYK0.210.4900.44
HSL274.29º32.41%42.35%-
HSV(B)274.29º48.95%56.08%-
XYZ14.1510.2627.22-
YUV92.94156.25142.31-

RGB Variations

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

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 (Cyan) values IS 0.21
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal113731430.210.4900.44274.2932.4142.35
Hex71498F153102C112202a
Octal16111121725610544224052
Binary1110001100100110001111101011100010101100100010010100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71498F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>