#71428C

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

Shades of Affair #71428C

Tints of Affair #71428C

Color information

#71428C (or 0x71428C) is unknown color: approx Affair. HEX triplet: 71, 42 and 8C. RGB value is (113,66,140). Sum of RGB (Red+Green+Blue) = 113+66+140=319 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.42% from 319); Green value is 66 (26.17% from 255 or 20.69% from 319); Blue value is 140 (55.08% from 255 or 43.89% from 319); Max value from RGB is 140 - color contains mainly: blue. Hex color #71428C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71428C is #8EBD73. Grayscale: #585858. Windows color (decimal): -9354612 or 9192049. OLE color: 9192049.

HSL color Cylindrical-coordinate representation of color #71428C: hue angle of 278.11º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #71428C is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11366140-
CMYK0.190.5300.45
HSL278.11º35.92%40.39%-
HSV(B)278.11º52.86%54.9%-
XYZ13.499.325.9-
YUV88.49157.07145.48-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.42%
GREEN value IS 66 (26.17% from 255) = 20.69%
BLUE value IS 140 (55.08% from 255) = 43.89%
R=35.42%
G=20.69%
B=43.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal113661400.190.5300.45278.1135.9240.39
Hex71428C133502D1162428
Octal16110221423650554264450
Binary1110001100001010001100100111101010101101100010110100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71428C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71428C; }

 p { color: rgb(113,66,140); }

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

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

 a { background-color: rgb(113,66,140); }

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

<style>
 span { border-color: #71428C; }

 span { border-color: rgb(113,66,140); }

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