#714090

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

Shades of Affair #714090

Tints of Affair #714090

Color information

#714090 (or 0x714090) is unknown color: approx Affair. HEX triplet: 71, 40 and 90. RGB value is (113,64,144). Sum of RGB (Red+Green+Blue) = 113+64+144=321 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.20% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 144 - color contains mainly: blue. Hex color #714090 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714090 is #8EBF6F. Grayscale: #575757. Windows color (decimal): -9355120 or 9453681. OLE color: 9453681.

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

Color convert

RGB11364144-
CMYK0.220.5600.44
HSL276.75º38.46%40.78%-
HSV(B)276.75º55.56%56.47%-
XYZ13.689.1927.44-
YUV87.77159.73146-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.20%
GREEN value IS 64 (25.39% from 255) = 19.94%
BLUE value IS 144 (56.64% from 255) = 44.86%
R=35.20%
G=19.94%
B=44.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal113641440.220.5600.44276.7538.4640.78
Hex714090163802C1152629
Octal16110022026700544254651
Binary1110001100000010010000101101110000101100100010101100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714090; }

 p { color: rgb(113,64,144); }

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

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

 a { background-color: rgb(113,64,144); }

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

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

 span { border-color: rgb(113,64,144); }

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