#71478B

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

Shades of Affair #71478B

Tints of Affair #71478B

Color information

#71478B (or 0x71478B) is unknown color: approx Affair. HEX triplet: 71, 47 and 8B. RGB value is (113,71,139). Sum of RGB (Red+Green+Blue) = 113+71+139=323 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.98% from 323); Green value is 71 (28.12% from 255 or 21.98% from 323); Blue value is 139 (54.69% from 255 or 43.03% from 323); Max value from RGB is 139 - color contains mainly: blue. Hex color #71478B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71478B is #8EB874. Grayscale: #5B5B5B. Windows color (decimal): -9353333 or 9127793. OLE color: 9127793.

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

Color convert

RGB11371139-
CMYK0.190.4900.45
HSL277.06º32.38%41.18%-
HSV(B)277.06º48.92%54.51%-
XYZ13.729.8825.61-
YUV91.31154.91143.47-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.98%
GREEN value IS 71 (28.12% from 255) = 21.98%
BLUE value IS 139 (54.69% from 255) = 43.03%
R=34.98%
G=21.98%
B=43.03%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal113711390.190.4900.45277.0632.3841.18
Hex71478B133102D1152029
Octal16110721323610554254051
Binary1110001100011110001011100111100010101101100010101100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71478B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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