#72558D

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

Shades of Affair #72558D

Tints of Affair #72558D

Color information

#72558D (or 0x72558D) is unknown color: approx Affair. HEX triplet: 72, 55 and 8D. RGB value is (114,85,141). Sum of RGB (Red+Green+Blue) = 114+85+141=340 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.53% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 141 (55.47% from 255 or 41.47% from 340); Max value from RGB is 141 - color contains mainly: blue. Hex color #72558D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72558D is #8DAA72. Grayscale: #636363. Windows color (decimal): -9284211 or 9262450. OLE color: 9262450.

HSL color Cylindrical-coordinate representation of color #72558D: hue angle of 271.07º 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 #72558D is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11485141-
CMYK0.190.4000.45
HSL271.07º24.78%44.31%-
HSV(B)271.07º39.72%55.29%-
XYZ151226.72-
YUV100.06151.11137.95-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.53%
GREEN value IS 85 (33.59% from 255) = 25%
BLUE value IS 141 (55.47% from 255) = 41.47%
R=33.53%
G=25%
B=41.47%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal114851410.190.4000.45271.0724.7844.31
Hex72558D132802D10f192c
Octal16212521523500554173154
Binary111001010101011000110110011101000010110110000111111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72558D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72558D; }

 p { color: rgb(114,85,141); }

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

<style>
 a { background-color: #72558D; }

 a { background-color: rgb(114,85,141); }

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

<style>
 span { border-color: #72558D; }

 span { border-color: rgb(114,85,141); }

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