#71448E

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

Shades of Affair #71448E

Tints of Affair #71448E

Color information

#71448E (or 0x71448E) is unknown color: approx Affair. HEX triplet: 71, 44 and 8E. RGB value is (113,68,142). Sum of RGB (Red+Green+Blue) = 113+68+142=323 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.98% from 323); Green value is 68 (26.95% from 255 or 21.05% from 323); Blue value is 142 (55.86% from 255 or 43.96% from 323); Max value from RGB is 142 - color contains mainly: blue. Hex color #71448E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71448E is #8EBB71. Grayscale: #595959. Windows color (decimal): -9354098 or 9323633. OLE color: 9323633.

HSL color Cylindrical-coordinate representation of color #71448E: hue angle of 276.49º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71448E is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11368142-
CMYK0.200.5200.44
HSL276.49º35.24%41.18%-
HSV(B)276.49º52.11%55.69%-
XYZ13.769.626.72-
YUV89.89157.41144.48-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.98%
GREEN value IS 68 (26.95% from 255) = 21.05%
BLUE value IS 142 (55.86% from 255) = 43.96%
R=34.98%
G=21.05%
B=43.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal113681420.200.5200.44276.4935.2441.18
Hex71448E143402C1142329
Octal16110421624640544244351
Binary1110001100010010001110101001101000101100100010100100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71448E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,68,142); }

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

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

 a { background-color: rgb(113,68,142); }

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

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

 span { border-color: rgb(113,68,142); }

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