#714190

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

Shades of Affair #714190

Tints of Affair #714190

Color information

#714190 (or 0x714190) is unknown color: approx Affair. HEX triplet: 71, 41 and 90. RGB value is (113,65,144). Sum of RGB (Red+Green+Blue) = 113+65+144=322 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.09% from 322); Green value is 65 (25.78% from 255 or 20.19% from 322); Blue value is 144 (56.64% from 255 or 44.72% from 322); Max value from RGB is 144 - color contains mainly: blue. Hex color #714190 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714190 is #8EBE6F. Grayscale: #585858. Windows color (decimal): -9354864 or 9453937. OLE color: 9453937.

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

Color convert

RGB11365144-
CMYK0.220.5500.44
HSL276.46º37.8%40.98%-
HSV(B)276.46º54.86%56.47%-
XYZ13.739.327.46-
YUV88.36159.4145.58-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.09%
GREEN value IS 65 (25.78% from 255) = 20.19%
BLUE value IS 144 (56.64% from 255) = 44.72%
R=35.09%
G=20.19%
B=44.72%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal113651440.220.5500.44276.4637.840.98
Hex714190163702C1142629
Octal16110122026670544244651
Binary1110001100000110010000101101101110101100100010100100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714190; }

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

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

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

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

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

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

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

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