#72548B

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

Shades of Affair #72548B

Tints of Affair #72548B

Color information

#72548B (or 0x72548B) is unknown color: approx Affair. HEX triplet: 72, 54 and 8B. RGB value is (114,84,139). Sum of RGB (Red+Green+Blue) = 114+84+139=337 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.83% from 337); Green value is 84 (33.20% from 255 or 24.93% from 337); Blue value is 139 (54.69% from 255 or 41.25% from 337); Max value from RGB is 139 - color contains mainly: blue. Hex color #72548B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72548B is #8DAB74. Grayscale: #636363. Windows color (decimal): -9284469 or 9131122. OLE color: 9131122.

HSL color Cylindrical-coordinate representation of color #72548B: hue angle of 272.73º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72548B is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11484139-
CMYK0.180.4000.45
HSL272.73º24.66%43.73%-
HSV(B)272.73º39.57%54.51%-
XYZ14.7711.7825.92-
YUV99.24150.44138.53-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.83%
GREEN value IS 84 (33.20% from 255) = 24.93%
BLUE value IS 139 (54.69% from 255) = 41.25%
R=33.83%
G=24.93%
B=41.25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal114841390.180.4000.45272.7324.6643.73
Hex72548B122802D111192c
Octal16212421322500554213154
Binary111001010101001000101110010101000010110110001000111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72548B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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