#72578C

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

Shades of Affair #72578C

Tints of Affair #72578C

Color information

#72578C (or 0x72578C) is unknown color: approx Affair. HEX triplet: 72, 57 and 8C. RGB value is (114,87,140). Sum of RGB (Red+Green+Blue) = 114+87+140=341 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.43% from 341); Green value is 87 (34.38% from 255 or 25.51% from 341); Blue value is 140 (55.08% from 255 or 41.06% from 341); Max value from RGB is 140 - color contains mainly: blue. Hex color #72578C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72578C is #8DA873. Grayscale: #646464. Windows color (decimal): -9283700 or 9197426. OLE color: 9197426.

HSL color Cylindrical-coordinate representation of color #72578C: hue angle of 270.57º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #72578C is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11487140-
CMYK0.190.3800.45
HSL270.57º23.35%44.51%-
HSV(B)270.57º37.86%54.9%-
XYZ15.0812.2926.39-
YUV101.12149.95137.19-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.43%
GREEN value IS 87 (34.38% from 255) = 25.51%
BLUE value IS 140 (55.08% from 255) = 41.06%
R=33.43%
G=25.51%
B=41.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal114871400.190.3800.45270.5723.3544.51
Hex72578C132602D10f172d
Octal16212721423460554172755
Binary111001010101111000110010011100110010110110000111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72578C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72578C; }

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

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

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

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

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

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

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

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