#724988

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

Shades of Affair #724988

Tints of Affair #724988

Color information

#724988 (or 0x724988) is unknown color: approx Affair. HEX triplet: 72, 49 and 88. RGB value is (114,73,136). Sum of RGB (Red+Green+Blue) = 114+73+136=323 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.29% from 323); Green value is 73 (28.91% from 255 or 22.60% from 323); Blue value is 136 (53.52% from 255 or 42.11% from 323); Max value from RGB is 136 - color contains mainly: blue. Hex color #724988 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724988 is #8DB677. Grayscale: #5C5C5C. Windows color (decimal): -9287288 or 8931698. OLE color: 8931698.

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

Color convert

RGB11473136-
CMYK0.160.4600.47
HSL279.05º30.14%40.98%-
HSV(B)279.05º46.32%53.33%-
XYZ13.7710.1224.52-
YUV92.44152.58143.38-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.29%
GREEN value IS 73 (28.91% from 255) = 22.60%
BLUE value IS 136 (53.52% from 255) = 42.11%
R=35.29%
G=22.60%
B=42.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal114731360.160.4600.47279.0530.1440.98
Hex724988102E02F1171e29
Octal16211121020560574273651
Binary111001010010011000100010000101110010111110001011111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724988; }

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

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

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

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

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

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

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

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