#724A88

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

Shades of Affair #724A88

Tints of Affair #724A88

Color information

#724A88 (or 0x724A88) is unknown color: approx Affair. HEX triplet: 72, 4A and 88. RGB value is (114,74,136). Sum of RGB (Red+Green+Blue) = 114+74+136=324 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.19% from 324); Green value is 74 (29.30% from 255 or 22.84% from 324); Blue value is 136 (53.52% from 255 or 41.98% from 324); Max value from RGB is 136 - color contains mainly: blue. Hex color #724A88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724A88 is #8DB577. Grayscale: #5C5C5C. Windows color (decimal): -9287032 or 8931954. OLE color: 8931954.

HSL color Cylindrical-coordinate representation of color #724A88: hue angle of 278.71º 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 #724A88 is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11474136-
CMYK0.160.4600.47
HSL278.71º29.52%41.18%-
HSV(B)278.71º45.59%53.33%-
XYZ13.8310.2524.54-
YUV93.03152.25142.96-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.19%
GREEN value IS 74 (29.30% from 255) = 22.84%
BLUE value IS 136 (53.52% from 255) = 41.98%
R=35.19%
G=22.84%
B=41.98%

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
Decimal114741360.160.4600.47278.7129.5241.18
Hex724A88102E02F1171e29
Octal16211221020560574273651
Binary111001010010101000100010000101110010111110001011111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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