#725090

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

Shades of Affair #725090

Tints of Affair #725090

Color information

#725090 (or 0x725090) is unknown color: approx Affair. HEX triplet: 72, 50 and 90. RGB value is (114,80,144). Sum of RGB (Red+Green+Blue) = 114+80+144=338 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.73% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 144 (56.64% from 255 or 42.60% from 338); Max value from RGB is 144 - color contains mainly: blue. Hex color #725090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725090 is #8DAF6F. Grayscale: #616161. Windows color (decimal): -9285488 or 9457778. OLE color: 9457778.

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

Color convert

RGB11480144-
CMYK0.210.4400.44
HSL271.88º28.57%43.92%-
HSV(B)271.88º44.44%56.47%-
XYZ14.8411.3327.79-
YUV97.46154.26139.8-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.73%
GREEN value IS 80 (31.64% from 255) = 23.67%
BLUE value IS 144 (56.64% from 255) = 42.60%
R=33.73%
G=23.67%
B=42.60%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal114801440.210.4400.44271.8828.5743.92
Hex725090152C02C1101d2c
Octal16212022025540544203554
Binary111001010100001001000010101101100010110010001000011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725090; }

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

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

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

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

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

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

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

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