#724791

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

Shades of Affair #724791

Tints of Affair #724791

Color information

#724791 (or 0x724791) is unknown color: approx Affair. HEX triplet: 72, 47 and 91. RGB value is (114,71,145). Sum of RGB (Red+Green+Blue) = 114+71+145=330 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.55% from 330); Green value is 71 (28.12% from 255 or 21.52% from 330); Blue value is 145 (57.03% from 255 or 43.94% from 330); Max value from RGB is 145 - color contains mainly: blue. Hex color #724791 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724791 is #8DB86E. Grayscale: #5C5C5C. Windows color (decimal): -9287791 or 9521010. OLE color: 9521010.

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

Color convert

RGB11471145-
CMYK0.210.5100.43
HSL274.86º34.26%42.35%-
HSV(B)274.86º51.03%56.86%-
XYZ14.310.1327.99-
YUV92.29157.75143.48-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.55%
GREEN value IS 71 (28.12% from 255) = 21.52%
BLUE value IS 145 (57.03% from 255) = 43.94%
R=34.55%
G=21.52%
B=43.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal114711450.210.5100.43274.8634.2642.35
Hex724791153302B113222a
Octal16210722125630534234252
Binary1110010100011110010001101011100110101011100010011100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724791; }

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

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

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

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

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

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

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

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