#725689

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

Shades of Affair #725689

Tints of Affair #725689

Color information

#725689 (or 0x725689) is unknown color: approx Affair. HEX triplet: 72, 56 and 89. RGB value is (114,86,137). Sum of RGB (Red+Green+Blue) = 114+86+137=337 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.83% from 337); Green value is 86 (33.98% from 255 or 25.52% from 337); Blue value is 137 (53.91% from 255 or 40.65% from 337); Max value from RGB is 137 - color contains mainly: blue. Hex color #725689 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725689 is #8DA976. Grayscale: #646464. Windows color (decimal): -9283959 or 9000562. OLE color: 9000562.

HSL color Cylindrical-coordinate representation of color #725689: hue angle of 272.94º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #725689 is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11486137-
CMYK0.170.3700.46
HSL272.94º22.87%43.73%-
HSV(B)272.94º37.23%53.73%-
XYZ14.7812.0425.21-
YUV100.19148.78137.85-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.83%
GREEN value IS 86 (33.98% from 255) = 25.52%
BLUE value IS 137 (53.91% from 255) = 40.65%
R=33.83%
G=25.52%
B=40.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal114861370.170.3700.46272.9422.8743.73
Hex725689112502E111172c
Octal16212621121450564212754
Binary111001010101101000100110001100101010111010001000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725689; }

 p { color: rgb(114,86,137); }

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

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

 a { background-color: rgb(114,86,137); }

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

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

 span { border-color: rgb(114,86,137); }

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