#724991

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

Shades of Affair #724991

Tints of Affair #724991

Color information

#724991 (or 0x724991) is unknown color: approx Affair. HEX triplet: 72, 49 and 91. RGB value is (114,73,145). Sum of RGB (Red+Green+Blue) = 114+73+145=332 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.34% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 145 (57.03% from 255 or 43.67% from 332); Max value from RGB is 145 - color contains mainly: blue. Hex color #724991 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724991 is #8DB66E. Grayscale: #5D5D5D. Windows color (decimal): -9287279 or 9521522. OLE color: 9521522.

HSL color Cylindrical-coordinate representation of color #724991: hue angle of 274.17º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #724991 is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11473145-
CMYK0.210.5000.43
HSL274.17º33.03%42.75%-
HSV(B)274.17º49.66%56.86%-
XYZ14.4310.3928.03-
YUV93.47157.08142.65-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.34%
GREEN value IS 73 (28.91% from 255) = 21.99%
BLUE value IS 145 (57.03% from 255) = 43.67%
R=34.34%
G=21.99%
B=43.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal114731450.210.5000.43274.1733.0342.75
Hex724991153202B112212b
Octal16211122125620534224153
Binary1110010100100110010001101011100100101011100010010100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724991; }

 p { color: rgb(114,73,145); }

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

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

 a { background-color: rgb(114,73,145); }

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

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

 span { border-color: rgb(114,73,145); }

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