#71488B

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

Shades of Affair #71488B

Tints of Affair #71488B

Color information

#71488B (or 0x71488B) is unknown color: approx Affair. HEX triplet: 71, 48 and 8B. RGB value is (113,72,139). Sum of RGB (Red+Green+Blue) = 113+72+139=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 72 (28.52% from 255 or 22.22% from 324); Blue value is 139 (54.69% from 255 or 42.90% from 324); Max value from RGB is 139 - color contains mainly: blue. Hex color #71488B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71488B is #8EB774. Grayscale: #5B5B5B. Windows color (decimal): -9353077 or 9128049. OLE color: 9128049.

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

Color convert

RGB11372139-
CMYK0.190.4800.45
HSL276.72º31.75%41.37%-
HSV(B)276.72º48.2%54.51%-
XYZ13.7910.0125.63-
YUV91.9154.58143.05-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.88%
GREEN value IS 72 (28.52% from 255) = 22.22%
BLUE value IS 139 (54.69% from 255) = 42.90%
R=34.88%
G=22.22%
B=42.90%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal113721390.190.4800.45276.7231.7541.37
Hex71488B133002D1152029
Octal16111021323600554254051
Binary1110001100100010001011100111100000101101100010101100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71488B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71488B; }

 p { color: rgb(113,72,139); }

 H1.HeaderClassName
 {
   color: #71488B;
 }
 .AnyTagClassName
 {
   color: #71488B;
 }
</style>
background-color css

<style>
 a { background-color: #71488B; }

 a { background-color: rgb(113,72,139); }

 div.DivClassName
 {
   background-color: #71488B;
 }
 .BgClassName
 {
   background-color: #71488B;
 }
</style>
border-color css

<style>
 span { border-color: #71488B; }

 span { border-color: rgb(113,72,139); }

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