#725684

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

Shades of Affair #725684

Tints of Affair #725684

Color information

#725684 (or 0x725684) is unknown color: approx Affair. HEX triplet: 72, 56 and 84. RGB value is (114,86,132). Sum of RGB (Red+Green+Blue) = 114+86+132=332 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.34% from 332); Green value is 86 (33.98% from 255 or 25.90% from 332); Blue value is 132 (51.95% from 255 or 39.76% from 332); Max value from RGB is 132 - color contains mainly: blue. Hex color #725684 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725684 is #8DA97B. Grayscale: #636363. Windows color (decimal): -9283964 or 8672882. OLE color: 8672882.

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

Color convert

RGB11486132-
CMYK0.140.3500.48
HSL276.52º21.1%42.75%-
HSV(B)276.52º34.85%51.76%-
XYZ14.4311.923.37-
YUV99.62146.28138.26-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.34%
GREEN value IS 86 (33.98% from 255) = 25.90%
BLUE value IS 132 (51.95% from 255) = 39.76%
R=34.34%
G=25.90%
B=39.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal114861320.140.3500.48276.5221.142.75
Hex725684E23030115152b
Octal16212620416430604252553
Binary11100101010110100001001110100011011000010001010110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725684; }

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

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

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

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

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

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

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

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