#72498A

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

Shades of Affair #72498A

Tints of Affair #72498A

Color information

#72498A (or 0x72498A) is unknown color: approx Affair. HEX triplet: 72, 49 and 8A. RGB value is (114,73,138). Sum of RGB (Red+Green+Blue) = 114+73+138=325 (43% of max value = 765). Red value is 114 (44.92% from 255 or 35.08% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 138 (54.30% from 255 or 42.46% from 325); Max value from RGB is 138 - color contains mainly: blue. Hex color #72498A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72498A is #8DB675. Grayscale: #5C5C5C. Windows color (decimal): -9287286 or 9062770. OLE color: 9062770.

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

Color convert

RGB11473138-
CMYK0.170.4700.46
HSL277.85º30.81%41.37%-
HSV(B)277.85º47.1%54.12%-
XYZ13.9110.1825.28-
YUV92.67153.58143.21-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.08%
GREEN value IS 73 (28.91% from 255) = 22.46%
BLUE value IS 138 (54.30% from 255) = 42.46%
R=35.08%
G=22.46%
B=42.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal114731380.170.4700.46277.8530.8141.37
Hex72498A112F02E1161f29
Octal16211121221570564263751
Binary111001010010011000101010001101111010111010001011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72498A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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