#724f89

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

Shades of Affair #724F89

Tints of Affair #724F89

Color information

#724F89 (or 0x724F89) is unknown color: approx Affair. HEX triplet: 72, 4F and 89. RGB value is (114,79,137). Sum of RGB (Red+Green+Blue) = 114+79+137=330 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.55% from 330); Green value is 79 (31.25% from 255 or 23.94% from 330); Blue value is 137 (53.91% from 255 or 41.52% from 330); Max value from RGB is 137 - color contains mainly: blue. Hex color #724F89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #724F89 is #8DB076. Grayscale: #5F5F5F. Windows color (decimal): -9285751 or 8998770. OLE color: 8998770.

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

Color convert

RGB11479137-
CMYK0.170.4200.46
HSL276.21º26.85%42.35%-
HSV(B)276.21º42.34%53.73%-
XYZ14.2510.9825.03-
YUV96.08151.1140.78-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.55%
GREEN value IS 79 (31.25% from 255) = 23.94%
BLUE value IS 137 (53.91% from 255) = 41.52%
R=34.55%
G=23.94%
B=41.52%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal114791370.170.4200.46276.2126.8542.35
Hex724F89112A02E1141b2a
Octal16211721121520564243352
Binary111001010011111000100110001101010010111010001010011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724f89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724f89; }

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

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

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

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

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

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

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

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