#725C84

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

Shades of Affair #725C84

Tints of Affair #725C84

Color information

#725C84 (or 0x725C84) is unknown color: approx Affair. HEX triplet: 72, 5C and 84. RGB value is (114,92,132). Sum of RGB (Red+Green+Blue) = 114+92+132=338 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.73% from 338); Green value is 92 (36.33% from 255 or 27.22% from 338); Blue value is 132 (51.95% from 255 or 39.05% from 338); Max value from RGB is 132 - color contains mainly: blue. Hex color #725C84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725C84 is #8DA37B. Grayscale: #666666. Windows color (decimal): -9282428 or 8674418. OLE color: 8674418.

HSL color Cylindrical-coordinate representation of color #725C84: hue angle of 273º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #725C84 is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11492132-
CMYK0.140.3000.48
HSL273º17.86%43.92%-
HSV(B)273º30.3%51.76%-
XYZ14.9312.923.53-
YUV103.14144.29135.75-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.73%
GREEN value IS 92 (36.33% from 255) = 27.22%
BLUE value IS 132 (51.95% from 255) = 39.05%
R=33.73%
G=27.22%
B=39.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal114921320.140.3000.4827317.8643.92
Hex725C84E1E030111122c
Octal16213420416360604212254
Binary1110010101110010000100111011110011000010001000110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725C84; }

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

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

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

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

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

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

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

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