#725984

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

Shades of Affair #725984

Tints of Affair #725984

Color information

#725984 (or 0x725984) is unknown color: approx Affair. HEX triplet: 72, 59 and 84. RGB value is (114,89,132). Sum of RGB (Red+Green+Blue) = 114+89+132=335 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.03% from 335); Green value is 89 (35.16% from 255 or 26.57% from 335); Blue value is 132 (51.95% from 255 or 39.40% from 335); Max value from RGB is 132 - color contains mainly: blue. Hex color #725984 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725984 is #8DA67B. Grayscale: #656565. Windows color (decimal): -9283196 or 8673650. OLE color: 8673650.

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

Color convert

RGB11489132-
CMYK0.140.3300.48
HSL274.88º19.46%43.33%-
HSV(B)274.88º32.58%51.76%-
XYZ14.6812.3923.45-
YUV101.38145.28137-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.03%
GREEN value IS 89 (35.16% from 255) = 26.57%
BLUE value IS 132 (51.95% from 255) = 39.40%
R=34.03%
G=26.57%
B=39.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal114891320.140.3300.48274.8819.4643.33
Hex725984E21030113132b
Octal16213120416410604232353
Binary11100101011001100001001110100001011000010001001110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725984; }

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

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

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

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

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

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

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

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