#724580

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

Shades of Affair #724580

Tints of Affair #724580

Color information

#724580 (or 0x724580) is unknown color: approx Affair. HEX triplet: 72, 45 and 80. RGB value is (114,69,128). Sum of RGB (Red+Green+Blue) = 114+69+128=311 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.66% from 311); Green value is 69 (27.34% from 255 or 22.19% from 311); Blue value is 128 (50.39% from 255 or 41.16% from 311); Max value from RGB is 128 - color contains mainly: blue. Hex color #724580 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724580 is #8DBA7F. Grayscale: #585858. Windows color (decimal): -9288320 or 8406386. OLE color: 8406386.

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

Color convert

RGB11469128-
CMYK0.110.4600.50
HSL285.76º29.95%38.63%-
HSV(B)285.76º46.09%50.2%-
XYZ12.969.3921.55-
YUV89.18149.91145.7-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.66%
GREEN value IS 69 (27.34% from 255) = 22.19%
BLUE value IS 128 (50.39% from 255) = 41.16%
R=36.66%
G=22.19%
B=41.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal114691280.110.4600.50285.7629.9538.63
Hex724580B2E03211e1e27
Octal16210520013560624363647
Binary11100101000101100000001011101110011001010001111011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724580; }

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

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

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

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

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

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

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

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