#724F88

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

Shades of Affair #724F88

Tints of Affair #724F88

Color information

#724F88 (or 0x724F88) is unknown color: approx Affair. HEX triplet: 72, 4F and 88. RGB value is (114,79,136). Sum of RGB (Red+Green+Blue) = 114+79+136=329 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.65% from 329); Green value is 79 (31.25% from 255 or 24.01% from 329); Blue value is 136 (53.52% from 255 or 41.34% from 329); Max value from RGB is 136 - color contains mainly: blue. Hex color #724F88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #724F88 is #8DB077. Grayscale: #5F5F5F. Windows color (decimal): -9285752 or 8933234. OLE color: 8933234.

HSL color Cylindrical-coordinate representation of color #724F88: hue angle of 276.84º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #724F88 is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11479136-
CMYK0.160.4200.47
HSL276.84º26.51%42.16%-
HSV(B)276.84º41.91%53.33%-
XYZ14.1810.9524.66-
YUV95.96150.6140.87-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.65%
GREEN value IS 79 (31.25% from 255) = 24.01%
BLUE value IS 136 (53.52% from 255) = 41.34%
R=34.65%
G=24.01%
B=41.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal114791360.160.4200.47276.8426.5142.16
Hex724F88102A02F1151b2a
Octal16211721020520574253352
Binary111001010011111000100010000101010010111110001010111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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