#724889

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

Shades of Affair #724889

Tints of Affair #724889

Color information

#724889 (or 0x724889) is unknown color: approx Affair. HEX triplet: 72, 48 and 89. RGB value is (114,72,137). Sum of RGB (Red+Green+Blue) = 114+72+137=323 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.29% from 323); Green value is 72 (28.52% from 255 or 22.29% from 323); Blue value is 137 (53.91% from 255 or 42.41% from 323); Max value from RGB is 137 - color contains mainly: blue. Hex color #724889 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724889 is #8DB776. Grayscale: #5B5B5B. Windows color (decimal): -9287543 or 8996978. OLE color: 8996978.

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

Color convert

RGB11472137-
CMYK0.170.4700.46
HSL278.77º31.1%40.98%-
HSV(B)278.77º47.45%53.73%-
XYZ13.7710.0224.87-
YUV91.97153.41143.71-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.29%
GREEN value IS 72 (28.52% from 255) = 22.29%
BLUE value IS 137 (53.91% from 255) = 42.41%
R=35.29%
G=22.29%
B=42.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal114721370.170.4700.46278.7731.140.98
Hex724889112F02E1171f29
Octal16211021121570564273751
Binary111001010010001000100110001101111010111010001011111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724889; }

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

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

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

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

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

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

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

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