#72498E

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

Shades of Affair #72498E

Tints of Affair #72498E

Color information

#72498E (or 0x72498E) is unknown color: approx Affair. HEX triplet: 72, 49 and 8E. RGB value is (114,73,142). Sum of RGB (Red+Green+Blue) = 114+73+142=329 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.65% from 329); Green value is 73 (28.91% from 255 or 22.19% from 329); Blue value is 142 (55.86% from 255 or 43.16% from 329); Max value from RGB is 142 - color contains mainly: blue. Hex color #72498E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72498E is #8DB671. Grayscale: #5C5C5C. Windows color (decimal): -9287282 or 9324914. OLE color: 9324914.

HSL color Cylindrical-coordinate representation of color #72498E: hue angle of 275.65º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #72498E is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11473142-
CMYK0.200.4900.44
HSL275.65º32.09%42.16%-
HSV(B)275.65º48.59%55.69%-
XYZ14.210.326.83-
YUV93.12155.58142.89-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.65%
GREEN value IS 73 (28.91% from 255) = 22.19%
BLUE value IS 142 (55.86% from 255) = 43.16%
R=34.65%
G=22.19%
B=43.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal114731420.200.4900.44275.6532.0942.16
Hex72498E143102C114202a
Octal16211121624610544244052
Binary1110010100100110001110101001100010101100100010100100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72498E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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