#72548A

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

Shades of Affair #72548A

Tints of Affair #72548A

Color information

#72548A (or 0x72548A) is unknown color: approx Affair. HEX triplet: 72, 54 and 8A. RGB value is (114,84,138). Sum of RGB (Red+Green+Blue) = 114+84+138=336 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.93% from 336); Green value is 84 (33.20% from 255 or 25% from 336); Blue value is 138 (54.30% from 255 or 41.07% from 336); Max value from RGB is 138 - color contains mainly: blue. Hex color #72548A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72548A is #8DAB75. Grayscale: #626262. Windows color (decimal): -9284470 or 9065586. OLE color: 9065586.

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

Color convert

RGB11484138-
CMYK0.170.3900.46
HSL273.33º24.32%43.53%-
HSV(B)273.33º39.13%54.12%-
XYZ14.711.7525.54-
YUV99.13149.94138.61-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.93%
GREEN value IS 84 (33.20% from 255) = 25%
BLUE value IS 138 (54.30% from 255) = 41.07%
R=33.93%
G=25%
B=41.07%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal114841380.170.3900.46273.3324.3243.53
Hex72548A112702E111182c
Octal16212421221470564213054
Binary111001010101001000101010001100111010111010001000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72548A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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