#72558E

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

Shades of Affair #72558E

Tints of Affair #72558E

Color information

#72558E (or 0x72558E) is unknown color: approx Affair. HEX triplet: 72, 55 and 8E. RGB value is (114,85,142). Sum of RGB (Red+Green+Blue) = 114+85+142=341 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.43% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 142 (55.86% from 255 or 41.64% from 341); Max value from RGB is 142 - color contains mainly: blue. Hex color #72558E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72558E is #8DAA71. Grayscale: #636363. Windows color (decimal): -9284210 or 9327986. OLE color: 9327986.

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

Color convert

RGB11485142-
CMYK0.200.4000.44
HSL270.53º25.11%44.51%-
HSV(B)270.53º40.14%55.69%-
XYZ15.0712.0327.12-
YUV100.17151.61137.87-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.43%
GREEN value IS 85 (33.59% from 255) = 24.93%
BLUE value IS 142 (55.86% from 255) = 41.64%
R=33.43%
G=24.93%
B=41.64%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal114851420.200.4000.44270.5325.1144.51
Hex72558E142802C10f192d
Octal16212521624500544173155
Binary111001010101011000111010100101000010110010000111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72558E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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