#725485

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

Shades of Affair #725485

Tints of Affair #725485

Color information

#725485 (or 0x725485) is unknown color: approx Affair. HEX triplet: 72, 54 and 85. RGB value is (114,84,133). Sum of RGB (Red+Green+Blue) = 114+84+133=331 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.44% from 331); Green value is 84 (33.20% from 255 or 25.38% from 331); Blue value is 133 (52.34% from 255 or 40.18% from 331); Max value from RGB is 133 - color contains mainly: blue. Hex color #725485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725485 is #8DAB7A. Grayscale: #626262. Windows color (decimal): -9284475 or 8737906. OLE color: 8737906.

HSL color Cylindrical-coordinate representation of color #725485: hue angle of 276.73º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #725485 is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11484133-
CMYK0.140.3700.48
HSL276.73º22.58%42.55%-
HSV(B)276.73º36.84%52.16%-
XYZ14.3411.6123.68-
YUV98.56147.44139.02-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.44%
GREEN value IS 84 (33.20% from 255) = 25.38%
BLUE value IS 133 (52.34% from 255) = 40.18%
R=34.44%
G=25.38%
B=40.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal114841330.140.3700.48276.7322.5842.55
Hex725485E25030115172b
Octal16212420516450604252753
Binary11100101010100100001011110100101011000010001010110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725485; }

 p { color: rgb(114,84,133); }

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

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

 a { background-color: rgb(114,84,133); }

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

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

 span { border-color: rgb(114,84,133); }

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