#724F7D

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

Shades of Affair #724F7D

Tints of Affair #724F7D

Color information

#724F7D (or 0x724F7D) is unknown color: approx Affair. HEX triplet: 72, 4F and 7D. RGB value is (114,79,125). Sum of RGB (Red+Green+Blue) = 114+79+125=318 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.85% from 318); Green value is 79 (31.25% from 255 or 24.84% from 318); Blue value is 125 (49.22% from 255 or 39.31% from 318); Max value from RGB is 125 - color contains mainly: blue. Hex color #724F7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724F7D is #8DB082. Grayscale: #5E5E5E. Windows color (decimal): -9285763 or 8212338. OLE color: 8212338.

HSL color Cylindrical-coordinate representation of color #724F7D: hue angle of 285.65º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #724F7D is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11479125-
CMYK0.090.3700.51
HSL285.65º22.55%40%-
HSV(B)285.65º36.8%49.02%-
XYZ13.4410.6520.75-
YUV94.71145.1141.76-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.85%
GREEN value IS 79 (31.25% from 255) = 24.84%
BLUE value IS 125 (49.22% from 255) = 39.31%
R=35.85%
G=24.84%
B=39.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal114791250.090.3700.51285.6522.5540
Hex724F7D92503311e1728
Octal16211717511450634362750
Binary1110010100111111111011001100101011001110001111010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,79,125); }

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

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

 a { background-color: rgb(114,79,125); }

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

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

 span { border-color: rgb(114,79,125); }

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