#724980

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

Shades of Affair #724980

Tints of Affair #724980

Color information

#724980 (or 0x724980) is unknown color: approx Affair. HEX triplet: 72, 49 and 80. RGB value is (114,73,128). Sum of RGB (Red+Green+Blue) = 114+73+128=315 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.19% from 315); Green value is 73 (28.91% from 255 or 23.17% from 315); Blue value is 128 (50.39% from 255 or 40.63% from 315); Max value from RGB is 128 - color contains mainly: blue. Hex color #724980 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724980 is #8DB67F. Grayscale: #5B5B5B. Windows color (decimal): -9287296 or 8407410. OLE color: 8407410.

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

Color convert

RGB11473128-
CMYK0.110.4300.50
HSL284.73º27.36%39.41%-
HSV(B)284.73º42.97%50.2%-
XYZ13.229.921.64-
YUV91.53148.58144.03-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.19%
GREEN value IS 73 (28.91% from 255) = 23.17%
BLUE value IS 128 (50.39% from 255) = 40.63%
R=36.19%
G=23.17%
B=40.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal114731280.110.4300.50284.7327.3639.41
Hex724980B2B03211d1b27
Octal16211120013530624353347
Binary11100101001001100000001011101011011001010001110111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724980; }

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

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

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

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

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

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

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

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