#725A84

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

Shades of Affair #725A84

Tints of Affair #725A84

Color information

#725A84 (or 0x725A84) is unknown color: approx Affair. HEX triplet: 72, 5A and 84. RGB value is (114,90,132). Sum of RGB (Red+Green+Blue) = 114+90+132=336 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.93% from 336); Green value is 90 (35.55% from 255 or 26.79% from 336); Blue value is 132 (51.95% from 255 or 39.29% from 336); Max value from RGB is 132 - color contains mainly: blue. Hex color #725A84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725A84 is #8DA57B. Grayscale: #656565. Windows color (decimal): -9282940 or 8673906. OLE color: 8673906.

HSL color Cylindrical-coordinate representation of color #725A84: hue angle of 274.29º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #725A84 is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11490132-
CMYK0.140.3200.48
HSL274.29º18.92%43.53%-
HSV(B)274.29º31.82%51.76%-
XYZ14.7612.5623.48-
YUV101.96144.95136.58-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.93%
GREEN value IS 90 (35.55% from 255) = 26.79%
BLUE value IS 132 (51.95% from 255) = 39.29%
R=33.93%
G=26.79%
B=39.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal114901320.140.3200.48274.2918.9243.53
Hex725A84E20030112132c
Octal16213220416400604222354
Binary11100101011010100001001110100000011000010001001010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725A84; }

 p { color: rgb(114,90,132); }

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

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

 a { background-color: rgb(114,90,132); }

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

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

 span { border-color: rgb(114,90,132); }

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