#72588A

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

Shades of Affair #72588A

Tints of Affair #72588A

Color information

#72588A (or 0x72588A) is unknown color: approx Affair. HEX triplet: 72, 58 and 8A. RGB value is (114,88,138). Sum of RGB (Red+Green+Blue) = 114+88+138=340 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.53% from 340); Green value is 88 (34.77% from 255 or 25.88% from 340); Blue value is 138 (54.30% from 255 or 40.59% from 340); Max value from RGB is 138 - color contains mainly: blue. Hex color #72588A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72588A is #8DA775. Grayscale: #656565. Windows color (decimal): -9283446 or 9066610. OLE color: 9066610.

HSL color Cylindrical-coordinate representation of color #72588A: hue angle of 271.2º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #72588A is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11488138-
CMYK0.170.3600.46
HSL271.2º22.12%44.31%-
HSV(B)271.2º36.23%54.12%-
XYZ15.0212.3925.65-
YUV101.47148.61136.93-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.53%
GREEN value IS 88 (34.77% from 255) = 25.88%
BLUE value IS 138 (54.30% from 255) = 40.59%
R=33.53%
G=25.88%
B=40.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal114881380.170.3600.46271.222.1244.31
Hex72588A112402E10f162c
Octal16213021221440564172654
Binary111001010110001000101010001100100010111010000111110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72588A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72588A; }

 p { color: rgb(114,88,138); }

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

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

 a { background-color: rgb(114,88,138); }

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

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

 span { border-color: rgb(114,88,138); }

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