#724B8E

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

Shades of Affair #724B8E

Tints of Affair #724B8E

Color information

#724B8E (or 0x724B8E) is unknown color: approx Affair. HEX triplet: 72, 4B and 8E. RGB value is (114,75,142). Sum of RGB (Red+Green+Blue) = 114+75+142=331 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.44% from 331); Green value is 75 (29.69% from 255 or 22.66% from 331); Blue value is 142 (55.86% from 255 or 42.90% from 331); Max value from RGB is 142 - color contains mainly: blue. Hex color #724B8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724B8E is #8DB471. Grayscale: #5E5E5E. Windows color (decimal): -9286770 or 9325426. OLE color: 9325426.

HSL color Cylindrical-coordinate representation of color #724B8E: hue angle of 274.93º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #724B8E is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11475142-
CMYK0.200.4700.44
HSL274.93º30.88%42.55%-
HSV(B)274.93º47.18%55.69%-
XYZ14.3410.5626.87-
YUV94.3154.92142.05-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.44%
GREEN value IS 75 (29.69% from 255) = 22.66%
BLUE value IS 142 (55.86% from 255) = 42.90%
R=34.44%
G=22.66%
B=42.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal114751420.200.4700.44274.9330.8842.55
Hex724B8E142F02C1131f2b
Octal16211321624570544233753
Binary111001010010111000111010100101111010110010001001111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724B8E; }

 p { color: rgb(114,75,142); }

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

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

 a { background-color: rgb(114,75,142); }

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

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

 span { border-color: rgb(114,75,142); }

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