#724790

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

Shades of Affair #724790

Tints of Affair #724790

Color information

#724790 (or 0x724790) is unknown color: approx Affair. HEX triplet: 72, 47 and 90. RGB value is (114,71,144). Sum of RGB (Red+Green+Blue) = 114+71+144=329 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.65% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 144 - color contains mainly: blue. Hex color #724790 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724790 is #8DB86F. Grayscale: #5B5B5B. Windows color (decimal): -9287792 or 9455474. OLE color: 9455474.

HSL color Cylindrical-coordinate representation of color #724790: hue angle of 275.34º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #724790 is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11471144-
CMYK0.210.5100.44
HSL275.34º33.95%42.16%-
HSV(B)275.34º50.69%56.47%-
XYZ14.2310.127.58-
YUV92.18157.25143.56-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.65%
GREEN value IS 71 (28.12% from 255) = 21.58%
BLUE value IS 144 (56.64% from 255) = 43.77%
R=34.65%
G=21.58%
B=43.77%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal114711440.210.5100.44275.3433.9542.16
Hex724790153302C113222a
Octal16210722025630544234252
Binary1110010100011110010000101011100110101100100010011100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724790; }

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

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

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

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

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

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

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

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