#725782

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

Shades of Affair #725782

Tints of Affair #725782

Color information

#725782 (or 0x725782) is unknown color: approx Affair. HEX triplet: 72, 57 and 82. RGB value is (114,87,130). Sum of RGB (Red+Green+Blue) = 114+87+130=331 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.44% from 331); Green value is 87 (34.38% from 255 or 26.28% from 331); Blue value is 130 (51.17% from 255 or 39.27% from 331); Max value from RGB is 130 - color contains mainly: blue. Hex color #725782 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725782 is #8DA87D. Grayscale: #636363. Windows color (decimal): -9283710 or 8542066. OLE color: 8542066.

HSL color Cylindrical-coordinate representation of color #725782: hue angle of 277.67º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #725782 is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11487130-
CMYK0.120.3300.49
HSL277.67º19.82%42.55%-
HSV(B)277.67º33.08%50.98%-
XYZ14.3812.0122.68-
YUV99.98144.95138-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.44%
GREEN value IS 87 (34.38% from 255) = 26.28%
BLUE value IS 130 (51.17% from 255) = 39.27%
R=34.44%
G=26.28%
B=39.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal114871300.120.3300.49277.6719.8242.55
Hex725782C21031116142b
Octal16212720214410614262453
Binary11100101010111100000101100100001011000110001011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725782; }

 p { color: rgb(114,87,130); }

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

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

 a { background-color: rgb(114,87,130); }

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

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

 span { border-color: rgb(114,87,130); }

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