#724090

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

Shades of Affair #724090

Tints of Affair #724090

Color information

#724090 (or 0x724090) is unknown color: approx Affair. HEX triplet: 72, 40 and 90. RGB value is (114,64,144). Sum of RGB (Red+Green+Blue) = 114+64+144=322 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.40% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 144 (56.64% from 255 or 44.72% from 322); Max value from RGB is 144 - color contains mainly: blue. Hex color #724090 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724090 is #8DBF6F. Grayscale: #575757. Windows color (decimal): -9289584 or 9453682. OLE color: 9453682.

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

Color convert

RGB11464144-
CMYK0.210.5600.44
HSL277.5º38.46%40.78%-
HSV(B)277.5º55.56%56.47%-
XYZ13.819.2627.44-
YUV88.07159.56146.5-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.40%
GREEN value IS 64 (25.39% from 255) = 19.88%
BLUE value IS 144 (56.64% from 255) = 44.72%
R=35.40%
G=19.88%
B=44.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal114641440.210.5600.44277.538.4640.78
Hex724090153802C1162629
Octal16210022025700544264651
Binary1110010100000010010000101011110000101100100010110100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724090; }

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

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

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

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

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

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

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

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