#72488D

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

Shades of Affair #72488D

Tints of Affair #72488D

Color information

#72488D (or 0x72488D) is unknown color: approx Affair. HEX triplet: 72, 48 and 8D. RGB value is (114,72,141). Sum of RGB (Red+Green+Blue) = 114+72+141=327 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.86% from 327); Green value is 72 (28.52% from 255 or 22.02% from 327); Blue value is 141 (55.47% from 255 or 43.12% from 327); Max value from RGB is 141 - color contains mainly: blue. Hex color #72488D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72488D is #8DB772. Grayscale: #5C5C5C. Windows color (decimal): -9287539 or 9259122. OLE color: 9259122.

HSL color Cylindrical-coordinate representation of color #72488D: hue angle of 276.52º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #72488D is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11472141-
CMYK0.190.4900.45
HSL276.52º32.39%41.76%-
HSV(B)276.52º48.94%55.29%-
XYZ14.0610.1426.41-
YUV92.42155.41143.39-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.86%
GREEN value IS 72 (28.52% from 255) = 22.02%
BLUE value IS 141 (55.47% from 255) = 43.12%
R=34.86%
G=22.02%
B=43.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal114721410.190.4900.45276.5232.3941.76
Hex72488D133102D115202a
Octal16211021523610554254052
Binary1110010100100010001101100111100010101101100010101100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72488D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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