#71467E

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

Shades of Affair #71467E

Tints of Affair #71467E

Color information

#71467E (or 0x71467E) is unknown color: approx Affair. HEX triplet: 71, 46 and 7E. RGB value is (113,70,126). Sum of RGB (Red+Green+Blue) = 113+70+126=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 70 (27.73% from 255 or 22.65% from 309); Blue value is 126 (49.61% from 255 or 40.78% from 309); Max value from RGB is 126 - color contains mainly: blue. Hex color #71467E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71467E is #8EB981. Grayscale: #595959. Windows color (decimal): -9353602 or 8275569. OLE color: 8275569.

HSL color Cylindrical-coordinate representation of color #71467E: hue angle of 286.07º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #71467E is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11370126-
CMYK0.100.4400.51
HSL286.07º28.57%38.43%-
HSV(B)286.07º44.44%49.41%-
XYZ12.779.420.88-
YUV89.24148.75144.95-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.57%
GREEN value IS 70 (27.73% from 255) = 22.65%
BLUE value IS 126 (49.61% from 255) = 40.78%
R=36.57%
G=22.65%
B=40.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal113701260.100.4400.51286.0728.5738.43
Hex71467EA2C03311e1d26
Octal16110617612540634363546
Binary1110001100011011111101010101100011001110001111011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71467E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71467E; }

 p { color: rgb(113,70,126); }

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

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

 a { background-color: rgb(113,70,126); }

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

<style>
 span { border-color: #71467E; }

 span { border-color: rgb(113,70,126); }

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