#725985

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

Shades of Affair #725985

Tints of Affair #725985

Color information

#725985 (or 0x725985) is unknown color: approx Affair. HEX triplet: 72, 59 and 85. RGB value is (114,89,133). Sum of RGB (Red+Green+Blue) = 114+89+133=336 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.93% from 336); Green value is 89 (35.16% from 255 or 26.49% from 336); Blue value is 133 (52.34% from 255 or 39.58% from 336); Max value from RGB is 133 - color contains mainly: blue. Hex color #725985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725985 is #8DA67A. Grayscale: #656565. Windows color (decimal): -9283195 or 8739186. OLE color: 8739186.

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

Color convert

RGB11489133-
CMYK0.140.3300.48
HSL274.09º19.82%43.53%-
HSV(B)274.09º33.08%52.16%-
XYZ14.7512.4223.81-
YUV101.49145.78136.92-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.93%
GREEN value IS 89 (35.16% from 255) = 26.49%
BLUE value IS 133 (52.34% from 255) = 39.58%
R=33.93%
G=26.49%
B=39.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal114891330.140.3300.48274.0919.8243.53
Hex725985E21030112142c
Octal16213120516410604222454
Binary11100101011001100001011110100001011000010001001010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725985; }

 p { color: rgb(114,89,133); }

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

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

 a { background-color: rgb(114,89,133); }

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

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

 span { border-color: rgb(114,89,133); }

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