#72498F

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

Shades of Affair #72498F

Tints of Affair #72498F

Color information

#72498F (or 0x72498F) is unknown color: approx Affair. HEX triplet: 72, 49 and 8F. RGB value is (114,73,143). Sum of RGB (Red+Green+Blue) = 114+73+143=330 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.55% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 143 (56.25% from 255 or 43.33% from 330); Max value from RGB is 143 - color contains mainly: blue. Hex color #72498F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72498F is #8DB670. Grayscale: #5D5D5D. Windows color (decimal): -9287281 or 9390450. OLE color: 9390450.

HSL color Cylindrical-coordinate representation of color #72498F: hue angle of 275.14º 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 #72498F is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11473143-
CMYK0.200.4900.44
HSL275.14º32.41%42.35%-
HSV(B)275.14º48.95%56.08%-
XYZ14.2810.3327.23-
YUV93.24156.08142.81-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.55%
GREEN value IS 73 (28.91% from 255) = 22.12%
BLUE value IS 143 (56.25% from 255) = 43.33%
R=34.55%
G=22.12%
B=43.33%

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
Decimal114731430.200.4900.44275.1432.4142.35
Hex72498F143102C113202a
Octal16211121724610544234052
Binary1110010100100110001111101001100010101100100010011100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72498F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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