#72558C

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

Shades of Affair #72558C

Tints of Affair #72558C

Color information

#72558C (or 0x72558C) is unknown color: approx Affair. HEX triplet: 72, 55 and 8C. RGB value is (114,85,140). Sum of RGB (Red+Green+Blue) = 114+85+140=339 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.63% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 140 (55.08% from 255 or 41.30% from 339); Max value from RGB is 140 - color contains mainly: blue. Hex color #72558C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72558C is #8DAA73. Grayscale: #636363. Windows color (decimal): -9284212 or 9196914. OLE color: 9196914.

HSL color Cylindrical-coordinate representation of color #72558C: hue angle of 271.64º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #72558C is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11485140-
CMYK0.190.3900.45
HSL271.64º24.44%44.12%-
HSV(B)271.64º39.29%54.9%-
XYZ14.9211.9726.33-
YUV99.94150.61138.03-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.63%
GREEN value IS 85 (33.59% from 255) = 25.07%
BLUE value IS 140 (55.08% from 255) = 41.30%
R=33.63%
G=25.07%
B=41.30%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal114851400.190.3900.45271.6424.4444.12
Hex72558C132702D110182c
Octal16212521423470554203054
Binary111001010101011000110010011100111010110110001000011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72558C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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