#72567F

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

Shades of Affair #72567F

Tints of Affair #72567F

Color information

#72567F (or 0x72567F) is unknown color: approx Affair. HEX triplet: 72, 56 and 7F. RGB value is (114,86,127). Sum of RGB (Red+Green+Blue) = 114+86+127=327 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.86% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 127 (50% from 255 or 38.84% from 327); Max value from RGB is 127 - color contains mainly: blue. Hex color #72567F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72567F is #8DA980. Grayscale: #626262. Windows color (decimal): -9283969 or 8345202. OLE color: 8345202.

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

Color convert

RGB11486127-
CMYK0.100.3200.50
HSL280.98º19.25%41.76%-
HSV(B)280.98º32.28%49.8%-
XYZ14.111.7721.61-
YUV99.05143.78138.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.86%
GREEN value IS 86 (33.98% from 255) = 26.30%
BLUE value IS 127 (50% from 255) = 38.84%
R=34.86%
G=26.30%
B=38.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal114861270.100.3200.50280.9819.2541.76
Hex72567FA20032119132a
Octal16212617712400624312352
Binary1110010101011011111111010100000011001010001100110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72567F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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