#71548B

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

Shades of Affair #71548B

Tints of Affair #71548B

Color information

#71548B (or 0x71548B) is unknown color: approx Affair. HEX triplet: 71, 54 and 8B. RGB value is (113,84,139). Sum of RGB (Red+Green+Blue) = 113+84+139=336 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.63% from 336); Green value is 84 (33.20% from 255 or 25% from 336); Blue value is 139 (54.69% from 255 or 41.37% from 336); Max value from RGB is 139 - color contains mainly: blue. Hex color #71548B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71548B is #8EAB74. Grayscale: #626262. Windows color (decimal): -9350005 or 9131121. OLE color: 9131121.

HSL color Cylindrical-coordinate representation of color #71548B: hue angle of 271.64º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #71548B is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11384139-
CMYK0.190.4000.45
HSL271.64º24.66%43.73%-
HSV(B)271.64º39.57%54.51%-
XYZ14.6411.7225.92-
YUV98.94150.61138.03-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.63%
GREEN value IS 84 (33.20% from 255) = 25%
BLUE value IS 139 (54.69% from 255) = 41.37%
R=33.63%
G=25%
B=41.37%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal113841390.190.4000.45271.6424.6643.73
Hex71548B132802D110192c
Octal16112421323500554203154
Binary111000110101001000101110011101000010110110001000011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71548B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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