#714985

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

Shades of Affair #714985

Tints of Affair #714985

Color information

#714985 (or 0x714985) is unknown color: approx Affair. HEX triplet: 71, 49 and 85. RGB value is (113,73,133). Sum of RGB (Red+Green+Blue) = 113+73+133=319 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.42% from 319); Green value is 73 (28.91% from 255 or 22.88% from 319); Blue value is 133 (52.34% from 255 or 41.69% from 319); Max value from RGB is 133 - color contains mainly: blue. Hex color #714985 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714985 is #8EB67A. Grayscale: #5B5B5B. Windows color (decimal): -9352827 or 8735089. OLE color: 8735089.

HSL color Cylindrical-coordinate representation of color #714985: hue angle of 280º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #714985 is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11373133-
CMYK0.150.4500.48
HSL280º29.13%40.39%-
HSV(B)280º45.11%52.16%-
XYZ13.439.9723.41-
YUV91.8151.25143.12-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.42%
GREEN value IS 73 (28.91% from 255) = 22.88%
BLUE value IS 133 (52.34% from 255) = 41.69%
R=35.42%
G=22.88%
B=41.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal113731330.150.4500.4828029.1340.39
Hex714985F2D0301181d28
Octal16111120517550604303550
Binary11100011001001100001011111101101011000010001100011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714985; }

 p { color: rgb(113,73,133); }

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

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

 a { background-color: rgb(113,73,133); }

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

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

 span { border-color: rgb(113,73,133); }

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