#72498C

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

Shades of Affair #72498C

Tints of Affair #72498C

Color information

#72498C (or 0x72498C) is unknown color: approx Affair. HEX triplet: 72, 49 and 8C. RGB value is (114,73,140). Sum of RGB (Red+Green+Blue) = 114+73+140=327 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.86% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 140 (55.08% from 255 or 42.81% from 327); Max value from RGB is 140 - color contains mainly: blue. Hex color #72498C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72498C is #8DB673. Grayscale: #5C5C5C. Windows color (decimal): -9287284 or 9193842. OLE color: 9193842.

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

Color convert

RGB11473140-
CMYK0.190.4800.45
HSL276.72º31.46%41.76%-
HSV(B)276.72º47.86%54.9%-
XYZ14.0610.2426.05-
YUV92.9154.58143.05-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.86%
GREEN value IS 73 (28.91% from 255) = 22.32%
BLUE value IS 140 (55.08% from 255) = 42.81%
R=34.86%
G=22.32%
B=42.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal114731400.190.4800.45276.7231.4641.76
Hex72498C133002D1151f2a
Octal16211121423600554253752
Binary111001010010011000110010011110000010110110001010111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72498C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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