#725688

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

Shades of Affair #725688

Tints of Affair #725688

Color information

#725688 (or 0x725688) is unknown color: approx Affair. HEX triplet: 72, 56 and 88. RGB value is (114,86,136). Sum of RGB (Red+Green+Blue) = 114+86+136=336 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.93% from 336); Green value is 86 (33.98% from 255 or 25.60% from 336); Blue value is 136 (53.52% from 255 or 40.48% from 336); Max value from RGB is 136 - color contains mainly: blue. Hex color #725688 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725688 is #8DA977. Grayscale: #636363. Windows color (decimal): -9283960 or 8935026. OLE color: 8935026.

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

Color convert

RGB11486136-
CMYK0.160.3700.47
HSL273.6º22.52%43.53%-
HSV(B)273.6º36.76%53.33%-
XYZ14.7112.0124.84-
YUV100.07148.28137.93-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.93%
GREEN value IS 86 (33.98% from 255) = 25.60%
BLUE value IS 136 (53.52% from 255) = 40.48%
R=33.93%
G=25.60%
B=40.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal114861360.160.3700.47273.622.5243.53
Hex725688102502F112172c
Octal16212621020450574222754
Binary111001010101101000100010000100101010111110001001010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725688; }

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

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

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

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

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

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

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

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