#72447F

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

Shades of Affair #72447F

Tints of Affair #72447F

Color information

#72447F (or 0x72447F) is unknown color: approx Affair. HEX triplet: 72, 44 and 7F. RGB value is (114,68,127). Sum of RGB (Red+Green+Blue) = 114+68+127=309 (40% of max value = 765). Red value is 114 (44.92% from 255 or 36.89% from 309); Green value is 68 (26.95% from 255 or 22.01% from 309); Blue value is 127 (50% from 255 or 41.10% from 309); Max value from RGB is 127 - color contains mainly: blue. Hex color #72447F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72447F is #8DBB80. Grayscale: #585858. Windows color (decimal): -9288577 or 8340594. OLE color: 8340594.

HSL color Cylindrical-coordinate representation of color #72447F: hue angle of 286.78º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #72447F is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11468127-
CMYK0.100.4600.50
HSL286.78º30.26%38.24%-
HSV(B)286.78º46.46%49.8%-
XYZ12.849.2421.19-
YUV88.48149.74146.2-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.89%
GREEN value IS 68 (26.95% from 255) = 22.01%
BLUE value IS 127 (50% from 255) = 41.10%
R=36.89%
G=22.01%
B=41.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal114681270.100.4600.50286.7830.2638.24
Hex72447FA2E03211f1e26
Octal16210417712560624373646
Binary1110010100010011111111010101110011001010001111111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72447F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72447F; }

 p { color: rgb(114,68,127); }

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

<style>
 a { background-color: #72447F; }

 a { background-color: rgb(114,68,127); }

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

<style>
 span { border-color: #72447F; }

 span { border-color: rgb(114,68,127); }

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