#72548D

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

Shades of Affair #72548D

Tints of Affair #72548D

Color information

#72548D (or 0x72548D) is unknown color: approx Affair. HEX triplet: 72, 54 and 8D. RGB value is (114,84,141). Sum of RGB (Red+Green+Blue) = 114+84+141=339 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.63% from 339); Green value is 84 (33.20% from 255 or 24.78% from 339); Blue value is 141 (55.47% from 255 or 41.59% from 339); Max value from RGB is 141 - color contains mainly: blue. Hex color #72548D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72548D is #8DAB72. Grayscale: #636363. Windows color (decimal): -9284467 or 9262194. OLE color: 9262194.

HSL color Cylindrical-coordinate representation of color #72548D: hue angle of 271.58º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72548D is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11484141-
CMYK0.190.4000.45
HSL271.58º25.33%44.12%-
HSV(B)271.58º40.43%55.29%-
XYZ14.9211.8426.7-
YUV99.47151.44138.37-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.63%
GREEN value IS 84 (33.20% from 255) = 24.78%
BLUE value IS 141 (55.47% from 255) = 41.59%
R=33.63%
G=24.78%
B=41.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal114841410.190.4000.45271.5825.3344.12
Hex72548D132802D110192c
Octal16212421523500554203154
Binary111001010101001000110110011101000010110110001000011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72548D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72548D; }

 p { color: rgb(114,84,141); }

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

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

 a { background-color: rgb(114,84,141); }

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

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

 span { border-color: rgb(114,84,141); }

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