#724785

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

Shades of Affair #724785

Tints of Affair #724785

Color information

#724785 (or 0x724785) is unknown color: approx Affair. HEX triplet: 72, 47 and 85. RGB value is (114,71,133). Sum of RGB (Red+Green+Blue) = 114+71+133=318 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.85% from 318); Green value is 71 (28.12% from 255 or 22.33% from 318); Blue value is 133 (52.34% from 255 or 41.82% from 318); Max value from RGB is 133 - color contains mainly: blue. Hex color #724785 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724785 is #8DB87A. Grayscale: #5A5A5A. Windows color (decimal): -9287803 or 8734578. OLE color: 8734578.

HSL color Cylindrical-coordinate representation of color #724785: hue angle of 281.61º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #724785 is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11471133-
CMYK0.140.4700.48
HSL281.61º30.39%40%-
HSV(B)281.61º46.62%52.16%-
XYZ13.439.7823.37-
YUV90.93151.75144.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.85%
GREEN value IS 71 (28.12% from 255) = 22.33%
BLUE value IS 133 (52.34% from 255) = 41.82%
R=35.85%
G=22.33%
B=41.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal114711330.140.4700.48281.6130.3940
Hex724785E2F03011a1e28
Octal16210720516570604323650
Binary11100101000111100001011110101111011000010001101011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724785; }

 p { color: rgb(114,71,133); }

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

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

 a { background-color: rgb(114,71,133); }

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

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

 span { border-color: rgb(114,71,133); }

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