#71548a

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

Shades of Affair #71548A

Tints of Affair #71548A

Color information

#71548A (or 0x71548A) is unknown color: approx Affair. HEX triplet: 71, 54 and 8A. RGB value is (113,84,138). Sum of RGB (Red+Green+Blue) = 113+84+138=335 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.73% from 335); Green value is 84 (33.20% from 255 or 25.07% from 335); Blue value is 138 (54.30% from 255 or 41.19% from 335); Max value from RGB is 138 - color contains mainly: blue. Hex color #71548A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71548A is #8EAB75. Grayscale: #626262. Windows color (decimal): -9350006 or 9065585. OLE color: 9065585.

HSL color Cylindrical-coordinate representation of color #71548A: hue angle of 272.22º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #71548A is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11384138-
CMYK0.180.3900.46
HSL272.22º24.32%43.53%-
HSV(B)272.22º39.13%54.12%-
XYZ14.5711.6925.53-
YUV98.83150.11138.11-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.73%
GREEN value IS 84 (33.20% from 255) = 25.07%
BLUE value IS 138 (54.30% from 255) = 41.19%
R=33.73%
G=25.07%
B=41.19%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal113841380.180.3900.46272.2224.3243.53
Hex71548A122702E110182c
Octal16112421222470564203054
Binary111000110101001000101010010100111010111010001000011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71548a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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